Conversation
- Jenkinsfile: remove jdk_17_latest from matrix axis and JDK_FILTER choices, remove JDK 21 excludes on ppc64le/s390x so the new baseline runs on all platforms, move coverage profile to the JDK 21 build, and run Sonar analysis on JDK 21 instead of JDK 17 - Jenkinsfile.deploy: default JDK changed to jdk_21_latest - Jenkinsfile.jbangtest: default JDK changed to jdk_21_latest Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
|
there is some more work in jbang I think there are some java17 tests in kubernetes plugin (run and export) the export flag for --java-version description says 17 or 21 |
|
yes, this the beginning. there is the virtual threads side |
|
https://github.com/apache/camel-spring-boot/blob/main/core/camel-spring-boot/pom.xml#L277 this should be removed in camel spring boot, and the java21 (test) folder need to be merged with the java one. I remember we had something similar in Camel too, but it seems like it was already removed |
Description
Target
mainbranch)Tracking
Apache Camel coding standards and style
mvn clean install -DskipTestslocally from root folder and I have committed all auto-generated changes.