You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by dd...@apache.org on 2020/10/28 10:19:55 UTC

[zookeeper] branch master updated (a6ca5f3 -> b59bf6b)

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

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


    from a6ca5f3  ZOOKEEPER-3969: Add whoami API and Cli command
     add b59bf6b  ZOOKEEPER-3926: Remove hardcoded comparisons to more maintainable an…

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/zookeeper/ClientCnxn.java   | 20 ++++++++++----------
 .../main/java/org/apache/zookeeper/ZooKeeper.java    |  9 +++++----
 .../apache/zookeeper/server/NettyServerCnxnTest.java |  2 +-
 .../org/apache/zookeeper/test/IntegrityCheck.java    |  4 ++--
 .../test/PersistentRecursiveWatcherTest.java         |  2 +-
 .../apache/zookeeper/test/PersistentWatcherTest.java |  4 ++--
 .../java/org/apache/zookeeper/test/WatcherTest.java  |  2 +-
 7 files changed, 22 insertions(+), 21 deletions(-)