You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by nkalmar <gi...@git.apache.org> on 2018/04/14 15:05:39 UTC

[GitHub] zookeeper pull request #502: ZOOKEEPER-3002 upgrade to jdk 8

GitHub user nkalmar opened a pull request:

    https://github.com/apache/zookeeper/pull/502

    ZOOKEEPER-3002 upgrade to jdk 8

    Set minimum requirement to java 1.8
    The code successfully compiled with 8.0.161-oracle and 8.0.163-zulu.
    
    Checking the generated class file it reports 1.8 as version:
    javap -verbose build/classes/org/apache/zookeeper/server/ServerStats.class | grep version
    minor version: 0
    major version: 52

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nkalmar/zookeeper ZOOKEEPER-3002_java1.8

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zookeeper/pull/502.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #502
    
----
commit 9878706c1157ed7442a7f2a4d623b4c68dbff601
Author: Norbert Kalmar <nk...@...>
Date:   2018-04-14T15:01:27Z

    ZOOKEEPER-3002 upgrade to jdk 8

----


---

[GitHub] zookeeper pull request #502: ZOOKEEPER-3002 upgrade to jdk 8

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/zookeeper/pull/502


---