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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 1338b52ee [STORM-4015][DOCS] Update the minimum Java version required 
to Java 11
1338b52ee is described below

commit 1338b52ee636466b062f3ce61f78e373341688cd
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Jan 4 17:02:58 2024 +0100

    [STORM-4015][DOCS] Update the minimum Java version required to Java 11
---
 content/releases/2.6.0/Setting-up-a-Storm-cluster.html   | 2 +-
 content/releases/current/Setting-up-a-Storm-cluster.html | 2 +-
 releases/2.6.0/Setting-up-a-Storm-cluster.md             | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/releases/2.6.0/Setting-up-a-Storm-cluster.html 
b/content/releases/2.6.0/Setting-up-a-Storm-cluster.html
index bff30cc3b..99c694119 100644
--- a/content/releases/2.6.0/Setting-up-a-Storm-cluster.html
+++ b/content/releases/2.6.0/Setting-up-a-Storm-cluster.html
@@ -170,7 +170,7 @@
 <p>Next you need to install Storm&#39;s dependencies on Nimbus and the worker 
machines. These are:</p>
 
 <ol>
-<li>Java 8+ (Apache Storm 2.x is tested through GitHub actions against Java 8 
and Java 11)</li>
+<li> Java 11+ (Apache Storm 2.x is tested through GitHub actions against Java 
11, Java 17 and Java 21)</li>
 <li>Python 3.x</li>
 </ol>
 
diff --git a/content/releases/current/Setting-up-a-Storm-cluster.html 
b/content/releases/current/Setting-up-a-Storm-cluster.html
index bff30cc3b..99c694119 100644
--- a/content/releases/current/Setting-up-a-Storm-cluster.html
+++ b/content/releases/current/Setting-up-a-Storm-cluster.html
@@ -170,7 +170,7 @@
 <p>Next you need to install Storm&#39;s dependencies on Nimbus and the worker 
machines. These are:</p>
 
 <ol>
-<li>Java 8+ (Apache Storm 2.x is tested through GitHub actions against Java 8 
and Java 11)</li>
+<li> Java 11+ (Apache Storm 2.x is tested through GitHub actions against Java 
11, Java 17 and Java 21)</li>
 <li>Python 3.x</li>
 </ol>
 
diff --git a/releases/2.6.0/Setting-up-a-Storm-cluster.md 
b/releases/2.6.0/Setting-up-a-Storm-cluster.md
index b86d47f7c..558defa5e 100644
--- a/releases/2.6.0/Setting-up-a-Storm-cluster.md
+++ b/releases/2.6.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 8+ (Apache Storm 2.x is tested through GitHub actions against Java 8 
and Java 11)
+1. Java 11+ (Apache Storm 2.x is tested through GitHub actions against Java 
11, Java 17 and Java 21)
 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