[BUILD] Add Java 25 support and test Spark 4.2 with Java 25 - #7657
Open
pan3793 wants to merge 1 commit into
Open
[BUILD] Add Java 25 support and test Spark 4.2 with Java 25#7657pan3793 wants to merge 1 commit into
pan3793 wants to merge 1 commit into
Conversation
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.
Why are the changes needed?
Java 25 is the current LTS (released Sep 2025, Oracle Premier Support until
Sep 2030, Extended Support until Sep 2033). Kyuubi's JVM options are still
Java 21-era, so Kyuubi cannot run reliably on the new LTS.
Spark 4.2 supports and defaults to Java 25 (SPARK-51167 (4.2.0): Build and
Run Spark on Java 25). Aligning Kyuubi's runtime options with Spark 4.2 keeps
the gateway's behavior consistent with the engine it launches.
How was this patch tested?
No new tests: the change only adjusts JVM/CI configuration; the existing Spark
4.2 CI jobs exercise it.
Was this patch assisted by generative AI tooling?
Assisted-by: Codex:DeepSeek V4 Pro