You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by eo...@apache.org on 2020/06/23 11:28:29 UTC

[curator] branch master updated (2d54d92 -> 1d6891a)

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

eolivelli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git.


    from 2d54d92  Merge branch 'master' of https://github.com/apache/curator
     add edf9f40  CURATOR-574 DiscoveryService fatal error on deserializing an empty byte[] as JSON
     new 1d6891a  CURATOR-574 DiscoveryService fatal error on deserializing an empty byte[] as JSON

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:
 .../recipes/cache/CuratorCacheListenerBuilder.java |  3 ++-
 .../cache/CuratorCacheListenerBuilderImpl.java     |  4 ++--
 .../cache/PathChildrenCacheListenerWrapper.java    | 15 +++++++++++++-
 .../recipes/cache/TestCuratorCacheWrappers.java    | 23 +++++++++++++++++++++-
 .../x/discovery/details/ServiceCacheImpl.java      |  2 +-
 5 files changed, 41 insertions(+), 6 deletions(-)


[curator] 01/01: CURATOR-574 DiscoveryService fatal error on deserializing an empty byte[] as JSON

Posted by eo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git

commit 1d6891a9d6dbfc97988c6e51520240c96e6e9394
Merge: 2d54d92 edf9f40
Author: Enrico Olivelli <eo...@gmail.com>
AuthorDate: Tue Jun 23 13:28:23 2020 +0200

    CURATOR-574 DiscoveryService fatal error on deserializing an empty byte[] as JSON

 .../recipes/cache/CuratorCacheListenerBuilder.java |  3 ++-
 .../cache/CuratorCacheListenerBuilderImpl.java     |  4 ++--
 .../cache/PathChildrenCacheListenerWrapper.java    | 15 +++++++++++++-
 .../recipes/cache/TestCuratorCacheWrappers.java    | 23 +++++++++++++++++++++-
 .../x/discovery/details/ServiceCacheImpl.java      |  2 +-
 5 files changed, 41 insertions(+), 6 deletions(-)