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

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


    from 7f1c0dd  CURATOR-505
     new 96f186a  CURATOR-505 - interim checking - refactoring, 
simplifications, more testing, and documentation
     new a162f5b  CURATOR-505 - decoration of ConnectionStateListeners is now 
automatic (a backdoor is provided)

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:
 .../apache/curator/framework/CuratorFramework.java |  10 --
 .../curator/framework/CuratorFrameworkFactory.java |   2 +-
 .../framework/imps/CuratorFrameworkImpl.java       |  18 ++--
 .../curator/framework/imps/EnsembleTracker.java    |   6 ++
 .../framework/listen/MappingListenerContainer.java | 112 +++++++++++++++++++++
 .../curator/framework/state/CircuitBreaker.java    |  24 ++---
 .../CircuitBreakingConnectionStateListener.java    |  11 +-
 .../framework/state/ConnectionStateListener.java   |  15 ++-
 .../state/ConnectionStateListenerDecorator.java    |   6 +-
 .../framework/state/ConnectionStateManager.java    |  35 ++++---
 .../framework/state/TestCircuitBreaker.java        |  42 ++++++--
 ...TestCircuitBreakingConnectionStateListener.java |  86 ++++++++++++++--
 .../curator/framework/recipes/cache/NodeCache.java |  56 +++++------
 .../framework/recipes/cache/PathChildrenCache.java |  10 +-
 .../curator/framework/recipes/cache/TreeCache.java |  11 +-
 .../framework/recipes/leader/LeaderLatch.java      |  11 +-
 .../framework/recipes/leader/LeaderSelector.java   |   8 +-
 .../framework/recipes/nodes/PersistentNode.java    |  21 ++--
 .../framework/recipes/shared/SharedValue.java      |  40 ++++----
 .../framework/recipes/leader/TestLeaderLatch.java  |  28 +++---
 .../x/discovery/details/ServiceCacheImpl.java      | 109 ++++++++++----------
 .../x/discovery/details/ServiceDiscoveryImpl.java  |  45 +++++----
 src/site/confluence/utilities.confluence           |  28 ++++++
 23 files changed, 493 insertions(+), 241 deletions(-)
 create mode 100644 
curator-framework/src/main/java/org/apache/curator/framework/listen/MappingListenerContainer.java

Reply via email to