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 2019/12/04 21:44:56 UTC

[geode] branch develop updated (1fcadf9 -> 332e3f0)

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 1fcadf9  Separate benchmark tasks into jobs. (#4404)
     add 332e3f0  GEODE-7504: region eviction support (#4386)

No new revisions were added by this update.

Summary of changes:
 .../internal/rest/RegionManagementDunitTest.java   |  52 ++++++
 .../integrationTest/resources/assembly_content.txt |   3 +
 .../geode/cache/configuration/DeclarableType.java  |  16 +-
 .../cache/configuration/RegionAttributesType.java  |  21 ++-
 .../configuration/converters/RegionConverter.java  |  80 ++++++++-
 .../validators/RegionConfigValidator.java          |  33 ++++
 .../sanctioned-geode-management-serializables.txt  |   7 +-
 .../configuration/RegionAttributesTypeTest.java    |  13 +-
 .../converters/RegionConverterTest.java            | 189 +++++++++++++++++++--
 .../validators/RegionConfigValidatorTest.java      |  98 ++++++++++-
 .../geode/management/configuration/Region.java     | 114 ++++++++++++-
 .../PlainClusterManagementServiceBuilder.java      |  12 +-
 .../geode/management/configuration/RegionTest.java |  96 ++++++++++-
 13 files changed, 696 insertions(+), 38 deletions(-)