Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7.67.x : AF-2949 : Remove unused Tomcat builds #1410

Closed
wants to merge 32 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
5262714
Upgraded_version_to_7.67.0.Final
Mar 14, 2022
27e913d
bumped up to next SNAPSHOT 7.67.1-SNAPSHOT
mbiarnes Mar 14, 2022
d1e4f91
[7.67.x] apache.activemq.artemis moved to 2.19.1 (#1251)
Ginxo Mar 23, 2022
bd603a1
DROOLS-6879 : Update to Wildfly core 17.x (#1252)
Rikkola Mar 24, 2022
366b479
Revert "[7.67.x] apache.activemq.artemis moved to 2.19.1 (#1251)"
Ginxo Mar 24, 2022
294d3d7
BAQE-2253 - Change revapi to check against 7.59.0.Final
MarianMacik Mar 25, 2022
76ffe44
Update yarn.lock
yurloc Jun 3, 2022
8a2e194
RHPAM-4246 `version.org.postgres-driver` property removed (#1274)
Ginxo Jul 5, 2022
46083f4
[7.67.x] apache.activemq.artemis moved to 2.19.1 (#1251) (#1253)
Ginxo Jul 18, 2022
44cdcdf
RHPAM-4338 upgrade chartjs to v2.9.4 (#1281) (#1288)
Ginxo Jul 19, 2022
059f67b
RHPAM-4339 yarn.lock deleted from time-series-component (#1290)
Ginxo Jul 20, 2022
38feb1c
lerna removed from appformer-js (#1293) (#1295)
Ginxo Aug 8, 2022
b4be617
RHPAM-4315: EventSource yarn.lock update (#1277) (#1294)
akumar074 Aug 25, 2022
017228b
KOGITO-7181 : Remove default password on Uberfire's CredentialsClient…
Rikkola Aug 25, 2022
3a0c2d2
Upgrade minimist to 1.2.6 (#1304)
lampajr Sep 20, 2022
9f20053
Upgrade org.webjars.bower.moment to 2.29.4 (#1307)
lampajr Sep 21, 2022
ad041e1
RHPAM-4525 ElasticSearchIndexProvider few tests removed (#1309)
Ginxo Oct 10, 2022
b9ab70d
Bump jsoup from 1.14.2 to 1.15.3 (#1313) (#1314)
Ginxo Oct 17, 2022
008a4ad
Removed explicit lienzo dependencies, inherited from kie-bom (#1302)
lampajr Oct 17, 2022
c9c48c2
[7.67.x] [BXMSPROD-1700] @kie/lock-treatment-tool removed from packag…
Ginxo Oct 26, 2022
344af8a
RHPAM-4509 :Unable to deploy kjar to remote maven repository that req…
RishiRajAnand Dec 7, 2022
568be9b
[7.67.x] [BXMSPROD-1845] elasticsearch removed (#1368)
mareknovotny Dec 12, 2022
7287da9
[CVE-2022-38900][RHPAM-4663] decode-uri-component to 0.2.2 (#1376) (#…
github-actions[bot] Apr 7, 2023
4bf50c5
RHDM-1961: [GSS](7.12.1) Persistent Cross-Site Scripting (XSS) (#1379…
github-actions[bot] Apr 14, 2023
52f7338
RHDM-1788: changes related to upgrade of sshd-core 2.9.2 (#1374) (#1384)
github-actions[bot] Apr 27, 2023
5ae08a2
Bump xalan from 2.7.2 to 2.7.3 (#1387) (#1388)
github-actions[bot] Jun 8, 2023
f33de69
Bump mysql-connector-java from 5.1.6 to 8.0.28 (#1284) (#1392)
github-actions[bot] Jun 14, 2023
28eb5fd
[BXMSPROD-2057] Updating references to the new kie-ci actions folder …
bacciotti Jun 14, 2023
69dda99
[BXMSPROD-2067] Fix PR workflow concurrency group (#1394) (#1395)
github-actions[bot] Jun 21, 2023
3bc9c47
RHPAM-4719: Persistent Cross-Site Scripting (XSS) (#1393) (#1401)
github-actions[bot] Aug 11, 2023
42522e0
DROOLS-7558 : SSH clone: Fetch roles for the logged in user from the …
github-actions[bot] Dec 12, 2023
3dce037
AF-2949 : Remove unused Tomcat builds (#1409)
Rikkola Jan 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 7 additions & 6 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,32 @@ on:
jobs:
build-chain:
concurrency:
group: pull_request-${{ github.head_ref }}
group: pull_request-${{ github.head_ref }}-${{ matrix.os }}-${{ matrix.java-version }}
cancel-in-progress: true
strategy:
matrix:
os: [ubuntu-latest]
java-version: [8, 11]
maven-version: ['3.8.1']
fail-fast: true
fail-fast: false
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} - Java ${{ matrix.java-version }} - Maven
steps:
- name: Support long paths
if: ${{ matrix.os == 'windows-latest' }}
uses: kiegroup/droolsjbpm-build-bootstrap/.ci/actions/long-paths@main
uses: kiegroup/kie-ci/.ci/actions/long-paths@main
- name: Java and Maven Setup
uses: kiegroup/droolsjbpm-build-bootstrap/.ci/actions/maven@main
uses: kiegroup/kie-ci/.ci/actions/maven@main
with:
java-version: ${{ matrix.java-version }}
maven-version: ${{ matrix.maven-version }}
cache-key-prefix: ${{ runner.os }}-${{ matrix.java-version }}-maven${{ matrix.maven-version }}
- name: Build Chain
uses: kiegroup/droolsjbpm-build-bootstrap/.ci/actions/build-chain@main
uses: kiegroup/kie-ci/.ci/actions/build-chain@main
with:
definition-file: https://raw.githubusercontent.com/${GROUP:kiegroup}/droolsjbpm-build-bootstrap/${BRANCH:main}/.ci/pull-request-config.yaml
annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{ matrix.maven-version }}
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Surefire Report
uses: kiegroup/droolsjbpm-build-bootstrap/.ci/actions/surefire-report@main
uses: kiegroup/kie-ci/.ci/actions/surefire-report@main
if: ${{ always() }}
2 changes: 1 addition & 1 deletion appformer-client-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>uberfire-parent</artifactId>
<groupId>org.uberfire</groupId>
<version>7.67.0-SNAPSHOT</version>
<version>7.67.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion appformer-js-bridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-parent</artifactId>
<version>7.67.0-SNAPSHOT</version>
<version>7.67.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>appformer-js-bridge</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions appformer-js-monaco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"scripts": {
"init": "yarn install --force",
"clean": "rimraf dist",
"build": "yarn clean && webpack",
"locktt": "locktt"
"build": "yarn clean && webpack"
},
"devDependencies": {
"@kiegroup/monaco-editor": "1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions appformer-js-monaco/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-parent</artifactId>
<version>7.67.0-SNAPSHOT</version>
<version>7.67.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<packaging>jar</packaging>
<artifactId>appformer-js-monaco</artifactId>
<version>7.67.0-SNAPSHOT</version>
<version>7.67.1-SNAPSHOT</version>
<name>AppFormer.js :: Monaco Editor</name>
<description>AppFormer.js Monaco Editor</description>

Expand Down Expand Up @@ -53,7 +53,7 @@
<goal>npm</goal>
</goals>
<configuration>
<arguments>exec @kie/lock-treatment-tool --</arguments>
<arguments>exec @kie/lock-treatment-tool@${version.lock-treatment-tool} --</arguments>
</configuration>
</execution>
<execution>
Expand Down
12 changes: 6 additions & 6 deletions appformer-js-monaco/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -814,9 +814,9 @@ decamelize@^1.2.0:
integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=

decode-uri-component@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=
version "0.2.2"
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9"
integrity sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==

define-property@^0.2.5:
version "0.2.5"
Expand Down Expand Up @@ -1712,9 +1712,9 @@ minimatch@^3.0.4:
brace-expansion "^1.1.7"

minimist@^1.2.0, minimist@^1.2.5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
version "1.2.6"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==

mississippi@^2.0.0:
version "2.0.0"
Expand Down
5 changes: 1 addition & 4 deletions appformer-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx,js,jsx}'",
"test": "jest",
"init": "yarn install --force",
"build": "yarn run lint && yarn test && webpack --mode production",
"locktt": "locktt"
"build": "yarn run lint && yarn test && webpack --mode production"
},
"babel": {
"presets": [
Expand All @@ -36,7 +35,6 @@
"classNameTemplate": "org.appformer.js.tests.{filename}.{classname}"
},
"devDependencies": {
"@kie/lock-treatment-tool": "0.0.2",
"@types/jest": "23.3.1",
"babel-core": "6.26.3",
"babel-jest": "23.0.0",
Expand All @@ -47,7 +45,6 @@
"clean-webpack-plugin": "0.1.19",
"jest": "23.5.0",
"jest-junit": "6.3.0",
"lerna": "3.4.0",
"prettier": "1.14.2",
"ts-jest": "23.1.3",
"ts-loader": "4.4.2",
Expand Down
6 changes: 3 additions & 3 deletions appformer-js/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-parent</artifactId>
<version>7.67.0-SNAPSHOT</version>
<version>7.67.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<packaging>jar</packaging>
<artifactId>appformer-js</artifactId>
<version>7.67.0-SNAPSHOT</version>
<version>7.67.1-SNAPSHOT</version>
<name>AppFormer.js :: Core</name>
<description>AppFormer.js Core</description>

Expand Down Expand Up @@ -45,7 +45,7 @@
<goal>npm</goal>
</goals>
<configuration>
<arguments>exec @kie/lock-treatment-tool --</arguments>
<arguments>exec @kie/lock-treatment-tool@${version.lock-treatment-tool} --</arguments>
</configuration>
</execution>
<execution>
Expand Down
Loading
Loading