diff --git a/modules/cells/src/main/java/dmg/cells/zookeeper/CellCuratorFramework.java b/modules/cells/src/main/java/dmg/cells/zookeeper/CellCuratorFramework.java index fc0b891e91f..0f3e4ec75f9 100644 --- a/modules/cells/src/main/java/dmg/cells/zookeeper/CellCuratorFramework.java +++ b/modules/cells/src/main/java/dmg/cells/zookeeper/CellCuratorFramework.java @@ -92,6 +92,7 @@ import org.apache.curator.framework.state.ConnectionStateListener; import org.apache.curator.utils.EnsurePath; import org.apache.curator.utils.ThreadUtils; +import org.apache.curator.utils.ZookeeperCompatibility; import org.apache.zookeeper.CreateMode; import org.apache.zookeeper.KeeperException; import org.apache.zookeeper.Watcher; @@ -343,6 +344,11 @@ public CuratorZookeeperClient getZookeeperClient() { return inner.getZookeeperClient(); } + @Override + public ZookeeperCompatibility getZookeeperCompatibility() { + return inner.getZookeeperCompatibility(); + } + @Override @Deprecated public EnsurePath newNamespaceAwareEnsurePath(String path) { diff --git a/pom.xml b/pom.xml index ae8341c271d..edb86f8b6c7 100644 --- a/pom.xml +++ b/pom.xml @@ -163,7 +163,7 @@ org.apache.curator curator-recipes - 5.6.0 + 5.7.0 org.slf4j @@ -178,7 +178,7 @@ org.apache.zookeeper zookeeper - 3.7.2 + 3.8.4 com.sun.jmx