You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2020/03/05 17:30:04 UTC

[geode] branch develop updated (5c2b959 -> 838e070)

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

jensdeppe pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 5c2b959  GEODE-7808: standardize on use of HostAndPort for creating connections (#4765)
     add 838e070  GEODE-7840: Redis pub/sub does not handle binary messages correctly (#4762)

No new revisions were added by this update.

Summary of changes:
 .../apache/geode/redis/PubSubIntegrationTest.java  | 28 ++++++++++++++++++++++
 ...ckSubscriber.java => MockBinarySubscriber.java} | 16 ++++++-------
 .../geode/redis/internal/AbstractSubscription.java |  4 ++--
 .../geode/redis/internal/ChannelSubscription.java  |  2 +-
 .../geode/redis/internal/PatternSubscription.java  |  2 +-
 .../org/apache/geode/redis/internal/PubSub.java    |  2 +-
 .../apache/geode/redis/internal/PubSubImpl.java    | 15 ++++++------
 .../apache/geode/redis/internal/Subscription.java  |  4 ++--
 .../internal/executor/pubsub/PublishExecutor.java  |  3 +--
 .../geode/redis/internal/PubSubImplJUnitTest.java  |  2 +-
 10 files changed, 53 insertions(+), 25 deletions(-)
 copy geode-redis/src/integrationTest/java/org/apache/geode/redis/mocks/{MockSubscriber.java => MockBinarySubscriber.java} (70%)