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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8d8e7294a Correct the required Java version in the cluster setup docs 
(#9089)
8d8e7294a is described below

commit 8d8e7294ac1621890622f182bc4179d0b7f73d62
Author: L1nq <[email protected]>
AuthorDate: Sun Sep 13 12:37:17 2026 +0800

    Correct the required Java version in the cluster setup docs (#9089)
---
 docs/Setting-up-a-Storm-cluster.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Setting-up-a-Storm-cluster.md 
b/docs/Setting-up-a-Storm-cluster.md
index afb358047..c8f075d16 100644
--- a/docs/Setting-up-a-Storm-cluster.md
+++ b/docs/Setting-up-a-Storm-cluster.md
@@ -29,7 +29,7 @@ A few notes about Zookeeper deployment:
 
 Next you need to install Storm's dependencies on Nimbus and the worker 
machines. These are:
 
-1. Java 21+ (Apache Storm 3.x is tested through GitHub actions against Java 21 
and Java 25)
+1. Java 25+ (Apache Storm 3.x binaries require Java 25; GitHub Actions builds 
and tests run on JDK 25)
 2. Python 3.x
 
 These are the versions of the dependencies that have been tested with Storm. 
Storm may or may not work with different versions of Java and/or Python.

Reply via email to