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:34:18 UTC

[geode] branch develop updated (4506bcb -> d76ccd1)

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 4506bcb  Upgraded version number for releasing 1.12.0
     add 48467cc  GEODE-7157: SSLConfig&SSLConf..Factory thread-safe
     add 649acd2  GEODE-7157: SSLConfigurationFactory thread-safe
     add d76ccd1  GEODE-7157: Add fix for test case

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, 421 insertions(+), 372 deletions(-)