Conversation
|
Renovate Jira issue ID: MCP-412 |
SummaryThis PR updates the Note: This is a Renovate bot update to the development environment specification only. The actual project build configuration remains pinned to Java 21:
What reviewers should knowWhat to review:
Key files:
|
There was a problem hiding this comment.
LGTM! ✅
The change is a single-line update to mise.toml, upgrading the local development Java version from 21.0 to 25.0.2+10.0.LTS. No logic, no business code, no tests are touched.
One alignment concern worth noting: the project's actual build toolchain (build.gradle.kts line 31: JavaLanguageVersion.of(21)) and the Docker image (Dockerfile:1: eclipse-temurin:21-jdk-alpine) both remain pinned to Java 21. This means developers using mise will build with Java 25 locally while CI and the shipped runtime continue to use Java 21. This is likely intentional (mise tracks a newer available JDK for local use while the project targets Java 21 as minimum), but worth a conscious confirmation that the team is comfortable with that gap.
This PR contains the following updates:
21.0→25.0.2+10.0.LTSConfiguration
📅 Schedule: (in timezone CET)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.