You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by pr...@apache.org on 2018/11/30 22:19:37 UTC

[geode] branch feature/GEODE-2995 deleted (was b0f48d1)

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

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


     was b0f48d1  GEODE-2995: Added GetRequestOperationHandler.java and cleaned up some code

This change permanently discards the following revisions:

 discard b0f48d1  GEODE-2995: Added GetRequestOperationHandler.java and cleaned up some code
 discard d790ed5  GEODE-2995: Using Powermock to mock enums in CodecRegistryJUnitTest.java
 discard a460ee7  GEODE-2995: Adding Service Loading for all codecs or type TypeCodec
 discard fd303df  GEODE-2995: Added TypeCodec for all supported primitives and JSON
 discard 02860ba  GEODE-2995: Added Codec Registry Added translation service for Protobuf encoding type -> SerializationType Refactored unchecked Exceptions to checked Exceptions
 discard c7c1717  GEODE-2995: Adding encoding registry
 discard 51fccbb  GEODE-2995: Handle some refactoring (package renaming)
 discard e3af5a4  GEODE-2995: Adding OperationHandlerRegistry package renaming and restructuring
 discard 336b0e0  GEODE-2995: Adding EncodingType or OpsProcessor
 discard 719c691  GEODE-2995: Adding ProtobufProtocolHandler