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/05/28 14:50:33 UTC

[geode] branch develop updated (5ee7a2e -> 68dc56c)

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 5ee7a2e  GEODE-6745 Added unit test coverage for MemberConfigManager and refactored (#3620)
     add 68dc56c  GEODE-6803: Make CacheElement an interface and have RuntimeCacheElemeā€¦ (#3625)

No new revisions were added by this update.

Summary of changes:
 .../integrationTest/resources/assembly_content.txt |  1 +
 .../jdbc/internal/configuration/RegionMapping.java |  4 +-
 .../api/LocatorClusterManagementService.java       |  3 +-
 .../mutators/ConfigurationManager.java             |  2 +-
 .../sanctioned-geode-core-serializables.txt        |  2 +-
 .../cache/configuration/RegionConfigTest.java      | 13 +++++
 .../geode/internal/config/JAXBServiceTest.java     |  6 +--
 .../lucene/management/configuration/Index.java     |  4 +-
 ...CacheElement.java => AbstractCacheElement.java} | 22 +-------
 .../geode/cache/configuration/CacheConfig.java     |  2 +-
 .../geode/cache/configuration/CacheElement.java    | 58 ++++++----------------
 .../geode/cache/configuration/DiskStoreType.java   |  2 +-
 .../cache/configuration/JndiBindingsType.java      |  4 +-
 .../geode/cache/configuration/RegionConfig.java    |  4 +-
 .../management/api/ClusterManagementResult.java    |  8 +--
 .../management/configuration/MemberConfig.java     |  5 +-
 .../configuration/RuntimeCacheElement.java         |  7 +--
 17 files changed, 56 insertions(+), 91 deletions(-)
 copy geode-management/src/main/java/org/apache/geode/cache/configuration/{CacheElement.java => AbstractCacheElement.java} (67%)