You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jj...@apache.org on 2022/04/12 19:24:36 UTC

[geode] branch develop updated (ce975a0c1c -> 223c5d8bdd)

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

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


    from ce975a0c1c GEODE-10232: reformat list for more reliable rendering (#7581)
     add 223c5d8bdd GEODE-10230: PDX UPDATE/DELETE in Mgmt REST API (#7578)

No new revisions were added by this update.

Summary of changes:
 .../api/LocatorClusterManagementService.java       |  72 +++++++++-
 .../validators/DeploymentValidator.java            |   5 +-
 .../validators/DiskStoreValidator.java             |   4 +-
 .../validators/GatewayReceiverConfigValidator.java |  30 +++--
 .../configuration/validators/IndexValidator.java   |   4 +
 .../validators/RegionConfigValidator.java          |   2 +
 .../api/LocatorClusterManagementServiceTest.java   | 101 +++++++++++++-
 .../validators/DeploymentValidatorTest.java        |   8 +-
 .../validators/DiskStoreValidatorTest.java         |   9 ++
 .../GatewayReceiverConfigValidatorTest.java        |  15 ++-
 .../validators/IndexValidatorTest.java             |   8 ++
 .../validators/RegionConfigValidatorTest.java      |   9 ++
 ...usterManagementSecurityRestIntegrationTest.java |   5 +
 .../internal/rest/PdxIntegrationTest.java          | 146 ++++++++++++++-------
 .../rest/controllers/PdxManagementController.java  |  21 +++
 15 files changed, 370 insertions(+), 69 deletions(-)