Aucune description

Patrick D. Hunt ed0e2170ec ZOOKEEPER-1613. The documentation still points to 2008 in the copyright notice (Edward Ribeiro via phunt) il y a 13 ans
bin 314a55237b ZOOKEEPER-1376. zkServer.sh does not correctly check for $SERVER_JVMFLAGS (Skye W-M via henryr) il y a 13 ans
conf 094925092c ZOOKEEPER-1301. backport patches related to the zk startup script from 3.4 to 3.3 release (Giridharan Kesavan via phunt) il y a 14 ans
docs ed0e2170ec ZOOKEEPER-1613. The documentation still points to 2008 in the copyright notice (Edward Ribeiro via phunt) il y a 13 ans
src ed0e2170ec ZOOKEEPER-1613. The documentation still points to 2008 in the copyright notice (Edward Ribeiro via phunt) il y a 13 ans
.gitignore a78740c819 ZOOKEEPER-1345. Add a .gitignore file with general exclusions and Eclipse project files excluded (Harsh J via phunt) il y a 14 ans
CHANGES.txt ed0e2170ec ZOOKEEPER-1613. The documentation still points to 2008 in the copyright notice (Edward Ribeiro via phunt) il y a 13 ans
LICENSE.txt 47b8275402 Created notice and renamed the existing license/readme files. See ZOOKEEPER-45 il y a 17 ans
NOTICE.txt 8177d4ee16 ZOOKEEPER-1581. change copyright in notice to 2012 (breed via phunt) il y a 13 ans
README.txt 714a4b42b6 ZOOKEEPER-749 (OSGi metadata not included in binary only jar) and ZOOKEEPER-750 (move maven artifacts into dist-maven subdir of the release (package target)) il y a 15 ans
build.xml e4f791598a Preparing for release 3.3.6 il y a 13 ans
ivy.xml 402f64c14e ZOOKEEPER-692. upgrade junit to latest version (4.8.1) (phunt via mahadev) il y a 16 ans
ivysettings.xml 0196b6ff96 ZOOKEEPER-741. root level create on REST proxy fails il y a 15 ans

README.txt

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

http://hadoop.apache.org/zookeeper/

and our wiki, at:

http://wiki.apache.org/hadoop/ZooKeeper

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

---------------------------
Packaging/release artifacts

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/