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/10/09 09:55:51 UTC

[geode] branch develop updated (eda23b4 -> 915e119)

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 eda23b4  GEODE-7280 Clarify docs: DELETE V1 only for replicated regions (#4133)
     add 915e119  GEODE-6987: Implement RegExMethodAuthorizer (#4123)

No new revisions were added by this update.

Summary of changes:
 .../integrationTest/resources/assembly_content.txt |   1 +
 .../query/security/RegExMethodAuthorizer.java      | 169 ++++++++++++
 .../query/security/RegExMethodAuthorizerTest.java  | 289 +++++++++++++++++++++
 3 files changed, 459 insertions(+)
 create mode 100644 geode-core/src/main/java/org/apache/geode/cache/query/security/RegExMethodAuthorizer.java
 create mode 100644 geode-core/src/test/java/org/apache/geode/cache/query/security/RegExMethodAuthorizerTest.java