Skip to content

Conversation

ralscha
Copy link
Owner

@ralscha ralscha commented Aug 14, 2025

Replaced the and properties with the property in the maven-compiler-plugin configuration.

This is the recommended way to configure the Java version, as it also sets the boot classpath, ensuring proper API compatibility.

Replaced the <source> and <target> properties with the <release>
property in the maven-compiler-plugin configuration.

This is the recommended way to configure the Java version, as it
also sets the boot classpath, ensuring proper API compatibility.
@ralscha ralscha requested a review from Copilot August 14, 2025 09:34
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the maven-compiler-plugin configuration to use the modern <release> property instead of the legacy <source> and <target> properties for Java 17 compatibility.

Key Changes

  • Replaces <source>17</source> and <target>17</target> with <release>17</release> in the maven-compiler-plugin configuration

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@ralscha ralscha closed this Aug 14, 2025
@ralscha ralscha deleted the fix-maven-compiler-warning branch August 14, 2025 10:18
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.

1 participant