You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bs...@apache.org on 2018/11/15 21:09:29 UTC

[geode] branch feature/GEODE-5074 updated (f886b63 -> 97a01fd)

This is an automated email from the ASF dual-hosted git repository.

bschuchardt pushed a change to branch feature/GEODE-5074
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from f886b63  GEODE-5074 REST dev client should not access or modify internal regions
     add 97a01fd  GEODE-5074 REST dev client should not access or modify internal regions

No new revisions were added by this update.

Summary of changes:
 .../org/apache/geode/internal/cache/GemFireCacheImpl.java     |  4 ++++
 .../java/org/apache/geode/internal/cache/InternalCache.java   |  2 ++
 .../geode/internal/cache/InternalCacheForClientAccess.java    |  6 ++++++
 .../apache/geode/internal/cache/xmlcache/CacheCreation.java   |  5 +++++
 .../rest/internal/web/controllers/AbstractBaseController.java | 11 ++---------
 .../rest/internal/web/controllers/support/CacheProvider.java  |  5 +----
 .../internal/web/controllers/support/CacheProviderImpl.java   | 10 ++--------
 7 files changed, 22 insertions(+), 21 deletions(-)