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 2019/12/12 18:38:43 UTC

[geode] branch develop updated (2c0b934 -> 7e2101e)

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 2c0b934  GEODE-7397: create new module: geode-tcp-server (#4450)
     add 7e2101e  GEODE-7535: Prevent exception throw during getAll (#4415)

No new revisions were added by this update.

Summary of changes:
 .../ClientCachingProxyRegionDistributedTest.java   | 109 +++++++++++++++++++++
 .../apache/geode/internal/cache/LocalRegion.java   |  15 ++-
 .../geode/internal/cache/LocalRegionTest.java      |  42 +++++++-
 3 files changed, 158 insertions(+), 8 deletions(-)
 create mode 100644 geode-core/src/distributedTest/java/org/apache/geode/internal/cache/ClientCachingProxyRegionDistributedTest.java