This is an automated email from the ASF dual-hosted git repository.
andor pushed a change to branch branch-3.4.14
in repository https://gitbox.apache.org/repos/asf/zookeeper.git.
omit b56d60b ZOOKEEPER-1815: Tolerate incorrectly set system hostname in
tests (3.4)
omit 7238c4f Fix package target: need to copy src/packages folder on 3.4
omit fbefcf0 Fix ant package target: pom.template, zooinspector
omit ba56ac5 ZOOKEEPER-3275: Fix release targets: package, tar, mvn-deploy
(3.4)
omit f753053 Preparing for release 3.4.14
add 9f1735b Prepare for the next release: update the version to
3.4.15-SNAPSHOT
add ac2469a ZOOKEEPER-3275: Fix release targets: package, tar, mvn-deploy
(3.4)
add e22883c Fix ant package target: pom.template, zooinspector
add 7f07e65 Fix package target: need to copy src/packages folder on 3.4
add 9de50d9 ZOOKEEPER-1815: Tolerate incorrectly set system hostname in
tests (3.4)
add 812650d ZOOKEEPER-3028: MAVEN MIGRATION - 3.4 - Create maven assembly
add 215d2bb ZOOKEEPER-3234: Add Travis-CI configuration file
add f15cdef Fix for license files and contrib folder during release (3.4)
new 91a7d8b Preparing for release 3.4.14
new 8eb2b0b Fixed version numbers in pom.xml files
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b56d60b)
\
N -- N -- N refs/heads/branch-3.4.14 (8eb2b0b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 5 +-
.travis.yml | 17 ++
README.md | 9 +-
build.xml | 4 +-
pom.xml | 199 +++++++++++++++++++--
source-package.xml | 91 ++++++++++
zookeeper-client/pom.xml | 25 ++-
zookeeper-client/zookeeper-client-c/pom.xml | 4 +-
zookeeper-contrib/pom.xml | 53 ++++--
.../zookeeper-contrib-loggraph/pom.xml | 8 +-
zookeeper-contrib/zookeeper-contrib-rest/pom.xml | 8 +-
.../build/check_zk_version.c | 19 +-
.../build/check_zk_version.h | 24 +--
.../zookeeper-contrib-zooinspector/build.xml | 3 -
.../zookeeper-contrib-zooinspector/pom.xml | 6 +-
...faultNodeVeiwers.cfg => defaultNodeViewers.cfg} | 0
zookeeper-docs/pom.xml | 74 +++++---
zookeeper-jute/pom.xml | 20 ++-
zookeeper-recipes/pom.xml | 25 ++-
.../zookeeper-recipes-election/pom.xml | 8 +-
zookeeper-recipes/zookeeper-recipes-lock/pom.xml | 6 +-
zookeeper-recipes/zookeeper-recipes-queue/pom.xml | 8 +-
zookeeper-server/pom.xml | 63 ++++---
.../resources/{ => lib}/jline-0.9.94.LICENSE.txt | 0
.../src/{main => test}/resources/log4j.properties | 0
25 files changed, 531 insertions(+), 148 deletions(-)
create mode 100644 .travis.yml
create mode 100644 source-package.xml
copy
zookeeper-it/src/test/java/org/apache/zookeeper/test/system/NoAvailableContainers.java
=> zookeeper-contrib/zookeeper-contrib-zkperl/build/check_zk_version.c (71%)
copy zookeeper-client/zookeeper-client-c/include/zookeeper_version.h =>
zookeeper-contrib/zookeeper-contrib-zkperl/build/check_zk_version.h (64%)
rename
zookeeper-contrib/zookeeper-contrib-zooinspector/src/main/resources/{defaultNodeVeiwers.cfg
=> defaultNodeViewers.cfg} (100%)
rename zookeeper-server/src/main/resources/{ => lib}/jline-0.9.94.LICENSE.txt
(100%)
rename zookeeper-server/src/{main => test}/resources/log4j.properties (100%)