Upgrade Spring Boot application from Java 17 to Java 22 #36
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 Spring Boot Banking Application from Java 17 to Java 22
Summary
This PR upgrades the Spring Boot banking application from Java 17 to Java 22, updating all related dependencies, Docker images, and documentation. The upgrade includes:
Core Changes:
pom.xmlpropertiesmysql:mysql-connector-javatocom.mysql:mysql-connector-jDocker Images:
maven:3.8.3-openjdk-17→maven:3.9.9-openjdk-22openjdk:17-alpine→eclipse-temurin:22-alpineDocumentation:
README.mdandREADME-K8S.mdfromopenjdk-17-jretoopenjdk-22-jreReview & Testing Checklist for Human
maven:3.9.9-openjdk-22andeclipse-temurin:22-alpine)mysql-connector-jdriver to ensure no connection issuesTest Plan
docker build -t bankapp-test .docker-compose upNotes
mysql:mysql-connector-javais deprecated. The newcom.mysql:mysql-connector-jis the recommended replacement and version is now managed by Spring Boot parent.Link to Devin run: https://app.devin.ai/sessions/73073e44825d4f30819c4f7647dbcceb
Requested by: @satwik-cog