build: Update ZooKeeper to 3.9.4 to resolve vulnerability (#1281)
1 file changed
tree: 5967c431ddbbcdb6ba9b30cc130c953e36201f9c
  1. .github/
  2. .mvn/
  3. curator-client/
  4. curator-examples/
  5. curator-framework/
  6. curator-recipes/
  7. curator-test/
  8. curator-test-zk35/
  9. curator-test-zk36/
  10. curator-test-zk37/
  11. curator-test-zk38/
  12. curator-x-async/
  13. curator-x-discovery/
  14. curator-x-discovery-server/
  15. .asf.yaml
  16. .git-blame-ignore-revs
  17. .gitignore
  18. DEPENDENCIES
  19. doap.rdf
  20. LICENSE
  21. licenserc.toml
  22. merge-pr.py
  23. mvnw
  24. mvnw.cmd
  25. NOTICE
  26. pom.xml
  27. README.md
README.md

Apache Curator

Maven Central Curator Website Stack Overflow Twitter

What is Apache Curator?

Apache Curator is a Java/JVM client library for Apache ZooKeeper, 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: