Açıklama Yok

Enrico Olivelli 9b7cadf15c [ZOOKEEPER-4674] TestReadOnlyClient.cc: Stop/start "normal" server in test setUp/tearDown (#1983) 2 yıl önce
bin 4946c582fa ZOOKEEPER-3887: In SSL-only server zkServer.sh status command should use secureClientPortAddress instead of clientPortAddress 4 yıl önce
conf 794adf1122 ZOOKEEPER-1260: Audit logging in ZooKeeper servers. 6 yıl önce
dev 4e1c6d5023 ZOOKEEPER-4055: Dockerfile can't build Zookeeper C client library 5 yıl önce
zookeeper-assembly a89fbaad49 setting the versions after the 3.6.4 release 3 yıl önce
zookeeper-client 9b7cadf15c [ZOOKEEPER-4674] TestReadOnlyClient.cc: Stop/start "normal" server in test setUp/tearDown (#1983) 2 yıl önce
zookeeper-compatibility-tests a89fbaad49 setting the versions after the 3.6.4 release 3 yıl önce
zookeeper-contrib a89fbaad49 setting the versions after the 3.6.4 release 3 yıl önce
zookeeper-docs 9b436666cc update release notes after including ZOOKEEPER-4654 to 3.6.4 3 yıl önce
zookeeper-it a89fbaad49 setting the versions after the 3.6.4 release 3 yıl önce
zookeeper-jute a89fbaad49 setting the versions after the 3.6.4 release 3 yıl önce
zookeeper-metrics-providers a89fbaad49 setting the versions after the 3.6.4 release 3 yıl önce
zookeeper-recipes a89fbaad49 setting the versions after the 3.6.4 release 3 yıl önce
zookeeper-server a89fbaad49 setting the versions after the 3.6.4 release 3 yıl önce
.gitattributes d94dcda0df ZOOKEEPER-1966. VS and line breaks (Orion Hodson via fpj) 11 yıl önce
.gitignore a93ff0fe63 ZOOKEEPER-3738: Use mavanagaiata for git commit id 5 yıl önce
.travis.yml 1e6edc9229 ZOOKEEPER-3440: Fix Apache RAT check by excluding binary files (images) 6 yıl önce
Jenkinsfile 8b4be143d6 ZOOKEEPER-4207: Remove extra checkout from Jenkinsfile 4 yıl önce
Jenkinsfile-PreCommit 0783a9c5d7 ZOOKEEPER-3980: Fix Jenkinsfiles with new tool names 5 yıl önce
Jenkinsfile-owasp 0783a9c5d7 ZOOKEEPER-3980: Fix Jenkinsfiles with new tool names 5 yıl önce
LICENSE.txt 47b8275402 Created notice and renamed the existing license/readme files. See ZOOKEEPER-45 17 yıl önce
NOTICE.txt a855674847 ZOOKEEPER-4644: update dependencies before release 3.6.4 3 yıl önce
README.md 59f7bbf478 ZOOKEEPER-3668: Clean up release package for 3.6.0 6 yıl önce
README_packaging.md 2a6f1e34d9 ZOOKEEPER-3567: add SSL support for zkpython 5 yıl önce
checkstyle-simple.xml b8d5d9c1c1 ZOOKEEPER-3517: Turn on BookKeeper checkstyle configuration at project level 6 yıl önce
checkstyle-strict.xml 35f4aa2274 ZOOKEEPER-3468: Enable BookKeeper checkstyle configuration on zookeeper-jute 6 yıl önce
checkstyleSuppressions.xml fc9294888f ZOOKEEPER-4267: Fix check-style issues 4 yıl önce
excludeFindBugsFilter.xml 8e8905069f ZOOKEEPER-3620: Allow to override calls to System.exit in server side code 6 yıl önce
owaspSuppressions.xml 98bde18efe ZOOKEEPER-3941: Upgrade commons-cli to 1.4 3 yıl önce
pom.xml a89fbaad49 setting the versions after the 3.6.4 release 3 yıl önce
zk-merge-pr.py 1a28de74a4 ZOOKEEPER-3771: Update zk-merge-pr script to Python3 5 yıl önce

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.