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/17 10:37:24 UTC

[geode] branch develop updated (c5d005e -> 66ac201)

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 c5d005e  Merge pull request #4147 from Nordix/feature/GEODE-7287
     add 66ac201  GEODE-6989: Cache OQL Authorized Methods (#4136)

No new revisions were added by this update.

Summary of changes:
 .../DefaultQuerySecurityIntegrationTest.java       | 197 +++++++++++++++++++
 .../cache/query/internal/AttributeDescriptor.java  |  41 ++--
 .../cache/query/internal/CompiledOperation.java    |   3 +-
 .../geode/cache/query/internal/DefaultQuery.java   |   2 +-
 .../geode/cache/query/internal/MethodDispatch.java |  28 ++-
 .../geode/cache/query/internal/PathUtils.java      |   2 +-
 .../query/internal/AttributeDescriptorTest.java    | 218 +++++++++++++++++----
 .../cache/query/internal/MethodDispatchTest.java   | 202 +++++++++++++++++--
 8 files changed, 622 insertions(+), 71 deletions(-)
 create mode 100644 geode-core/src/integrationTest/java/org/apache/geode/cache/query/internal/DefaultQuerySecurityIntegrationTest.java