-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
[cicd] Migrate to Java21 #5634
base: develop
Are you sure you want to change the base?
[cicd] Migrate to Java21 #5634
Conversation
Mac / silicon : al OK 👍🏼
|
@dizzzz I m not sure why this fails on CI, could be related to changes to |
locally the build fails as well, it looks it has to do with installing openjdk-21-jdk-headless - is this the correct one?
about
are default properties for the recent maven-compiler-plugin, so it is not needed to pass them to compiler plugin definitions in individual pom files. with @duncdrum it is only the -DEBUG that is failing, the other image works just fine. |
@duncdrum why do we use openjdk-XX-jdk-headless i.s.o openjdk-XX-jre-headless ? |
@dizzzz the tagging scheme changed try |
@dizzzz I m not aware of any mac specific things, other than the installer correctly picking up local JREs irrespective of architecture. But that seems a separate concern as it applies to all JREs and not just 21 |
Migrate to Java21, including smaller cleanups in pom.xml to make configuration more consistent.
Todo: