nrknithin opened a new pull request, #3454: URL: https://github.com/apache/incubator-kie-tools/pull/3454
Ticket https://github.com/apache/incubator-kie-issues/issues/2204 ## Summary Upgrade Quarkus to 3.27.2 and Spring Boot to 3.5.10, update transitive dependencies, remove unused imports, and adapt to breaking API changes. ## Changes ### Quarkus Upgrade Upgraded Quarkus from 3.20.3 to 3.27.2 Java compiler release updated from 11 to 17 (required by Quarkus 3.x) ### Spring Boot Upgrade Upgraded spring-boot-maven-plugin from 2.7.1 to 3.5.10 ### Dependency Version Bumps (Aligned with Quarkus 3.27.2 + Spring Boot 3.5.10 BOMs) io.netty: 4.1.129.Final -> 4.1.130.Final nimbus-jose-jwt: 9.37.4 -> 10.4.2 io.vertx: 4.5.22 -> 4.5.23 org.apache.mime4j: 0.8.11 -> 0.8.12 tomcat-embed-core: 10.1.48 -> 10.1.50 (aligned with Spring Boot 3.5.10 BOM) lz4-java: relocated from org.lz4 to at.yawk.lz4, version 1.8.1 -> 1.10.1 ### API Migration Replaced getRunTimeDefaultValues() with getRunTimeValues() in DevConsoleProcessor.java ### Cleanup Removed unused ConfigItem imports from devui config classes (DevConsoleRuntimeConfig.java, UserConfig.java) Removed -AlegacyConfigRoot=true compiler argument (legacy config classes no longer supported since Quarkus 3.25) ### Affected Packages packages/dev-deployment-quarkus-blank-app packages/jbpm-quarkus-devui packages/maven-base packages/root-env packages/sonataflow-quarkus-devui -- 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]
