You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ds...@apache.org on 2017/09/05 19:10:41 UTC

[geode] branch feature/GEODE-3557 updated (a531447 -> d0c2507)

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

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


    from a531447  changed places that had a dm to use its getCache
     add 6575b31  GEODE-3514: Clean up locator and protobuf related code
     new d0c2507  Merge branch 'develop' into feature/GEODE-3557

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../distributed/internal/tcpserver/TcpServer.java  |  2 --
 .../tier/sockets/MessageExecutionContext.java      | 10 +++++----
 .../cache/tier/sockets/TcpServerFactory.java       | 24 ++++++++--------------
 .../InvalidExecutionContextException.java          |  2 +-
 .../apache/geode/codeAnalysis/excludedClasses.txt  |  2 +-
 .../protocol/operations/OperationHandler.java      |  2 +-
 .../protocol/protobuf/ProtobufOpsProcessor.java    |  2 +-
 .../operations/GetAllRequestOperationHandler.java  |  2 +-
 .../GetAvailableServersOperationHandler.java       |  6 +++---
 .../GetRegionNamesRequestOperationHandler.java     |  2 +-
 .../GetRegionRequestOperationHandler.java          |  2 +-
 .../operations/GetRequestOperationHandler.java     |  2 +-
 .../operations/PutAllRequestOperationHandler.java  |  2 +-
 .../operations/PutRequestOperationHandler.java     |  2 +-
 .../operations/RemoveRequestOperationHandler.java  |  2 +-
 ...va => RoundTripLocatorConnectionDUnitTest.java} | 13 +++++++++++-
 .../GetAllRequestOperationHandlerJUnitTest.java    |  2 +-
 ...tAvailableServersOperationHandlerJUnitTest.java |  2 +-
 ...egionNamesRequestOperationHandlerJUnitTest.java |  2 +-
 .../GetRegionRequestOperationHandlerJUnitTest.java |  2 +-
 .../GetRequestOperationHandlerJUnitTest.java       |  2 +-
 .../PutAllRequestOperationHandlerJUnitTest.java    |  2 +-
 .../PutRequestOperationHandlerJUnitTest.java       |  2 +-
 .../RemoveRequestOperationHandlerJUnitTest.java    |  2 +-
 24 files changed, 49 insertions(+), 44 deletions(-)
 rename geode-core/src/main/java/org/apache/geode/internal/{cache/tier/sockets => exception}/InvalidExecutionContextException.java (96%)
 rename geode-protobuf/src/test/java/org/apache/geode/protocol/{RoundTripLocatorConnectionJUnitTest.java => RoundTripLocatorConnectionDUnitTest.java} (94%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].

[geode] 01/01: Merge branch 'develop' into feature/GEODE-3557

Posted by ds...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dschneider pushed a commit to branch feature/GEODE-3557
in repository https://gitbox.apache.org/repos/asf/geode.git

commit d0c2507dcad1a6cc874d9612657a9ebd02a880a4
Merge: a531447 6575b31
Author: Darrel Schneider <ds...@pivotal.io>
AuthorDate: Tue Sep 5 12:10:05 2017 -0700

    Merge branch 'develop' into feature/GEODE-3557

 .../distributed/internal/tcpserver/TcpServer.java  |  2 --
 .../tier/sockets/MessageExecutionContext.java      | 10 +++++----
 .../cache/tier/sockets/TcpServerFactory.java       | 24 ++++++++--------------
 .../InvalidExecutionContextException.java          |  2 +-
 .../apache/geode/codeAnalysis/excludedClasses.txt  |  2 +-
 .../protocol/operations/OperationHandler.java      |  2 +-
 .../protocol/protobuf/ProtobufOpsProcessor.java    |  2 +-
 .../operations/GetAllRequestOperationHandler.java  |  2 +-
 .../GetAvailableServersOperationHandler.java       |  6 +++---
 .../GetRegionNamesRequestOperationHandler.java     |  2 +-
 .../GetRegionRequestOperationHandler.java          |  2 +-
 .../operations/GetRequestOperationHandler.java     |  2 +-
 .../operations/PutAllRequestOperationHandler.java  |  2 +-
 .../operations/PutRequestOperationHandler.java     |  2 +-
 .../operations/RemoveRequestOperationHandler.java  |  2 +-
 ...va => RoundTripLocatorConnectionDUnitTest.java} | 13 +++++++++++-
 .../GetAllRequestOperationHandlerJUnitTest.java    |  2 +-
 ...tAvailableServersOperationHandlerJUnitTest.java |  2 +-
 ...egionNamesRequestOperationHandlerJUnitTest.java |  2 +-
 .../GetRegionRequestOperationHandlerJUnitTest.java |  2 +-
 .../GetRequestOperationHandlerJUnitTest.java       |  2 +-
 .../PutAllRequestOperationHandlerJUnitTest.java    |  2 +-
 .../PutRequestOperationHandlerJUnitTest.java       |  2 +-
 .../RemoveRequestOperationHandlerJUnitTest.java    |  2 +-
 24 files changed, 49 insertions(+), 44 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@geode.apache.org" <co...@geode.apache.org>.