You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ji...@apache.org on 2016/04/29 21:23:45 UTC

[35/50] [abbrv] incubator-geode git commit: GEODE-17: OperationCode and its child classes are now Serializable. Add them to the excludedClasses.txt.

GEODE-17: OperationCode and its child classes are now Serializable. Add them to the excludedClasses.txt.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/734082ad
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/734082ad
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/734082ad

Branch: refs/heads/develop
Commit: 734082adc5e7b391223cffb325490ae4481faab9
Parents: 7e43465
Author: Jinmei Liao <ji...@pivotal.io>
Authored: Mon Apr 25 09:00:27 2016 -0700
Committer: Jinmei Liao <ji...@pivotal.io>
Committed: Mon Apr 25 09:00:27 2016 -0700

----------------------------------------------------------------------
 .../gemfire/codeAnalysis/excludedClasses.txt    | 28 +++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/734082ad/geode-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/excludedClasses.txt
----------------------------------------------------------------------
diff --git a/geode-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/excludedClasses.txt b/geode-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/excludedClasses.txt
index d5682a6..4b2d447 100644
--- a/geode-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/excludedClasses.txt
+++ b/geode-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/excludedClasses.txt
@@ -116,4 +116,30 @@ com/gemstone/org/apache/logging/log4j/core/config/xml/GemFireXmlConfiguration$Er
 com/gemstone/gemfire/internal/ra/GFConnectionFactoryImpl
 com/gemstone/gemfire/internal/ra/GFConnectionImpl
 com/gemstone/gemfire/internal/ra/spi/JCAManagedConnectionFactory
-com/gemstone/gemfire/cache/operations/internal/UpdateOnlyMap
\ No newline at end of file
+com/gemstone/gemfire/cache/operations/internal/UpdateOnlyMap
+com/gemstone/gemfire/cache/operations/CloseCQOperationContext
+com/gemstone/gemfire/cache/operations/DestroyOperationContext
+com/gemstone/gemfire/cache/operations/ExecuteCQOperationContext
+com/gemstone/gemfire/cache/operations/ExecuteFunctionOperationContext
+com/gemstone/gemfire/cache/operations/GetDurableCQsOperationContext
+com/gemstone/gemfire/cache/operations/GetOperationContext
+com/gemstone/gemfire/cache/operations/InterestOperationContext
+com/gemstone/gemfire/cache/operations/InvalidateOperationContext
+com/gemstone/gemfire/cache/operations/KeyOperationContext
+com/gemstone/gemfire/cache/operations/KeySetOperationContext
+com/gemstone/gemfire/cache/operations/KeyValueOperationContext
+com/gemstone/gemfire/cache/operations/OperationContext
+com/gemstone/gemfire/cache/operations/PutAllOperationContext
+com/gemstone/gemfire/cache/operations/PutOperationContext
+com/gemstone/gemfire/cache/operations/QueryOperationContext
+com/gemstone/gemfire/cache/operations/RegionClearOperationContext
+com/gemstone/gemfire/cache/operations/RegionCreateOperationContext
+com/gemstone/gemfire/cache/operations/RegionDestroyOperationContext
+com/gemstone/gemfire/cache/operations/RegionOperationContext
+com/gemstone/gemfire/cache/operations/RegisterInterestOperationContext
+com/gemstone/gemfire/cache/operations/RemoveAllOperationContext
+com/gemstone/gemfire/cache/operations/StopCQOperationContext
+com/gemstone/gemfire/cache/operations/UnregisterInterestOperationContext
+com/gemstone/gemfire/cache/operations/internal/GetOperationContextImpl
+com/gemstone/gemfire/internal/cache/operations/ContainsKeyOperationContext
+com/gemstone/gemfire/management/internal/security/ResourceOperationContext
\ No newline at end of file