This is an automated email from the ASF dual-hosted git repository.
randgalt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git.
from 192d598 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/curator
new 04affff CURATOR-544: SessionFailedRetryPolicy
new c325996 Address comments
new 5223466 Document breaking changes
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:
.../main/java/org/apache/curator/RetryLoop.java | 32 -------------
.../java/org/apache/curator/RetryLoopImpl.java | 2 +-
.../main/java/org/apache/curator/RetryPolicy.java | 24 +++++++++-
...lElapsed.java => SessionFailedRetryPolicy.java} | 32 +++++++------
.../java/org/apache/curator/TestRetryLoop.java | 53 ++++++++++++++++++++++
.../curator/framework/imps/CreateBuilderImpl.java | 5 +-
.../framework/imps/CuratorFrameworkImpl.java | 4 +-
.../curator/framework/imps/DeleteBuilderImpl.java | 2 +-
.../framework/imps/RemoveWatchesBuilderImpl.java | 6 +--
src/site/confluence/breaking-changes.confluence | 8 ++--
10 files changed, 107 insertions(+), 61 deletions(-)
copy
curator-client/src/main/java/org/apache/curator/{retry/RetryUntilElapsed.java
=> SessionFailedRetryPolicy.java} (57%)