Açıklama Yok

Alexander A. Strelets 4358ce40f1 ZOOKEEPER-2891: Invalid processing of zookeeper_close for mutli-request 6 yıl önce
bin 9463b0d4c1 ZOOKEEPER-2621: ZooKeeper doesn't start on MINGW32 (Windows) 6 yıl önce
conf 3e4534d77d ZOOKEEPER-1583. Document maxClientCnxns in conf/zoo_sample.cfg (Christopher Tubbs via phunt) 13 yıl önce
src c0aa3b3f3b ZOOKEEPER-3032: MAVEN MIGRATION - branch 3.4 move java server, client 7 yıl önce
zookeeper-client 4358ce40f1 ZOOKEEPER-2891: Invalid processing of zookeeper_close for mutli-request 6 yıl önce
zookeeper-contrib c61fb7a673 ZOOKEEPER-3105: Character coding problem occur when create a node using python3 6 yıl önce
zookeeper-docs c056703417 ZOOKEEPER-3441: OWASP is flagging jackson-databind-2.9.9.jar for CVE-… 6 yıl önce
zookeeper-it dc980f5b9a ZOOKEEPER-3029: MAVEN MIGRATION 3.4 - 7 yıl önce
zookeeper-jute 812650d585 ZOOKEEPER-3028: MAVEN MIGRATION - 3.4 - Create maven assembly 6 yıl önce
zookeeper-recipes 812650d585 ZOOKEEPER-3028: MAVEN MIGRATION - 3.4 - Create maven assembly 6 yıl önce
zookeeper-server 6437a57537 ZOOKEEPER-3046: wait for clients to reconnect after restarting server 6 yıl önce
.gitattributes 0a9604eb59 ZOOKEEPER-1575. adding .gitattributes to prevent CRLF and LF mismatches for source and text files (Raja Aluri via michim) 11 yıl önce
.gitignore f5b5220396 Add some python basics to gitignore 6 yıl önce
.travis.yml 215d2bbb66 ZOOKEEPER-3234: Add Travis-CI configuration file 6 yıl önce
LICENSE.txt 47b8275402 Created notice and renamed the existing license/readme files. See ZOOKEEPER-45 17 yıl önce
NOTICE.txt 5e453dba5d Preparing for release 3.4.12 7 yıl önce
README.md 812650d585 ZOOKEEPER-3028: MAVEN MIGRATION - 3.4 - Create maven assembly 6 yıl önce
README_packaging.txt a209e60eb5 ZOOKEEPER-999. Create an package integration project 14 yıl önce
build.xml 4a5d596105 ZOOKEEPER-3389: Zookeeper does not export all required packages in OSGi (for Curator) 6 yıl önce
excludeFindBugsFilter.xml adf4e78dfe ZOOKEEPER-3223: Configure Spotbugs - on branch 3.4 7 yıl önce
ivy.xml adf4e78dfe ZOOKEEPER-3223: Configure Spotbugs - on branch 3.4 7 yıl önce
ivysettings.xml 8bb13ba2f8 ZOOKEEPER-2594: Use TLS for downloading artifacts during build (Olaf Flebbe via phunt) 9 yıl önce
owaspSuppressions.xml 927d0e4e7f ZOOKEEPER-3262: Update dependencies flagged by OWASP report 6 yıl önce
pom.xml c056703417 ZOOKEEPER-3441: OWASP is flagging jackson-databind-2.9.9.jar for CVE-… 6 yıl önce
source-package.xml 812650d585 ZOOKEEPER-3028: MAVEN MIGRATION - 3.4 - Create maven assembly 6 yıl önce

README.md

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

http://zookeeper.apache.org/

and our wiki, at:

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

Full documentation for this release can also be found in docs/index.html


Packaging/release artifacts - Maven

A buildable tarball is located under zookeeper/target/ directory

The artifacts for the modules are uploaded to maven central.

Packaging/release artifacts - Ant

The release artifact contains the following jar file at the toplevel:

zookeeper-.jar - legacy jar file which contains all classes

                              and source files. Prior to version 3.3.0 this
                              was the only jar file available. It has the 
                              benefit of having the source included (for
                              debugging purposes) however is also larger as
                              a result

The release artifact contains the following jar files in "dist-maven" directory:

zookeeper-.jar - bin (binary) jar - contains only class (.class) files zookeeper--sources.jar - contains only src (.java) files zookeeper--javadoc.jar - contains only javadoc files

These bin/src/javadoc jars were added specifically to support Maven/Ivy which have the ability to pull these down automatically as part of your build process. The content of the legacy jar and the bin+sources jar are the same.

As of version 3.3.0 bin/sources/javadoc jars contained in dist-maven directory are deployed to the Apache Maven repository after the release has been accepted by Apache: http://people.apache.org/repo/m2-ibiblio-rsync-repository/