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 4a69a7f Feature/geode 6661 (#4284)
add 384b875 GEODE-7157: SSLConfig&SSLConf..Factory thread-safe (#4285)
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 +-
.../client/internal/ConnectionFactoryImpl.java | 15 +-
.../geode/cache/client/internal/PoolImpl.java | 3 +-
.../apache/geode/distributed/LocatorLauncher.java | 25 +-
.../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 | 15 +-
.../management/internal/JmxManagerAdvisee.java | 3 +-
.../geode/cache/client/internal/PoolImplTest.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 +-
23 files changed, 464 insertions(+), 385 deletions(-)