{{ message }}
Add Java 17 to Java 21 LTS Upgrade Plan with MVP Test Coverage#18
Closed
devin-ai-integration[bot] wants to merge 1 commit into
Closed
Add Java 17 to Java 21 LTS Upgrade Plan with MVP Test Coverage#18devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
This document provides a detailed upgrade plan including: - Pre-upgrade steps and environment preparation - Configuration changes for pom.xml, .java-version, and CI workflow - Dependency verification for all current dependencies - MVP test coverage plan covering OAuth2 flows, API integration, build/runtime, web server, and dependency compatibility tests - Rollback plan with immediate and staged rollback procedures - Post-upgrade validation checklist and monitoring recommendations 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
This PR adds a comprehensive documentation file (
docs/JAVA_21_UPGRADE_PLAN.md) that outlines the step-by-step process for migrating the application from Java 17 to Java 21 LTS. The document includes:pom.xml,.java-version, and GitHub Actions workflowThis is a documentation-only PR - no code changes are included.
Review & Testing Checklist for Human
Notes
The line number references in the document (e.g., "Application.java lines 62-67") are based on the current state of the codebase and may need updating if the source files change.
Link to Devin run: https://app.devin.ai/sessions/db6e374a19d545c9909619244f7e7df2
Requested by: Jack (@jack-killian)