Github user eolivelli commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/670#discussion_r225419531
--- Diff:
zookeeper-client/zookeeper-client-java/src/main/java/org/apache/zookeeper/client/ZKClientConfig.java
---
@@ -23,7 +23,7 @@
import org.apache.yetus.audience.InterfaceAudience;
import org.apache.zookeeper.ZooKeeper;
import org.apache.zookeeper.common.ZKConfig;
-import org.apache.zookeeper.server.quorum.QuorumPeerConfig.ConfigException;
+import org.apache.zookeeper.server.quorum.ConfigException;
--- End diff --
This is breaking compatibility, we cannot port this into branch3.5 and it
will make transition to 3.6 slower
---