You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2018/05/15 18:57:03 UTC

[geode] 01/01: GEODE-5041: Adding post processing to the new protocol

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

upthewaterspout pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git

commit e86ee73c3dc3c8d30e6d8c3639ff587d239ba6f3
Merge: ed575a1 5b1abba
Author: Dan Smith <ds...@pivotal.io>
AuthorDate: Tue May 15 11:56:57 2018 -0700

    GEODE-5041: Adding post processing to the new protocol

 .../driver/PostProcessingIntegrationTest.java      | 115 +++++++++++++++++
 .../NoSecurity.java}                               |  14 +-
 .../NotLoggedInSecurity.java}                      |  14 +-
 .../SecureCache.java}                              |   6 +-
 .../SecureCacheImpl.java}                          | 104 +++++++++++----
 .../SecureFunctionService.java}                    |   4 +-
 .../SecureFunctionServiceImpl.java}                |  12 +-
 .../SecureLocator.java}                            |   4 +-
 .../SecureLocatorImpl.java}                        |  12 +-
 .../Authorizer.java => security/Security.java}     |   8 +-
 .../ShiroSecurity.java}                            |  16 ++-
 .../v1/LocatorMessageExecutionContext.java         |  32 ++---
 .../protobuf/v1/MessageExecutionContext.java       |   9 +-
 .../protobuf/v1/ServerMessageExecutionContext.java |  31 +++--
 .../operations/ClearRequestOperationHandler.java   |   2 +-
 ...cuteFunctionOnGroupRequestOperationHandler.java |   2 +-
 ...uteFunctionOnMemberRequestOperationHandler.java |   2 +-
 ...uteFunctionOnRegionRequestOperationHandler.java |   6 +-
 .../operations/GetAllRequestOperationHandler.java  |   4 +-
 .../GetRegionNamesRequestOperationHandler.java     |   2 +-
 .../v1/operations/GetRequestOperationHandler.java  |   6 +-
 .../v1/operations/GetServerOperationHandler.java   |   2 +-
 .../operations/GetSizeRequestOperationHandler.java |   2 +-
 .../v1/operations/KeySetOperationHandler.java      |   2 +-
 .../OqlQueryRequestOperationHandler.java           |   3 +-
 .../operations/PutAllRequestOperationHandler.java  |   4 +-
 .../PutIfAbsentRequestOperationHandler.java        |   4 +-
 .../v1/operations/PutRequestOperationHandler.java  |   4 +-
 .../operations/RemoveRequestOperationHandler.java  |   2 +-
 .../SecureCacheImplTest.java}                      | 143 +++++++++++++++++++--
 .../SecureFunctionServiceImplTest.java}            |  21 ++-
 ...ueryRequestOperationHandlerIntegrationTest.java |   8 +-
 32 files changed, 458 insertions(+), 142 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
upthewaterspout@apache.org.