This is an automated email from the ASF dual-hosted git repository.

pan3793 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 92a71c6e3d87 [SPARK-56815][SPARK-55852][DOCS] Document Java 25 support
92a71c6e3d87 is described below

commit 92a71c6e3d872ef4ec4c13c85b6c341a5f28af84
Author: Cheng Pan <[email protected]>
AuthorDate: Mon May 11 21:08:03 2026 +0800

    [SPARK-56815][SPARK-55852][DOCS] Document Java 25 support
    
    ### What changes were proposed in this pull request?
    
    Update docs to mention JDK 25 support, in addition, mark JDK 25 prior to 
25.0.3 as deprecated due to the data corruption report with G1GC mentioned in 
SPARK-55852.
    
    ### Why are the changes needed?
    
    Keep docs up-to-date.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Manual review, because it's a doc-only change.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #55798 from pan3793/SPARK-56815.
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 docs/index.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/index.md b/docs/index.md
index cb32ddcde7e2..6d590172e938 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -34,7 +34,8 @@ source, visit [Building Spark](building-spark.html).
 
 Spark runs on both Windows and UNIX-like systems (e.g. Linux, Mac OS), and it 
should run on any platform that runs a supported version of Java. This should 
include JVMs on x86_64 and ARM64. It's easy to run locally on one machine --- 
all you need is to have `java` installed on your system `PATH`, or the 
`JAVA_HOME` environment variable pointing to a Java installation.
 
-Spark runs on Java 17/21, Scala 2.13, Python 3.10+, and R 3.5+ (Deprecated).
+Spark runs on Java 17/21/25, Scala 2.13, Python 3.10+, and R 3.5+ (Deprecated).
+Java 25 prior to version 25.0.3 support is deprecated as of Spark 4.2.0.
 When using the Scala API, it is necessary for applications to use the same 
version of Scala that Spark was compiled for. Since Spark 4.0.0, it's Scala 
2.13.
 
 # Running the Examples and Shell


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to