Re: [PR] [kie-issues#2204] Quarkus upgrade 3.27 and Spring Boot to 3.5.10 [incubator-kie-tools]

2026-02-20 Thread via GitHub


tiagobento merged PR #3454:
URL: https://github.com/apache/incubator-kie-tools/pull/3454


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] [kie-issues#2204] Quarkus upgrade 3.27 and Spring Boot to 3.5.10 [incubator-kie-tools]

2026-02-20 Thread via GitHub


nrknithin commented on code in PR #3454:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3454#discussion_r2834446885


##
packages/maven-base/pom.xml:
##
@@ -122,31 +122,31 @@
 3.5.0
 
 
-999-20260206-local
+999-20260220-local
 
 
-3.20.3
+3.27.2
 
 
 4.13.2
 
1.27.1
 0.5
-0.8.11
+0.8.12
 2.3.32
 3.27.7
 5.12.2
 4.11.0
 
0.4
-4.1.129.Final
+4.1.130.Final
 
 
-10.1.48
+10.1.50
 3.18.0
 2.0.5
-9.37.4
-4.5.22
-1.8.1
+10.4.2
+4.5.23
+1.10.1

Review Comment:
   - maven-base/pom.xml — All version bumps live here. Verify they match the 
drools build-parent.
   
   - CVE override removals (dev-deployment-quarkus-blank-app, 
kie-sandbox-accelerator-quarkus) — Quarkus 3.27.2 BOM now ships the fixed 
versions (nimbus-jose-jwt, vertx-web, lz4-java), so these manual overrides are 
dead code.
   
   - Mockito 4 → 5 (serverless-workflow-diagram-editor, stunner-editors, 
vscode-java-code-completion-extension-plugin) — mockito-inline merged into 
mockito-core in 5.x. Artifact swap only, no test code changes.
   
   - Freemarker jar references (vscode-java-code-completion-extension-plugin) — 
build.properties and MANIFEST.MF updated to match the 2.3.32 → 2.3.34 filename 
change.
   
   - Surefire 3.0.0-M7 → 3.5.0 (greeting-flow e2e test POM) — Old milestone had 
compatibility issues with JUnit 5.13.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] [kie-issues#2204] Quarkus upgrade 3.27 and Spring Boot to 3.5.10 [incubator-kie-tools]

2026-02-20 Thread via GitHub


nrknithin commented on PR #3454:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3454#issuecomment-3936347737

   - maven-base/pom.xml — All version bumps live here. Verify they match the 
drools build-parent.
   
   - CVE override removals (dev-deployment-quarkus-blank-app, 
kie-sandbox-accelerator-quarkus) — Quarkus 3.27.2 BOM now ships the fixed 
versions (nimbus-jose-jwt, vertx-web, lz4-java), so these manual overrides are 
dead code.
   
   - Mockito 4 → 5 (serverless-workflow-diagram-editor, stunner-editors, 
vscode-java-code-completion-extension-plugin) — mockito-inline merged into 
mockito-core in 5.x. Artifact swap only, no test code changes.
   
   - Freemarker jar references (vscode-java-code-completion-extension-plugin) — 
build.properties and MANIFEST.MF updated to match the 2.3.32 → 2.3.34 filename 
change.
   
   - Surefire 3.0.0-M7 → 3.5.0 (greeting-flow e2e test POM) — Old milestone had 
compatibility issues with JUnit 5.13.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] [kie-issues#2204] Quarkus upgrade 3.27 and Spring Boot to 3.5.10 [incubator-kie-tools]

2026-02-20 Thread via GitHub


nrknithin commented on code in PR #3454:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3454#discussion_r2834446885


##
packages/maven-base/pom.xml:
##
@@ -122,31 +122,31 @@
 3.5.0
 
 
-999-20260206-local
+999-20260220-local
 
 
-3.20.3
+3.27.2
 
 
 4.13.2
 
1.27.1
 0.5
-0.8.11
+0.8.12
 2.3.32
 3.27.7
 5.12.2
 4.11.0
 
0.4
-4.1.129.Final
+4.1.130.Final
 
 
-10.1.48
+10.1.50
 3.18.0
 2.0.5
-9.37.4
-4.5.22
-1.8.1
+10.4.2
+4.5.23
+1.10.1

Review Comment:
   - maven-base/pom.xml — All version bumps live here. Verify they match the 
drools build-parent.
   
   - CVE override removals (dev-deployment-quarkus-blank-app, 
kie-sandbox-accelerator-quarkus) — Quarkus 3.27.2 BOM now ships the fixed 
versions (nimbus-jose-jwt, vertx-web, lz4-java), so these manual overrides are 
dead code.
   
   - Mockito 4 → 5 (serverless-workflow-diagram-editor, stunner-editors, 
vscode-java-code-completion-extension-plugin) — mockito-inline merged into 
mockito-core in 5.x. Artifact swap only, no test code changes.
   
   - Freemarker jar references (vscode-java-code-completion-extension-plugin) — 
build.properties and MANIFEST.MF updated to match the 2.3.32 → 2.3.34 filename 
change.
   
   - Surefire 3.0.0-M7 → 3.5.0 (greeting-flow e2e test POM) — Old milestone had 
compatibility issues with JUnit 5.13.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] [kie-issues#2204] Quarkus upgrade 3.27 and Spring Boot to 3.5.10 [incubator-kie-tools]

2026-02-20 Thread via GitHub


nrknithin commented on code in PR #3454:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3454#discussion_r2834450255


##
packages/dev-deployment-quarkus-blank-app/pom.xml:
##
@@ -60,13 +60,13 @@
 0.5
 2.16.1
 3.25.5
-4.1.129.Final
+4.1.130.Final
 
 
 2.0.5
-9.37.4
-4.5.22
+10.4.2
+4.5.23

Review Comment:
   Removed nimbus-jose-jwt and vertx-web overrides
   Checked angus-mail — the Quarkus 3.27.2 BOM only provides 2.0.4, so kept the 
2.0.5 override.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] [kie-issues#2204] Quarkus upgrade 3.27 and Spring Boot to 3.5.10 [incubator-kie-tools]

2026-02-20 Thread via GitHub


nrknithin commented on code in PR #3454:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3454#discussion_r2834448442


##
packages/maven-base/pom.xml:
##
@@ -122,31 +122,31 @@
 3.5.0
 
 
-999-20260206-local
+999-20260220-local
 
 
-3.20.3
+3.27.2
 
 
 4.13.2
 
1.27.1
 0.5
-0.8.11
+0.8.12
 2.3.32
 3.27.7
 5.12.2
 4.11.0
 
0.4
-4.1.129.Final
+4.1.130.Final
 
 
-10.1.48
+10.1.50
 3.18.0
 2.0.5
-9.37.4
-4.5.22
-1.8.1
+10.4.2
+4.5.23
+1.10.1

Review Comment:
   Removed nimbus-jose-jwt, vertx-web, and at.yawk.lz4:lz4-java overrides 



##
packages/maven-base/pom.xml:
##
@@ -122,31 +122,31 @@
 3.5.0
 
 
-999-20260206-local
+999-20260220-local
 
 
-3.20.3
+3.27.2
 
 
 4.13.2
 
1.27.1
 0.5
-0.8.11
+0.8.12
 2.3.32
 3.27.7
 5.12.2

Review Comment:
   Updated to 5.13.4.



##
packages/maven-base/pom.xml:
##
@@ -122,31 +122,31 @@
 3.5.0
 
 
-999-20260206-local
+999-20260220-local
 
 
-3.20.3
+3.27.2
 
 
 4.13.2
 
1.27.1
 0.5
-0.8.11
+0.8.12
 2.3.32

Review Comment:
   Updated to 2.3.34.



##
packages/dev-deployment-quarkus-blank-app/pom.xml:
##
@@ -60,13 +60,13 @@
 0.5
 2.16.1

Review Comment:
   Aligned all dependency versions with drools build-parent 
(apache/incubator-kie-drools#6575):
   
   commons-io: 2.16.1 → 2.20.0
   commons-compress: 1.27.1 → 1.28.0
   io.netty: 4.1.130.Final → 4.1.131.Final
   freemarker: 2.3.32 → 2.3.34
   junit-jupiter: 5.12.2 → 5.13.4
   mockito: 4.11.0 → 5.18.0
   Verified via mvn dependency:tree.
   



##
packages/serverless-workflow-vscode-extension/e2e-tests/resources/greeting-flow/pom.xml:
##
@@ -28,11 +28,11 @@
   1.0
   
 3.13.0
-11
+17
 UTF-8
 UTF-8
 quarkus-bom
-2.13.1.Final
+3.27.2
 true
 3.0.0-M7

Review Comment:
   Updated surefire-plugin.version from 3.0.0-M7 to 3.5.0.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]