{{ message }}
Upgrade from Java 17 to Java 21 LTS#19
Closed
devin-ai-integration[bot] wants to merge 1 commit into
Closed
Conversation
- Update maven-compiler-plugin source/target from 17 to 21 in pom.xml - Update .java-version file from 17 to 21 - Update GitHub Actions workflow to use JDK 21 (Zulu distribution) All dependencies verified compatible with Java 21: - Javalin 6.3.0 - SLF4J 2.0.13 - Guava 33.2.1-jre - Unirest 4.4.0 - Mustache compiler 0.9.14 - maven-shade-plugin 3.6.0 Build tested locally with Java 21.0.9 - compiles and packages successfully. Co-Authored-By: Jack <jack.l.killian@gmail.com>
Author
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Upgrades the application from Java 17 to Java 21 LTS by updating:
pom.xml: maven-compiler-plugin source/target from 17 to 21.java-version: from 17 to 21.github/workflows/maven.yml: JDK version from 17.0.5+8 to 21 (Zulu distribution)Build verified locally with Java 21.0.9 - compiles and packages successfully.
Review & Testing Checklist for Human
java -jar target/oauth2-example-1.0.jar) and verify it starts on port 9090Recommended Test Plan
mvn clean packageusing Java 21Notes
All dependencies were verified compatible with Java 21:
Link to Devin run: https://app.devin.ai/sessions/db6e374a19d545c9909619244f7e7df2
Requested by: Jack (@jack-killian)