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

[geode] branch feature/GEODE-2113d updated (0ba242a -> 4ee228b)

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

bschuchardt pushed a change to branch feature/GEODE-2113d
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 0ba242a  fixed verification count & triggering another build
     add 4ee228b  Addressing most of Galen's comments

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/geode/ClusterSSLDUnitTest.java | 35 ++++++++++++++++------
 .../CacheServerSSLConnectionDUnitTest.java         |  4 +--
 .../distributed/internal/direct/DirectChannel.java | 11 -------
 .../geode/internal/cache/EntryEventImpl.java       |  2 +-
 .../org/apache/geode/internal/net/Buffers.java     |  6 ++--
 .../apache/geode/internal/net/NioSslEngine.java    | 26 ++++++++--------
 .../apache/geode/internal/net/SocketCreator.java   |  9 ++++++
 .../apache/geode/internal/statistics/VMStats.java  |  2 +-
 .../apache/geode/internal/stats50/VMStats50.java   |  2 +-
 .../org/apache/geode/internal/tcp/Connection.java  |  3 +-
 10 files changed, 56 insertions(+), 44 deletions(-)