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

dongjoon-hyun 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 2603abfa3c44 [SPARK-56815][DOCS][FOLLOWUP] Add Java 25 to 
`building-spark.md`
2603abfa3c44 is described below

commit 2603abfa3c4437337f17fd33bda4111d4ae09c9f
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue May 12 09:54:19 2026 -0700

    [SPARK-56815][DOCS][FOLLOWUP] Add Java 25 to `building-spark.md`
    
    ### What changes were proposed in this pull request?
    
    Update `docs/building-spark.md` from `Java 17/21` to `Java 17/21/25`.
    
    This is a follow-up of
    - apache/spark#55798
    
    ### Why are the changes needed?
    
    `docs/index.md` already states "Spark runs on Java 17/21/25", but 
`docs/building-spark.md` was missed and still says `Java 17/21`.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    N/A. Documentation-only change.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Code (Opus 4.7)
    
    Closes #55827 from dongjoon-hyun/SPARK-56815.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 docs/building-spark.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/building-spark.md b/docs/building-spark.md
index e9eb0b22271a..0cae594af2e3 100644
--- a/docs/building-spark.md
+++ b/docs/building-spark.md
@@ -27,7 +27,7 @@ license: |
 ## Apache Maven
 
 The Maven-based build is the build of reference for Apache Spark.
-Building Spark using Maven requires Maven 3.9.15 and Java 17/21.
+Building Spark using Maven requires Maven 3.9.15 and Java 17/21/25.
 Spark requires Scala 2.13; support for Scala 2.12 was removed in Spark 4.0.0.
 
 ### Setting up Maven's Memory Usage


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

Reply via email to