Update bundled JRE to Java 25#4383
Conversation
|
I gave this a spin on a real JDK 25 (Temurin 25.0.3) — launched the bundled server and imported actual projects over LSP. Mostly looks great, but I hit one thing worth calling out before release. Stuff that works fine on 25:
The catch — Gradle: So: totally fine to merge, the runtime''s ready on 25. But two things would be nice — a heads-up in the release notes that Gradle < 9.1.0 folks need to upgrade Gradle or point |
|
Hi @wenytang-ms , Thanks for taking the time to test this and for the detailed feedback! The Gradle compatibility note is a good catch. Since this is due to Gradle's current Java 25 support requirements rather than the runtime update itself, I agree that it would be helpful to mention it in the release notes or documentation. |
Summary
Updates the bundled JustJ runtime from Java 21 to Java 25.
Changes
scripts/jre.mjsscripts/index.mjsValidation
LATEST_JREnow points to 25--javaVersion 25Fixes #4353