You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ji...@apache.org on 2020/03/03 18:42:31 UTC

[geode] branch develop updated (bcd3655 -> a61f951)

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 bcd3655  GEODE-7819: Add debugging support to SerializableTemporaryFolder (#4740)
     add a61f951  GEODE-7421: deployment should use PUT instead of POST in REST request

No new revisions were added by this update.

Summary of changes:
 .../org/apache/geode/management/api/CommandType.java  |  1 +
 ...RestTemplateClusterManagementServiceTransport.java |  9 ++++++---
 .../configuration/AbstractConfiguration.java          |  6 ++++++
 .../geode/management/configuration/Deployment.java    |  6 ++++++
 .../internal/ClientClusterManagementService.java      |  3 ++-
 .../internal/ClientClusterManagementServiceTest.java  |  1 +
 .../controllers/DeploymentManagementController.java   | 13 ++++++-------
 .../rest/security/RestSecurityConfiguration.java      | 19 +++++++++++++++++++
 .../src/main/webapp/WEB-INF/management-servlet.xml    |  2 --
 9 files changed, 47 insertions(+), 13 deletions(-)