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/09 16:40:33 UTC

[geode] branch develop updated (ba3d49d -> b512bed)

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 ba3d49d  GEODE-7503: Add new unit tests for GemFireCacheImpl
     add b512bed  Geode-7498: show index type (#4434)

No new revisions were added by this update.

Summary of changes:
 .../geode/cache/configuration/RegionConfig.java    |  18 +--
 .../configuration/converters/IndexConverter.java   |  61 ++++++--
 .../converters/IndexConverterTest.java             | 157 +++++++++++++++++++++
 .../geode/management/configuration/Index.java      |  10 +-
 .../geode/management/configuration/IndexType.java  |  17 ++-
 .../geode/management/configuration/RegionType.java |   2 +-
 6 files changed, 229 insertions(+), 36 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/management/internal/configuration/converters/IndexConverterTest.java
 copy geode-core/src/main/java/org/apache/geode/distributed/internal/tcpserver/InfoRequest.java => geode-management/src/main/java/org/apache/geode/management/configuration/IndexType.java (70%)