This is an automated email from the ASF dual-hosted git repository. bschuchardt pushed a change to branch feature/GEODE-7556 in repository https://gitbox.apache.org/repos/asf/geode.git.
omit 18d34a2 remove dependency on GemFireIOException and make a concrete list of remaining exception dependencies omit d03166c removed dependency on ForcedDisconnectException - use MemberDisconnectException in gms classes omit b9478d1 removed use of InternalGemFireException add e519de9 GEODE-7503: Rename GemFireCacheImplEmergencyCloseDistributedTest add ba3d49d GEODE-7503: Add new unit tests for GemFireCacheImpl add b512bed Geode-7498: show index type (#4434) add 70c3986 removed use of InternalGemFireException add b41e766 removed dependency on ForcedDisconnectException - use MemberDisconnectException in gms classes add 4583c8e remove dependency on GemFireIOException and make a concrete list of remaining exception dependencies add 3183179 re-added gfsh serializables - will be removed with GEODE-7536 work This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (18d34a2) \ N -- N -- N refs/heads/feature/GEODE-7556 (3183179) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: ...ireCacheImplEmergencyCloseDistributedTest.java} | 38 +- .../geode/cache/CacheFactoryIntegrationTest.java | 10 + .../geode/cache/configuration/RegionConfig.java | 18 +- .../gms/InternalMembershipException.java | 6 + .../gms/MemberDisconnectedException.java | 6 + .../membership/gms/MembershipIOException.java | 2 + .../geode/internal/cache/GemFireCacheImpl.java | 228 +++++++--- .../configuration/converters/IndexConverter.java | 61 ++- .../sanctioned-geode-core-serializables.txt | 112 +++++ .../internal/cache/GemFireCacheImplCloseTest.java | 218 +++++++++ .../geode/internal/cache/GemFireCacheImplTest.java | 503 +++++++++++---------- .../converters/IndexConverterTest.java | 157 +++++++ .../AnalyzeSerializablesJUnitTestBase.java | 2 +- .../geode/management/configuration/Index.java | 10 +- .../geode/management/configuration/IndexType.java | 17 +- .../geode/management/configuration/RegionType.java | 2 +- 16 files changed, 1055 insertions(+), 335 deletions(-) rename geode-core/src/distributedTest/java/org/apache/geode/internal/cache/{GemfireCacheImplDUnitTest.java => GemFireCacheImplEmergencyCloseDistributedTest.java} (61%) create mode 100644 geode-core/src/test/java/org/apache/geode/internal/cache/GemFireCacheImplCloseTest.java 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%)