Java 21 modernization: Spring Boot 3.2.4 → 3.2.12, Spring Cloud 2023.0.0 → 2023.0.4 - #6
Open
devin-ai-integration[bot] wants to merge 2 commits into
Open
Java 21 modernization: Spring Boot 3.2.4 → 3.2.12, Spring Cloud 2023.0.0 → 2023.0.4#6devin-ai-integration[bot] wants to merge 2 commits into
devin-ai-integration[bot] wants to merge 2 commits into
Conversation
…4 (Java 21 currency)
….4 (Java 21 currency)
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
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 repo was already fully on Java 21 (all 7 service modules:
sourceCompatibility = '21'), Spring Boot 3.2.4, Spring Cloud 2023.0.0, fully onjakarta.*(zerojavaximports), and Gradle 8.6. The Java-version / framework-major migration (Spring Boot 2→3, Java→21) was therefore already complete — so the only meaningful work was a conservative framework-currency patch bump within the existing minor lines.Across all 7 modules:
org.springframework.bootplugin:3.2.4→3.2.12(latest 3.2.x patch)springCloudVersion:2023.0.0→2023.0.4(latest compatible 2023.0.x patch)Java stays at 21; the Gradle wrapper (8.6) and all other dependencies are untouched. No
3.3/3.4or2024.xjump — the2023.0.xSpring Cloud release train is the compatible match for Spring Boot3.2.x, so this is a low-risk bump with no source changes.Modules changed:
internet-banking-config-server,internet-banking-service-registry,internet-banking-api-gateway,internet-banking-user-service,internet-banking-fund-transfer-service,internet-banking-utility-payment-service,core-banking-service.Verification
Each module has its own Gradle wrapper; there is no aggregate root build. Verified with the repo's established gate
bootJar -x teston JDK 21 (Temurin 21.0.2) — 7/7 green after merging the change into this integration branch.Note: this gate excludes tests because the full test suite does not compile on
maintoday —core-banking-serviceTransactionServiceTestcalls aFundTransferRequest(String, String, BigDecimal)constructor that does not exist (no-arg only). This is a pre-existing failure unrelated to this bump and was intentionally left untouched (no tests/lint/coverage gates were weakened beyond the already-existing-x test). Flagging it for follow-up.CI: the repo currently has no GitHub Actions workflows (removed in a prior commit), so there are no automated checks on this PR; verification above was run locally.
Link to Devin session: https://partner-workshops.devinenterprise.com/sessions/5220a945767547bf969ba7641e30917b