Hello, The Apache Curator team is pleased to announce the release of version 5.0.0. Apache Curator is a Java/JVM client library for Apache ZooKeeper[1], a distributed coordination service. Apache Curator includes a high-level API framework and utilities to make using Apache ZooKeeper much easier and more reliable. It also includes recipes for common use cases and extensions such as service discovery and a Java 8 asynchronous DSL. For more details, please visit the project website: http://curator.apache.org/
The download page for Apache Curator is here: https://cwiki.apache.org/confluence/display/CURATOR/Releases The binary artifacts for Curator are available from Maven Central and its mirrors. For general information on Apache Curator, please visit the project website: http://curator.apache.org Release Notes - Apache Curator - Version 5.0.0 ** Bug * [CURATOR-440] - curator-framework is unable to load in OSGi * [CURATOR-464] - Unable to instantiate client in OSGi * [CURATOR-525] - There is a race condition in Curator which might lead to fake SUSPENDED event and ruin CuratorFrameworkImpl inner state * [CURATOR-559] - Inconsistent ZK timeouts ** New Feature * [CURATOR-544] - Implement SessionFailedRetryPolicy ** Improvement * [CURATOR-549] - ZooKeeper 3.6 will add support for Persistent Recursive Watchers - Add Curator support * [CURATOR-558] - ZooKeeper 3.6.0 has many API changes - bring Curator up to date * [CURATOR-562] - Remove ConnectionHandlingPolicy * [CURATOR-564] - Changes to retry failed TestingServer starts should be applied to TestingCluster * [CURATOR-568] - New option allowing CuratorFramework skip ZK ensemble tracking Regards, The Curator Team [1] Apache ZooKeeper https://zookeeper.apache.org/