You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2022/02/07 22:11:05 UTC

[geode] branch develop updated (507565e -> 1da9039)

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

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


    from 507565e  GEODE-9710: Cleanup PRColocationDUnitTestHelper (#6969)
     add 1da9039  GEODE-10015: Set java.rmi.server.hostname when SSL enabled. (#7337)

No new revisions were added by this update.

Summary of changes:
 .../src/test/resources/expected-pom.xml            |   5 +
 .../gradle/plugins/DependencyConstraints.groovy    |   1 +
 geode-core/build.gradle                            |   1 +
 .../internal/ManagementAgentIntegrationTest.java   | 161 ++++++++++--------
 .../geode/management/internal/ManagementAgent.java |  81 +++++++---
 .../sanctioned-geode-core-serializables.txt        |   1 -
 .../management/internal/ManagementAgentTest.java   |  60 +++++++
 geode-gfsh/build.gradle                            |  13 ++
 .../geode/gfsh/GfshWithSslAcceptanceTest.java      | 153 ++++++++++++++++++
 .../shell/JmxOperationInvokerIntegrationTest.java  | 179 +++++++++++++++++++++
 .../org/apache/geode/cache/ssl/CertStores.java     |   3 +-
 11 files changed, 564 insertions(+), 94 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/management/internal/ManagementAgentTest.java
 create mode 100644 geode-gfsh/src/acceptanceTest/java/org/apache/geode/gfsh/GfshWithSslAcceptanceTest.java
 create mode 100644 geode-gfsh/src/integrationTest/java/org/apache/geode/management/internal/cli/shell/JmxOperationInvokerIntegrationTest.java