No Description

Andor Molnar 4c25d480e6 Exclude spotbugs annotations jar from the release 6 years ago
bin dc980f5b9a ZOOKEEPER-3029: MAVEN MIGRATION 3.4 - 7 years ago
conf 3e4534d77d ZOOKEEPER-1583. Document maxClientCnxns in conf/zoo_sample.cfg (Christopher Tubbs via phunt) 13 years ago
src c0aa3b3f3b ZOOKEEPER-3032: MAVEN MIGRATION - branch 3.4 move java server, client 7 years ago
zookeeper-client 8eb2b0b9af Fixed version numbers in pom.xml files 6 years ago
zookeeper-contrib 8eb2b0b9af Fixed version numbers in pom.xml files 6 years ago
zookeeper-docs 8eb2b0b9af Fixed version numbers in pom.xml files 6 years ago
zookeeper-it dc980f5b9a ZOOKEEPER-3029: MAVEN MIGRATION 3.4 - 7 years ago
zookeeper-jute 8eb2b0b9af Fixed version numbers in pom.xml files 6 years ago
zookeeper-recipes 8eb2b0b9af Fixed version numbers in pom.xml files 6 years ago
zookeeper-server 8eb2b0b9af Fixed version numbers in pom.xml files 6 years ago
.gitattributes 0a9604eb59 ZOOKEEPER-1575. adding .gitattributes to prevent CRLF and LF mismatches for source and text files (Raja Aluri via michim) 11 years ago
.gitignore f15cdefac1 Fix for license files and contrib folder during release (3.4) 6 years ago
.travis.yml 215d2bbb66 ZOOKEEPER-3234: Add Travis-CI configuration file 6 years ago
LICENSE.txt 47b8275402 Created notice and renamed the existing license/readme files. See ZOOKEEPER-45 17 years ago
NOTICE.txt 91a7d8b8e9 Preparing for release 3.4.14 6 years ago
README.md 812650d585 ZOOKEEPER-3028: MAVEN MIGRATION - 3.4 - Create maven assembly 6 years ago
README_packaging.txt a209e60eb5 ZOOKEEPER-999. Create an package integration project 14 years ago
build.xml 4c25d480e6 Exclude spotbugs annotations jar from the release 6 years ago
excludeFindBugsFilter.xml adf4e78dfe ZOOKEEPER-3223: Configure Spotbugs - on branch 3.4 7 years ago
ivy.xml adf4e78dfe ZOOKEEPER-3223: Configure Spotbugs - on branch 3.4 7 years ago
ivysettings.xml 8bb13ba2f8 ZOOKEEPER-2594: Use TLS for downloading artifacts during build (Olaf Flebbe via phunt) 9 years ago
owaspSuppressions.xml 927d0e4e7f ZOOKEEPER-3262: Update dependencies flagged by OWASP report 6 years ago
pom.xml 8eb2b0b9af Fixed version numbers in pom.xml files 6 years ago
source-package.xml 812650d585 ZOOKEEPER-3028: MAVEN MIGRATION - 3.4 - Create maven assembly 6 years ago

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/