Bump minimum Java to 25 (LTS)#3932
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the UAA build and CI configuration to require Java 25 as the minimum supported runtime/build JDK, aligning local development, container image builds, and GitHub Actions workflows on the same Java baseline.
Changes:
- Bumped Gradle
sourceCompatibility/targetCompatibilityfor all subprojects to Java 25. - Updated GitHub Actions workflows (Gradle CI, SonarCloud, Docker image, CodeQL) to run with Java 25 only.
- Updated
bootBuildImagebuildpack JVM version and README Quick Start requirements to Java 25.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
build.gradle |
Sets Java compilation target/source compatibility to 25 across subprojects. |
uaa/build.gradle |
Updates Paketo buildpack JVM version for bootBuildImage to 25. |
README.md |
Updates documented Quick Start Java requirement to Java 25. |
.github/workflows/gradle.yml |
Runs CI test matrix on Java 25 only. |
.github/workflows/sonarcloud.yml |
Runs SonarCloud analysis job using Java 25. |
.github/workflows/docker-image.yml |
Builds Docker image using Java 25. |
.github/workflows/codeql-analysis.yml |
Runs CodeQL Java setup using Java 25. |
strehle
approved these changes
Jun 3, 2026
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.
Split the minimum bump from actual code changes using new features