Skip to content

Update Maven Compiler Plugin to 3.11.0 and set Java 17 release target#34

Open
devin-ai-integration[bot] wants to merge 1 commit intomasterfrom
devin/1776966567-update-maven-compiler-java17
Open

Update Maven Compiler Plugin to 3.11.0 and set Java 17 release target#34
devin-ai-integration[bot] wants to merge 1 commit intomasterfrom
devin/1776966567-update-maven-compiler-java17

Conversation

@devin-ai-integration
Copy link
Copy Markdown

Summary

Updates the maven-compiler-plugin configuration in pom.xml:

  • Plugin version: 3.6.03.11.0 (in <pluginManagement>)
  • Compiler target: Replaces <source>1.6</source> / <target>1.6</target> with <release>17</release> (in <plugins> configuration)

The <release> flag (supported since maven-compiler-plugin 3.6+) sets source compatibility, target compatibility, and the bootstrap classpath in one option.

Review & Testing Checklist for Human

  • Verify the project compiles successfully with Java 17 — this is a jump from Java 1.6 targeting, so source code and all dependencies (especially Dropwizard 1.0.5, Hibernate, Jersey) must be compatible
  • Run the full test suite (mvn test) to confirm nothing breaks at compile or runtime under Java 17
  • Confirm the runtime JDK used in CI and deployment environments is Java 17+, since the <release>17</release> flag requires it

Notes

This is a large compatibility jump (Java 1.6 → 17). While the pom.xml change itself is minimal, the downstream impact could be significant if any dependencies or source code rely on APIs removed or changed between Java 6 and 17. A successful mvn clean verify is the minimum bar before merging.

Link to Devin session: https://app.devin.ai/sessions/d8b20a9721304d2888778a921a61c350
Requested by: @WesternConcrete

Co-Authored-By: Wes Convery <2wconvery@gmail.com>
@devin-ai-integration
Copy link
Copy Markdown
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

Copy link
Copy Markdown
Author

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 2 additional findings.

Open in Devin Review

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