Apache ZooKeeper
Go to file
luozongle01 837f86cc71
ZOOKEEPER-4877: Fix typos in comments
Reviewers: kezhuw, shoothzj
Author: luozongle01
Closes #2203 from luozongle01/ZOOKEEPER-4877
2024-10-18 23:35:47 +08:00
.github/workflows ZOOKEEPER-4859: Fix openssl gencerts failure due to too long hostname in github ci (#2186) 2024-09-19 11:00:55 -05:00
bin ZOOKEEPER-4770: zkSnapshotRecursiveSummaryToolkit.sh Error: Could not find or load main class 2024-02-06 15:47:20 +08:00
conf ZOOKEEPER-4427: Migrate to Logback 2022-01-27 10:06:29 +01:00
dev/docker ZOOKEEPER-4616: Upgrade docker image to resolve CVEs 2022-09-29 16:36:01 +02:00
tools ZOOKEEPER-4490: Publish Clover results to SonarQube 2022-04-01 07:20:45 +00:00
zookeeper-assembly ZOOKEEPER-4820: Fix propagation of Logback dependencies 2024-09-18 22:06:52 -05:00
zookeeper-client ZOOKEEPER-4699: Fix hostname use-after-free in the C client 2024-10-18 09:52:41 +08:00
zookeeper-compatibility-tests [maven-release-plugin] prepare for next development iteration 2023-07-17 13:36:10 +02:00
zookeeper-contrib ZOOKEEPER-4820: Fix propagation of Logback dependencies 2024-09-18 22:06:52 -05:00
zookeeper-docs ZOOKEEPER-4869: Document more time units supported in autopurge.purgeInterval (#2195) 2024-10-15 14:44:37 +08:00
zookeeper-it ZOOKEEPER-4826 Reduce unnecessary executable permissions on files (#2157) 2024-04-30 10:12:34 +02:00
zookeeper-jute ZOOKEEPER-4843: Encountering an 'Unreasonable Length' error when configuring jute.maxbuffer to 1GB or more 2024-09-20 13:15:11 -05:00
zookeeper-metrics-providers ZOOKEEPER-4834: add typos check in ci workflow (#2184) 2024-09-10 12:34:38 +08:00
zookeeper-recipes ZOOKEEPER-4877: Fix typos in comments 2024-10-18 23:35:47 +08:00
zookeeper-server ZOOKEEPER-4877: Fix typos in comments 2024-10-18 23:35:47 +08:00
zookeeper-specifications ZOOKEEPER-4834. fix typos in Apache ZooKeeper (#2167) 2024-07-16 16:06:34 +08:00
.asf.yaml GH autolink to ZOOKEEPER Jira issues (#2050) 2023-08-23 22:16:22 +08:00
.gitattributes ZOOKEEPER-1966. VS and line breaks (Orion Hodson via fpj) 2014-07-16 16:00:11 +00:00
.gitignore ZOOKEEPER-4752: Remove version files in zookeeper-server/src/main from .gitignore (#2073) 2023-10-04 05:49:00 +08:00
.typos.toml ZOOKEEPER-4834. fix typos in Apache ZooKeeper (#2167) 2024-07-16 16:06:34 +08:00
checkstyle-simple.xml ZOOKEEPER-4058: Update checkstyle to the latest version 8.39 2021-01-17 20:20:43 +00:00
checkstyle-strict.xml ZOOKEEPER-4058: Update checkstyle to the latest version 8.39 2021-01-17 20:20:43 +00:00
checkstyleSuppressions.xml ZOOKEEPER-4267: Fix check-style issues 2021-12-05 10:54:20 +08:00
excludeFindBugsFilter.xml ZOOKEEPER-3620: Allow to override calls to System.exit in server side code 2019-11-28 12:24:36 +01:00
Jenkinsfile ZOOKEEPER-4207: Remove extra checkout from Jenkinsfile 2021-02-09 16:30:54 +01:00
Jenkinsfile-owasp ZOOKEEPER-3980: Fix Jenkinsfiles with new tool names 2020-10-20 16:21:30 +02:00
Jenkinsfile-PreCommit ZOOKEEPER-3980: Fix Jenkinsfiles with new tool names 2020-10-20 16:21:30 +02:00
Jenkinsfile-s390x [ZOOKEEPER-4668] Fix s390x Jenkinsfile and use s390x agent (#1982) 2023-02-13 15:09:44 +01:00
LICENSE.txt Created notice and renamed the existing license/readme files. See ZOOKEEPER-45 2008-06-24 17:08:42 +00:00
NOTICE.txt Update Year in NOTICE.txt (#2149) 2024-09-22 20:52:53 +08:00
owaspSuppressions.xml ZOOKEEPER-4876: jetty-http-9.4.53.v20231009.jar: CVE-2024-6763(3.7) 2024-10-17 13:42:23 -05:00
pom.xml ZOOKEEPER-4876: jetty-http-9.4.53.v20231009.jar: CVE-2024-6763(3.7) 2024-10-17 13:42:23 -05:00
README_packaging.md ZOOKEEPER-3567: add SSL support for zkpython 2020-01-27 11:26:15 +01:00
README.md ZOOKEEPER-4411: [PATCH] improve the grammar issue in the README.md 2021-11-06 16:14:48 +08:00
zk-merge-pr.py ZOOKEEPER-4806: Commits have to be refreshed after merging 2024-02-15 14:40:32 +01:00

Apache ZooKeeper GitHub Actions CI Travis CI Maven Central License

https://zookeeper.apache.org/

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

https://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 patches as pull requests and other aspects of our contribution workflow.