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

[geode] branch develop updated (f4024b5 -> 620aada)

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

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


    from f4024b5  Merge pull request #4282 from gemzdude/develop
     add 308d7e8  Revert "GEODE-7157: Add fix for test case"
     add 9a6036b  Revert "GEODE-7157: SSLConfigurationFactory thread-safe"
     add 620aada  Revert "GEODE-7157: SSLConfig&SSLConf..Factory thread-safe"

No new revisions were added by this update.

Summary of changes:
 .../cache/client/internal/LocatorSSLJUnitTest.java |   5 +-
 .../tcpserver/TCPClientSSLIntegrationTest.java     |   4 +-
 .../internal/tcpserver/TCPServerSSLJUnitTest.java  |  11 +-
 .../internal/SSLConfigIntegrationJUnitTest.java    |   5 +-
 .../apache/geode/internal/SSLConfigJUnitTest.java  |   4 +-
 .../admin/internal/AdminDistributedSystemImpl.java |  15 +-
 .../org/apache/geode/internal/admin/SSLConfig.java | 282 +++++------------
 .../admin/remote/DistributionLocatorId.java        |   2 +-
 .../admin/remote/RemoteTransportConfig.java        |   2 +-
 .../internal/net/SSLConfigurationFactory.java      | 337 ++++++++++++---------
 .../geode/internal/net/SocketCreatorFactory.java   |   5 +-
 .../management/internal/JmxManagerAdvisee.java     |   3 +-
 .../net/SSLConfigurationFactoryJUnitTest.java      |  41 +--
 .../geode/internal/net/SocketCreatorJUnitTest.java |  14 +-
 .../internal/InternalHttpServiceJunitTest.java     |   7 +-
 .../acceptance/CacheConnectionIntegrationTest.java |  26 +-
 .../v1/acceptance/CacheOperationsJUnitTest.java    |  24 +-
 .../geode/tools/pulse/tests/rules/ServerRule.java  |   2 +-
 ...SenderEventRemoteDispatcherIntegrationTest.java |   4 +-
 19 files changed, 372 insertions(+), 421 deletions(-)