Aucune description

Mate Szalay-Beko 30eef4aec4 update release notes after including ZOOKEEPER-4654 to 3.6.4 il y a 3 ans
bin 4946c582fa ZOOKEEPER-3887: In SSL-only server zkServer.sh status command should use secureClientPortAddress instead of clientPortAddress il y a 4 ans
conf 794adf1122 ZOOKEEPER-1260: Audit logging in ZooKeeper servers. il y a 6 ans
dev 4e1c6d5023 ZOOKEEPER-4055: Dockerfile can't build Zookeeper C client library il y a 5 ans
zookeeper-assembly 654dc5bc5d ZOOKEEPER-4455: Move to https://reload4j.qos.ch/ (remove log4j1) il y a 3 ans
zookeeper-client ff5d12f892 ZOOKEEPER-4654: Fix C client test compilation error in Util.cc. il y a 3 ans
zookeeper-compatibility-tests 696ba7bbd1 ZOOKEEPER-4651: Fix checkstyle problems on branch-3.6 il y a 3 ans
zookeeper-contrib 654dc5bc5d ZOOKEEPER-4455: Move to https://reload4j.qos.ch/ (remove log4j1) il y a 3 ans
zookeeper-docs 30eef4aec4 update release notes after including ZOOKEEPER-4654 to 3.6.4 il y a 3 ans
zookeeper-it ab923eacf9 Start ZooKeeper 3.6.4-SNAPSHOT il y a 4 ans
zookeeper-jute b66d0a4771 ZOOKEEPER-4331: add headers back in osgi artifact il y a 4 ans
zookeeper-metrics-providers ab923eacf9 Start ZooKeeper 3.6.4-SNAPSHOT il y a 4 ans
zookeeper-recipes ab923eacf9 Start ZooKeeper 3.6.4-SNAPSHOT il y a 4 ans
zookeeper-server c66a779d26 ZOOKEEPER-4649: Upgrade netty to 4.1.86 because of CVE-2022-41915 il y a 3 ans
.gitattributes d94dcda0df ZOOKEEPER-1966. VS and line breaks (Orion Hodson via fpj) il y a 11 ans
.gitignore a93ff0fe63 ZOOKEEPER-3738: Use mavanagaiata for git commit id il y a 5 ans
.travis.yml 1e6edc9229 ZOOKEEPER-3440: Fix Apache RAT check by excluding binary files (images) il y a 6 ans
Jenkinsfile 8b4be143d6 ZOOKEEPER-4207: Remove extra checkout from Jenkinsfile il y a 4 ans
Jenkinsfile-PreCommit 0783a9c5d7 ZOOKEEPER-3980: Fix Jenkinsfiles with new tool names il y a 5 ans
Jenkinsfile-owasp 0783a9c5d7 ZOOKEEPER-3980: Fix Jenkinsfiles with new tool names il y a 5 ans
LICENSE.txt 47b8275402 Created notice and renamed the existing license/readme files. See ZOOKEEPER-45 il y a 17 ans
NOTICE.txt a855674847 ZOOKEEPER-4644: update dependencies before release 3.6.4 il y a 3 ans
README.md 59f7bbf478 ZOOKEEPER-3668: Clean up release package for 3.6.0 il y a 6 ans
README_packaging.md 2a6f1e34d9 ZOOKEEPER-3567: add SSL support for zkpython il y a 5 ans
checkstyle-simple.xml b8d5d9c1c1 ZOOKEEPER-3517: Turn on BookKeeper checkstyle configuration at project level il y a 6 ans
checkstyle-strict.xml 35f4aa2274 ZOOKEEPER-3468: Enable BookKeeper checkstyle configuration on zookeeper-jute il y a 6 ans
checkstyleSuppressions.xml fc9294888f ZOOKEEPER-4267: Fix check-style issues il y a 4 ans
excludeFindBugsFilter.xml 8e8905069f ZOOKEEPER-3620: Allow to override calls to System.exit in server side code il y a 6 ans
owaspSuppressions.xml 98bde18efe ZOOKEEPER-3941: Upgrade commons-cli to 1.4 il y a 3 ans
pom.xml 696ba7bbd1 ZOOKEEPER-4651: Fix checkstyle problems on branch-3.6 il y a 3 ans
zk-merge-pr.py 1a28de74a4 ZOOKEEPER-3771: Update zk-merge-pr script to Python3 il y a 5 ans

README.md

Apache ZooKeeper Build Status Maven Central License

alt text

For the latest information about Apache ZooKeeper, please visit our website at:

http://zookeeper.apache.org/

and our wiki, at:

https://cwiki.apache.org/confluence/display/ZOOKEEPER


Packaging/release artifacts

Either downloaded from https://zookeeper.apache.org/releases.html or found in zookeeper-assembly/target directory after building the project with maven.

apache-zookeeper-[version].tar.gz

    Contains all the source files which can be built by running:
    mvn clean install

    To generate an aggregated apidocs for zookeeper-server and zookeeper-jute:
    mvn javadoc:aggregate
    (generated files will be at target/site/apidocs)

apache-zookeeper-[version]-bin.tar.gz

    Contains all the jar files required to run ZooKeeper
    Full documentation can also be found in the docs folder

As of version 3.5.5, the parent, zookeeper and zookeeper-jute artifacts are deployed to the central repository after the release is voted on and approved by the Apache ZooKeeper PMC:

https://repo1.maven.org/maven2/org/apache/zookeeper/zookeeper/

Java 8

If you are going to compile with Java 1.8, you should use a recent release at u211 or above.

Contributing

We always welcome new contributors to the project! See How to Contribute for details on how to submit patch through pull request and our contribution workflow.