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 2020/08/19 22:30:07 UTC

[geode] branch develop updated (6f12a36 -> 537721f)

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

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


    from 6f12a36  GEODE-8432: use regionPath directly instead of getRegion when put eveā€¦ (#5464)
     add 537721f  GEODE-8419: SSL/TLS protocol and cipher suite configuration is ignored (#5465)

No new revisions were added by this update.

Summary of changes:
 .../apache/geode/internal/SSLConfigJUnitTest.java  |  2 +-
 ...LSocketHostNameVerificationIntegrationTest.java |  4 +-
 .../internal/net/SSLSocketIntegrationTest.java     |  4 +-
 .../internal/net/SocketCreatorFailHandshake.java   |  2 -
 .../admin/internal/AdminDistributedSystemImpl.java |  2 +-
 .../apache/geode/distributed/LocatorLauncher.java  |  2 +-
 .../admin/remote/DistributionLocatorId.java        |  2 +-
 .../admin/remote/RemoteTransportConfig.java        |  2 +-
 .../geode/internal/net/SCClusterSocketCreator.java |  1 -
 .../geode/internal/{admin => net}/SSLConfig.java   |  3 +-
 .../internal/net/SSLConfigurationFactory.java      |  1 -
 .../org/apache/geode/internal/net/SSLUtil.java     |  1 -
 .../apache/geode/internal/net/SocketCreator.java   | 96 +++++++++++++++-------
 .../geode/internal/net/SocketCreatorFactory.java   |  1 -
 .../org/apache/geode/internal/tcp/Connection.java  |  2 +-
 .../ContextAwareSSLRMIClientSocketFactory.java     |  2 +-
 .../management/internal/JmxManagerAdvisee.java     |  2 +-
 .../internal/JmxManagerLocatorRequest.java         |  2 +-
 .../geode/management/internal/ManagementAgent.java |  2 +-
 .../internal/api/GeodeConnectionConfig.java        |  2 +-
 ...ClusterManagementServiceInfoRequestHandler.java |  2 +-
 .../functions/GetMemberInformationFunction.java    |  2 +-
 .../net/SSLConfigurationFactoryJUnitTest.java      |  1 -
 .../org/apache/geode/internal/net/SSLUtilTest.java |  2 -
 .../geode/internal/net/SocketCreatorJUnitTest.java | 55 ++++++++++++-
 .../apache/geode/internal/tcp/TCPConduitTest.java  |  2 +-
 .../internal/cli/commands/ConnectCommand.java      |  2 +-
 .../internal/cli/shell/JmxOperationInvoker.java    |  2 +-
 .../geode/internal/cache/InternalHttpService.java  |  2 +-
 .../acceptance/CacheConnectionIntegrationTest.java |  2 +-
 .../v1/acceptance/CacheOperationsJUnitTest.java    |  2 +-
 .../geode/tools/pulse/tests/rules/ServerRule.java  |  2 +-
 .../java/org/apache/geode/redis/SSLTest.java       |  2 +-
 .../redis/internal/netty/NettyRedisServer.java     |  2 +-
 34 files changed, 148 insertions(+), 67 deletions(-)
 rename geode-core/src/main/java/org/apache/geode/internal/{admin => net}/SSLConfig.java (99%)