This is an automated email from the ASF dual-hosted git repository.
randgalt pushed a change to branch CURATOR-549-zk36-persistent-watcher-bridge
in repository https://gitbox.apache.org/repos/asf/curator.git.
discard c0bfb11 CURATOR-549
discard 67072a7 CURATOR-549 - optimization: if a node that the cache knows
about gets a change event, there's no need to query for children if the
Cversion hasn't changed
discard 260dedd CURATOR-549
omit 40478c5 CURATOR-549
omit a8ba00d CURATOR-549
add 6ca75d3 Bump jackson-version from 2.9.8 to 2.10.0
add 0d11fee Merge pull request #332 from
apache/dependabot/maven/jackson-version-2.10.0
add 9129a76 CURATOR-547 change JAX-RS reader/writer to reuse Jackson
ObjectMapper; also Jackson 2.9.8 -> 2.9.10
add 3172ccb CURATOR-549
add 7994c59 CURATOR-549
add ed9b143 CURATOR-549
add 518b810 CURATOR-549
add e517ea4 CURATOR-549
add 46a9d2d CURATOR-549
add 97f5d6e CURATOR-549 - optimization: if a node that the cache knows
about gets a change event, there's no need to query for children if the
Cversion hasn't changed
new 6023688 CURATOR-549
new d86322b CURATOR-549
new 17ca4a3 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 (c0bfb11)
\
N -- N -- N
refs/heads/CURATOR-549-zk36-persistent-watcher-bridge (17ca4a3)
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:
.../framework/imps/CuratorFrameworkImpl.java | 9 -
.../imps/CuratorMultiTransactionRecord.java | 2 +-
.../framework/imps/ReconfigBuilderImpl.java | 4 +-
.../curator/framework/imps/TestFramework.java | 2 +-
.../curator/framework/imps/TestFrameworkEdges.java | 2 +-
.../framework/imps/TestReconfiguration.java | 2 +-
.../curator/framework/imps/TestWatchesBuilder.java | 429 +++++++++++----------
.../curator/framework/imps/TestWithCluster.java | 2 +-
.../state/TestConnectionStateManager.java | 2 +-
.../framework/recipes/cache/TestNodeCache.java | 2 +-
.../recipes/cache/TestPathChildrenCache.java | 2 +-
.../cache/TestPathChildrenCacheInCluster.java | 2 +-
.../framework/recipes/cache/TestTreeCache.java | 2 +-
.../framework/recipes/leader/TestLeaderLatch.java | 2 +-
.../recipes/leader/TestLeaderSelectorEdges.java | 2 +
.../locks/TestInterProcessSemaphoreCluster.java | 2 +-
.../recipes/watch/TestPersistentWatcher.java | 1 +
curator-test-zk35/pom.xml | 2 +-
.../test/compatibility/CuratorTestBase.java | 3 +-
.../entity/JsonServiceInstanceMarshaller.java | 8 +-
pom.xml | 2 +-
src/site/confluence/zk-compatibility.confluence | 4 +
22 files changed, 249 insertions(+), 239 deletions(-)