Skip to content

Update maven-compiler-plugin to Java 17#89

Open
devin-ai-integration[bot] wants to merge 1 commit intoDevOpsfrom
devin/1768994481-maven-compiler-java-17
Open

Update maven-compiler-plugin to Java 17#89
devin-ai-integration[bot] wants to merge 1 commit intoDevOpsfrom
devin/1768994481-maven-compiler-java-17

Conversation

@devin-ai-integration
Copy link

Summary

Updates the maven-compiler-plugin configuration to use Java 17, aligning it with the existing <java.version>17</java.version> property and Dockerfile base images that already use Java 17.

Changes:

  • Updated maven-compiler-plugin version from 3.8.0 to 3.11.0
  • Changed <source> and <target> from 1.8 to 17

Review & Testing Checklist for Human

  • Verify the Maven build completes successfully with mvn clean compile
  • Confirm CI pipeline passes with the updated compiler settings

Notes

This change resolves the inconsistency where the pom.xml specified Java 17 in properties but the compiler plugin was still configured for Java 1.8.

Link to Devin run: https://app.devin.ai/sessions/c03d958ef0804985983897cfdd711ec9
Requested by: Joseph Gross (@Joseph-Gross)

Co-Authored-By: Joseph Gross <josephgross157@gmail.com>
@devin-ai-integration
Copy link
Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

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.

0 participants