Aucune description

Enrico Olivelli 11984725d4 add item to release notes il y a 5 ans
bin f6b7b1b35b ZOOKEEPER-3876: zkServer.sh status command fails when IPV6 is configured il y a 5 ans
conf 794adf1122 ZOOKEEPER-1260: Audit logging in ZooKeeper servers. il y a 6 ans
dev ac9cecf2a4 ZOOKEEPER-3630: Autodetection of openssl during ZooKeeper C client build il y a 6 ans
zookeeper-assembly adb0d29726 ZOOKEEPER-3678: Remove Redundant GroupID from Maven POMs il y a 5 ans
zookeeper-client 07400df7f8 ZOOKEEPER-3885: add locking for watchers hashtables il y a 5 ans
zookeeper-compatibility-tests 8ae8d33994 ZOOKEEPER-3857: ZooKeeper branch-3.6 doesn't build after Curator test committed il y a 5 ans
zookeeper-contrib adb0d29726 ZOOKEEPER-3678: Remove Redundant GroupID from Maven POMs il y a 5 ans
zookeeper-docs 11984725d4 add item to release notes il y a 5 ans
zookeeper-it 24001493d5 ZOOKEEPER-3802: Fix rat checks in full-build and fatjar il y a 5 ans
zookeeper-jute 8bd0d5e06b ZOOKEEPER-3679: Upgrade maven-compiler-plugin For ZooKeeper-jute il y a 5 ans
zookeeper-metrics-providers adb0d29726 ZOOKEEPER-3678: Remove Redundant GroupID from Maven POMs il y a 5 ans
zookeeper-recipes 16ddfea713 ZOOKEEPER-3834: Do Not Set Explicit Test Includes in POM il y a 5 ans
zookeeper-server cea9801bc5 ZOOKEEPER-3924: Netty and JLine Licenses are inconsistent with jars in the binary tarball in 3.6.2 rc0 il y a 5 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 b1e0380eee ZOOKEEPER-3896: Added cleanup bits to all ZK builds il y a 5 ans
Jenkinsfile-PreCommit b1e0380eee ZOOKEEPER-3896: Added cleanup bits to all ZK builds 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 cb8456c122 ZOOKEEPER-3745: Update copyright notices from 2019 to 2020 il y a 5 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 751d63a3c0 ZOOKEEPER-3832: ZKHostnameVerifier rejects valid certificates with subjectAltNames il y a 5 ans
excludeFindBugsFilter.xml 8e8905069f ZOOKEEPER-3620: Allow to override calls to System.exit in server side code il y a 6 ans
owaspSuppressions.xml 6f23dfbbe3 ZOOKEEPER-3817: suppress log4j SmtpAppender related CVE-2020-9488 il y a 5 ans
pom.xml 3d3171475f ZOOKEEPER-3801: update CI link to https://ci-hadoop.apache.org/view/ZooKeeper/ il y a 5 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.