Skip to content

Upgrade Java build target to JDK 25 - #18

Closed
trly wants to merge 1 commit into
mainfrom
upgrade-jdk-25-115739d7-a84f-4f24-b253-960869cf306d
Closed

Upgrade Java build target to JDK 25#18
trly wants to merge 1 commit into
mainfrom
upgrade-jdk-25-115739d7-a84f-4f24-b253-960869cf306d

Conversation

@trly

@trly trly commented Aug 31, 2026

Copy link
Copy Markdown

Upgrades this project's declared Java build target to JDK 25.

For Maven projects this bumps the maven.compiler.source / maven.compiler.target / maven.compiler.release / java.version properties (and any maven-compiler-plugin source/target/release configuration) that were previously below 25.

For Gradle projects that had no Java version declared at all, this adds a Java toolchain pinning the project to JDK 25.

Only build configuration is changed — no source code changes are included.

Heads-up for reviewers: CI on this branch is currently red for a pre-existing reason unrelated to this change. The build fails while resolving org.sourcegraph:java-lib:1.1.0 from GitHub Packages with 401 Unauthorized, because the repository's ACCESS_TOKEN / USER_NAME Actions secrets are missing or expired. That must be fixed separately before CI can pass here. This changeset additionally bumps the build workflow's java-version from 8 to 25 so the CI JDK matches the new compile target.

Created by Sourcegraph agentic batch change.

Bump declared Java compile target / toolchain to JDK 25.
@trly
trly force-pushed the upgrade-jdk-25-115739d7-a84f-4f24-b253-960869cf306d branch from bf8e176 to 114b012 Compare August 31, 2026 18:29
@trly trly closed this Sep 3, 2026
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.

1 participant