CURATOR-672. Ensure JDK 17 support (#461)

Signed-off-by: tison <wander4096@gmail.com>
10 files changed
tree: 32d6e9ef8c4706a3a201b800503776a05a014b33
  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-x-async/
  11. curator-x-discovery/
  12. curator-x-discovery-server/
  13. src/
  14. .asf.yaml
  15. .gitignore
  16. DEPENDENCIES
  17. doap.rdf
  18. LICENSE
  19. licenserc.toml
  20. merge-pr.py
  21. mvnw
  22. mvnw.cmd
  23. NOTICE
  24. pom.xml
  25. 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: