You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bu...@apache.org on 2019/11/18 18:55:39 UTC

[geode] branch develop updated (f46b492 -> 4c87d2e)

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

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


    from f46b492  GEODE-7450 SSL peerAppDataBuffer expansion needs work (#4336)
     add 4c87d2e  GEODE-7344: break dependencies on DataSerializer (#4339)

No new revisions were added by this update.

Summary of changes:
 .../internal/LocatorLoadBalancingDUnitTest.java       | 13 ++++++++-----
 .../tcpserver/TcpServerBackwardCompatDUnitTest.java   |  7 +++++--
 .../internal/AutoConnectionSourceImplJUnitTest.java   |  7 +++++--
 .../geode/distributed/LocatorIntegrationTest.java     |  5 ++++-
 .../internal/membership/MembershipJUnitTest.java      |  8 ++++++--
 .../gms/locator/GMSLocatorIntegrationTest.java        |  5 ++++-
 .../locator/GMSLocatorRecoveryIntegrationTest.java    |  8 ++++++--
 .../tcpserver/TCPClientSSLIntegrationTest.java        |  9 +++++++--
 .../internal/tcpserver/TCPServerSSLJUnitTest.java     |  9 +++++++--
 .../internal/tcpserver/TcpServerJUnitTest.java        |  5 ++++-
 .../admin/internal/DistributionLocatorConfigImpl.java |  5 ++++-
 .../client/internal/AutoConnectionSourceImpl.java     |  5 ++++-
 .../org/apache/geode/distributed/LocatorLauncher.java |  5 ++++-
 .../internal/ClusterDistributionManager.java          |  4 +++-
 .../geode/distributed/internal/InternalLocator.java   |  7 +++++--
 .../membership/adapter/GMSLocatorAdapter.java         |  5 ++++-
 .../distributed/internal/tcpserver/InfoResponse.java  |  6 +++---
 .../distributed/internal/tcpserver/TcpClient.java     | 19 +++++++++++++------
 .../distributed/internal/tcpserver/TcpServer.java     | 18 ++++++++++++------
 .../apache/geode/internal/DistributionLocator.java    |  6 ++++--
 .../java/org/apache/geode/internal/SystemAdmin.java   |  6 ++++--
 .../internal/cache/tier/sockets/TcpServerFactory.java |  5 ++++-
 .../management/internal/JmxManagerLocatorRequest.java |  5 ++++-
 .../api/GeodeClusterManagementServiceBuilder.java     |  5 ++++-
 .../utils/ClusterConfigurationStatusRetriever.java    |  5 ++++-
 .../internal/tcpserver/TcpServerDependenciesTest.java |  2 --
 .../client/internal/locator/wan/LocatorDiscovery.java |  5 ++++-
 .../locator/wan/LocatorMembershipListenerImpl.java    |  5 ++++-
 .../cache/wan/AbstractRemoteGatewaySender.java        |  9 ++++++---
 29 files changed, 146 insertions(+), 57 deletions(-)