-
Notifications
You must be signed in to change notification settings - Fork 39
Updated project to Java 24 #599
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
Updated project to Java 24 #599
Conversation
…an/komet into feature/AR-577-Java-24-Update
carldea
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Look forward to using Java 24!
| <!-- Properties Needed To Build On Java 24 (Start) --> | ||
| <java.version>24</java.version> | ||
| <maven-dependency-analyzer.version>1.16.0</maven-dependency-analyzer.version> | ||
| <maven-pmd-plugin.version>3.27.0</maven-pmd-plugin.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this maven-pmd-plugin.version isn't used in the plugin definition
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dholubek, this plugin is configured in the build-parent. For several reasons, we are overwriting this version in specific projects as they are bumped to Java 24. Once we can validate the Java 24 migration with regression testing, we plan to move this version configuration directly into build-parent.
Updated the GH Actions to us newer released versions
Updated the maven wrapper to 3.9.11
Added some properties
- java_version
- maven-pmd-plugin.version
- maven-depedency-analyzer.version
Added codeQuality profile to override maven-pmd-plugin (aggregate parameter is deprecated)
Added transitive dependency fix for maven-dependency-plugin
Removed "--enable-preview" from codebase