This is an automated email from the ASF dual-hosted git repository.
randgalt pushed a change to branch curator-v2-recipe
in repository https://gitbox.apache.org/repos/asf/curator.git.
discard f2b0a78 wip - create new recipes that use persistent/recurisive
watches. A PersistentWatch and a new replacement cache.
discard d127cc4 wip - new module that will be used to support features in ZK
3.6+ while maintaining background compatability with previous versions of ZK in
the other modules. At some point in the future, this can be merged into the
main modules and then removed
discard 5e8ccf1 wip - new module that will be used to support features in ZK
3.6+ while maintaining background compatability with previous versions of ZK in
the other modules. At some point in the future, this can be merged into the
main modules and then removed
add 059075c wip - new module that will be used to support features in ZK
3.6+ while maintaining background compatability with previous versions of ZK in
the other modules. At some point in the future, this can be merged into the
main modules and then removed
new 56b0112 wip - new module that will be used to support features in ZK
3.6+ while maintaining background compatability with previous versions of ZK in
the other modules. At some point in the future, this can be merged into the
main modules and then removed
new 30b53d1 wip - new module that will be used to support features in ZK
3.6+ while maintaining background compatability with previous versions of ZK in
the other modules. At some point in the future, this can be merged into the
main modules and then removed
new 62b9efc wip - create new recipes that use persistent/recurisive
watches. A PersistentWatch and a new replacement cache.
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 (f2b0a78)
\
N -- N -- N refs/heads/curator-v2-recipe (62b9efc)
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 3 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:
.../curator/framework/api/AddWatchBuilder2.java | 5 ++--
.../framework/imps/AddWatchBuilderImpl.java | 12 ++++++--
.../org/apache/curator/v2/TestFrameworkV2.java | 35 ++++++++++++++++++++--
3 files changed, 45 insertions(+), 7 deletions(-)