|
3 dní pred | |
---|---|---|
.github | 1 mesiac pred | |
bin | 1 mesiac pred | |
conf | 3 rokov pred | |
dev | 1 mesiac pred | |
tools | 1 mesiac pred | |
zookeeper-assembly | 7 mesiacov pred | |
zookeeper-client | 1 mesiac pred | |
zookeeper-compatibility-tests | 1 rok pred | |
zookeeper-contrib | 1 mesiac pred | |
zookeeper-docs | 1 mesiac pred | |
zookeeper-it | 1 rok pred | |
zookeeper-jute | 4 mesiacov pred | |
zookeeper-metrics-providers | 7 mesiacov pred | |
zookeeper-recipes | 1 mesiac pred | |
zookeeper-server | 3 dní pred | |
zookeeper-specifications | 9 mesiacov pred | |
.asf.yaml | 1 rok pred | |
.gitattributes | 1 mesiac pred | |
.gitignore | 1 rok pred | |
.typos.toml | 9 mesiacov pred | |
Jenkinsfile | 4 rokov pred | |
Jenkinsfile-PreCommit | 4 rokov pred | |
Jenkinsfile-owasp | 4 rokov pred | |
Jenkinsfile-s390x | 2 rokov pred | |
LICENSE.txt | 17 rokov pred | |
NOTICE.txt | 7 mesiacov pred | |
README.md | 3 rokov pred | |
README_packaging.md | 5 rokov pred | |
checkstyle-simple.xml | 4 rokov pred | |
checkstyle-strict.xml | 4 rokov pred | |
checkstyleSuppressions.xml | 3 rokov pred | |
excludeFindBugsFilter.xml | 5 rokov pred | |
owaspSuppressions.xml | 3 týždňov pred | |
pom.xml | 3 týždňov pred | |
zk-merge-pr.py | 1 rok pred |
For the latest information about Apache ZooKeeper, please visit our website at:
and our wiki, at:
https://cwiki.apache.org/confluence/display/ZOOKEEPER
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
If you are going to compile with Java 1.8, you should use a recent release at u211 or above.
We always welcome new contributors to the project! See How to Contribute for details on how to submit patches as pull requests and other aspects of our contribution workflow.