You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by nk...@apache.org on 2019/07/16 07:23:29 UTC

[zookeeper] branch master updated: ZOOKEEPER-3462: Drop Java 9 support

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f873dcf  ZOOKEEPER-3462: Drop Java 9 support
f873dcf is described below

commit f873dcf10e222e220732ab27cc6fc8c0ff0beec6
Author: Andor Molnar <an...@apache.org>
AuthorDate: Tue Jul 16 09:21:14 2019 +0200

    ZOOKEEPER-3462: Drop Java 9 support
    
    Modified docs to indicate which versions of JDK are we actively testing.
    Java 9 jenkins jobs have already been disabled.
    
    Author: Andor Molnar <an...@apache.org>
    
    Reviewers: Enrico Olivelli <eo...@apache.org>, Norbert Kalmar <nk...@apache.org>
    
    Closes #1015 from anmolnar/ZOOKEEPER-3462
---
 zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md b/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
index 9212f24..7d3be6a 100644
--- a/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
+++ b/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
@@ -124,9 +124,9 @@ is no full support.
 
 #### Required Software
 
-ZooKeeper runs in Java, release 1.7 or greater (JDK 7 or
-greater, FreeBSD support requires openjdk7).  It runs as an
-_ensemble_ of ZooKeeper servers. Three
+ZooKeeper runs in Java, release 1.8 or greater 
+(JDK 8 LTS, JDK 11 LTS, JDK 12 - Java 9 and 10 are not supported). 
+It runs as an _ensemble_ of ZooKeeper servers. Three
 ZooKeeper servers is the minimum recommended size for an
 ensemble, and we also recommend that they run on separate
 machines. At Yahoo!, ZooKeeper is usually deployed on