CAMEL-23112 - add back JDk 17 on Jenkins#22041
Conversation
daeba4f to
2c86d9b
Compare
Kept JDK 21 as the "principal" target branch for coverage and Sonar check Signed-off-by: Aurélien Pupier <apupier@ibm.com>
2c86d9b to
b116c89
Compare
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
gnodet
left a comment
There was a problem hiding this comment.
The JDK 17 support changes look straightforward.
One question about the deploy defaults change: switching from deploy to no-deploy as the default in Jenkinsfile.deploy could affect other pipelines or jobs that rely on the current default behavior. Is this intentional, or should it be a separate change?
The rest (adding JDK 17 to the build matrix, test matrix) looks fine.
there is no such change in this PR as far as i can see. Can you provide more details? |
merging as it is causing JBang tests failing as they are using the snapshots version deployed on the Apache Snapshots repository which are for now compiled with JDK 21. Please follow-up in a specific issue to discuss what you reported with more details |
Kept JDK 21 as the "principal" target branch for coverage and Sonar check
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.