Upgrade Java from 17 to 21 #18
Open
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.
Upgrade Java from 17 to 21
Summary
Upgrades the Spring Boot banking application from Java 17 to Java 21 across all configuration files and infrastructure components. This includes updates to Maven configuration, Docker images, and documentation to ensure consistency throughout the deployment pipeline.
Changes made:
maven:3.8.3-openjdk-17→maven:3.8.3-openjdk-21) and runtime stage (openjdk:17-alpine→openjdk:21-alpine)openjdk-21-jreinstead ofopenjdk-17-jreSpring Boot 3.3.3 already supports Java 21, so no framework version changes were required.
Review & Testing Checklist for Human
🟡 Medium Risk - 4 critical items to verify:
mvn clean installandmvn spring-boot:runto verify compilation and startup with Java 21docker build -t bankapp-java21-test .and test container startupNotes
Link to Devin run: https://app.devin.ai/sessions/595db5c7fd5f4c3bb9342ee7c20c6d54
Requested by: Jia Wu (jia.wu@cognition.ai)