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

reiabreu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/storm-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 31a185179f Correct the required Java version in the 3.x setup docs 
(#73)
31a185179f is described below

commit 31a185179f735f3218edca2a03d4cabd735d451a
Author: L1nq <[email protected]>
AuthorDate: Sun Sep 13 14:25:38 2026 +0800

    Correct the required Java version in the 3.x setup docs (#73)
---
 releases/3.0.0/Setting-up-a-Storm-cluster.md | 2 +-
 releases/3.1.0/Setting-up-a-Storm-cluster.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/releases/3.0.0/Setting-up-a-Storm-cluster.md 
b/releases/3.0.0/Setting-up-a-Storm-cluster.md
index afb3580472..c8f075d16b 100644
--- a/releases/3.0.0/Setting-up-a-Storm-cluster.md
+++ b/releases/3.0.0/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.
diff --git a/releases/3.1.0/Setting-up-a-Storm-cluster.md 
b/releases/3.1.0/Setting-up-a-Storm-cluster.md
index afb3580472..c8f075d16b 100644
--- a/releases/3.1.0/Setting-up-a-Storm-cluster.md
+++ b/releases/3.1.0/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