This is an automated email from the ASF dual-hosted git repository.

randgalt pushed a change to branch CURATOR-549-zk36-persistent-watcher-recipes
in repository https://gitbox.apache.org/repos/asf/curator.git.


    omit 4ddd26a  CURATOR-549
    omit fb55476  CURATOR-558
    omit 6c2a3da  CURATOR-549
     add d65669b  CURATOR-549 (#334)
     new f63bb9a  CURATOR-549

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   (4ddd26a)
            \
             N -- N -- N   
refs/heads/CURATOR-549-zk36-persistent-watcher-recipes (f63bb9a)

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 1 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    |   4 +-
 .../apache/curator/framework/api/Watchable.java    |  22 +-
 .../api/{AddWatchable.java => WatchableBase.java}  |   5 +-
 .../framework/imps/AddWatchBuilderImpl.java        |  18 +-
 .../curator/framework/imps/TestWatchesBuilder.java | 433 ++++++++++-----------
 curator-test-zk35/pom.xml~3172ccb6... CURATOR-549  | 161 --------
 .../curator/x/async/api/AsyncWatchBuilder.java     |   4 +-
 .../curator/x/async/api/AsyncWatchBuilder2.java    |   4 +-
 .../x/async/details/AsyncWatchBuilderImpl.java     |   4 +-
 9 files changed, 232 insertions(+), 423 deletions(-)
 rename 
curator-framework/src/main/java/org/apache/curator/framework/api/{AddWatchable.java
 => WatchableBase.java} (97%)
 delete mode 100644 curator-test-zk35/pom.xml~3172ccb6... CURATOR-549

Reply via email to