Skip to content

Update dependency java to v25#331

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-mise-tool-dependencies
Open

Update dependency java to v25#331
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-mise-tool-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 10, 2026

This PR contains the following updates:

Package Update Change
java major 21.025.0.2+10.0.LTS

Configuration

📅 Schedule: (in timezone CET)

  • Branch creation
    • "after 7am every weekday,before 7pm every weekday"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@hashicorp-vault-sonar-prod
Copy link
Copy Markdown

hashicorp-vault-sonar-prod bot commented Apr 10, 2026

Renovate Jira issue ID: MCP-412

@sonar-review-alpha
Copy link
Copy Markdown

sonar-review-alpha bot commented Apr 10, 2026

Summary

This PR updates the mise.toml development tool configuration from Java 21.0 to Java 25.0.2+10.0.LTS (a major version bump to the latest LTS release).

Note: This is a Renovate bot update to the development environment specification only. The actual project build configuration remains pinned to Java 21:

  • build.gradle.kts specifies JavaLanguageVersion.of(21) for the Gradle toolchain
  • Dockerfile uses eclipse-temurin:21-jdk-alpine for the runtime image

What reviewers should know

What to review:

  1. Verify whether the mise.toml update is intentional or if it should be synchronized with the Gradle/Docker configuration
  2. If Java 25 is the target environment, the build toolchain and Dockerfile may need updating as well
  3. If Java 21 is the minimum required version, consider whether mise.toml should remain aligned with that

Key files:

  • mise.toml — development tool version (updated)
  • build.gradle.kts:31 — Gradle Java toolchain (still Java 21)
  • Dockerfile:1 — base image (still Java 21)

  • Generate Walkthrough
  • Generate Diagram

🗣️ Give feedback

Copy link
Copy Markdown

@sonar-review-alpha sonar-review-alpha bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

🗣️ Give feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants