Skip to content

Conversation

@OmOmofonmwan
Copy link
Contributor

@OmOmofonmwan OmOmofonmwan commented Jul 23, 2025

  • 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

Copy link
Contributor

@carldea carldea left a 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>
Copy link
Contributor

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

Copy link
Contributor

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.

@carldea carldea merged commit a9a5fe6 into ikmdev:main Jul 28, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants