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

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


 discard 797b132  wip
 discard 5593808  Added support for a PersistentWatcher recipe based on new 
persistent watch APIs
 discard ed3f517  Support ZK 3.6 and add support for upcoming Persistent 
Recursive Watch APIs.
     add 551e866  CURATOR-546
     add bdddaf9  Support ZK 3.6 and add support for upcoming Persistent 
Recursive Watch APIs.
     add 7f1f644  Support ZK 3.6 and add support for upcoming Persistent 
Recursive Watch APIs.
     add 33f5c6c  Added support for a PersistentWatcher recipe based on new 
persistent watch APIs
     new 8b6e92d  Support ZK 3.6 and add support for upcoming Persistent 
Recursive Watch APIs.
     new 4072aa5  Added support for a PersistentWatcher recipe based on new 
persistent watch APIs
     new 0b52b2c  Added some functional utilities that will aid using 
persistent/recursive watchers

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   (797b132)
            \
             N -- N -- N   refs/heads/persistent-watcher-functional (0b52b2c)

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:
 .../org/apache/curator/utils/Compatibility.java    | 25 +++++++
 .../apache/curator/framework/CuratorFramework.java |  2 +-
 .../api/{Statable.java => WatchesBuilder.java}     | 64 +++++++++---------
 .../framework/imps/CuratorFrameworkImpl.java       |  4 +-
 .../framework/imps/RemoveWatchesBuilderImpl.java   |  9 ++-
 .../curator/framework/imps/WatchesBuilderImpl.java | 47 +++++++++++++
 .../curator/framework/imps/TestFramework.java      |  4 +-
 .../framework/recipes/watch/PersistentWatcher.java |  2 +-
 .../curator/x/async/api/AsyncAddWatchBuilder.java  | 33 ++++++++++
 .../x/async/details/AsyncAddWatchBuilderImpl.java  | 76 ++++++++++++++++++++++
 .../x/async/modeled/details/ModeledCacheImpl.java  |  2 +-
 .../async/modeled/TestCachedModeledFramework.java  | 32 ++++++---
 12 files changed, 251 insertions(+), 49 deletions(-)
 copy 
curator-framework/src/main/java/org/apache/curator/framework/api/{Statable.java 
=> WatchesBuilder.java} (79%)
 create mode 100644 
curator-framework/src/main/java/org/apache/curator/framework/imps/WatchesBuilderImpl.java
 create mode 100644 
curator-x-async/src/main/java/org/apache/curator/x/async/api/AsyncAddWatchBuilder.java
 create mode 100644 
curator-x-async/src/main/java/org/apache/curator/x/async/details/AsyncAddWatchBuilderImpl.java

Reply via email to