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

jnioche 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 ea0e3adf9 [STORM-4015][DOCS] Update the minimum Java version required 
to Java 11
     new 0a7618368 Merge pull request #3613 from engrravijain/STORM-4015
ea0e3adf9 is described below

commit ea0e3adf9068b4a1799534b8324e9c02c00c94cb
Author: Ravi Jain <[email protected]>
AuthorDate: Thu Jan 4 19:05:40 2024 +0530

    [STORM-4015][DOCS] Update the minimum Java version required to Java 11
---
 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 b86d47f7c..558defa5e 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 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