This is an automated email from the ASF dual-hosted git repository.
jinmeiliao pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from 8944e89 GEODE-7545: Remove dependency on AltertingAction from
membership
add 61af622 GEODE-7583: allow "status locator" to work with ssl enabled
locators (#4529)
No new revisions were added by this update.
Summary of changes:
.../cli/commands/StatusLocatorCommandSSLTest.java | 103 +++++++++++++++++++++
.../utils/ClusterConfigurationStatusRetriever.java | 4 +-
.../internal/cli/commands/ConnectCommand.java | 44 ---------
.../internal/cli/commands/OfflineGfshCommand.java | 53 +++++++++++
.../commands/lifecycle/StatusLocatorCommand.java | 24 +++--
5 files changed, 176 insertions(+), 52 deletions(-)
create mode 100644
geode-assembly/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/StatusLocatorCommandSSLTest.java