L1nq0 opened a new pull request, #9089:
URL: https://github.com/apache/storm/pull/9089
The cluster setup page starts its dependency list with:
1. Java 21+ (Apache Storm 3.x is tested through GitHub actions against Java
21 and Java 25)
The binaries require Java 25, so the sentence no longer matches what users
need to install. It matched the state introduced by #8594, which raised the
compiler level to 21 with a [21, 25] test matrix; since then javaVersion moved
to 25 and the matrix became JDK 25 only, and the sentence was not updated along
the way.
Richard Zowalla flagged the released copy of this page while voting on the
3.1.0 RC1 on the dev list ("docs/Setting-up-a-Storm-cluster.md still says 'Java
21+', but the binaries require Java 25"). The published website copy is being
fixed separately on apache/storm-site; this updates the in-repo page so the
next release generates with the correct requirement.
The new line reads:
1. Java 25+ (Apache Storm 3.x binaries require Java 25; GitHub Actions
builds and tests run on JDK 25)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]