Return-Path: X-Original-To: apmail-geode-commits-archive@minotaur.apache.org Delivered-To: apmail-geode-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 594C519FEA for ; Mon, 25 Apr 2016 16:00:52 +0000 (UTC) Received: (qmail 99216 invoked by uid 500); 25 Apr 2016 16:00:52 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 99185 invoked by uid 500); 25 Apr 2016 16:00:52 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 99176 invoked by uid 99); 25 Apr 2016 16:00:52 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Apr 2016 16:00:52 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D7235C3A82 for ; Mon, 25 Apr 2016 16:00:51 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.216 X-Spam-Level: X-Spam-Status: No, score=-4.216 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.996] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id AauWtSRYdyTV for ; Mon, 25 Apr 2016 16:00:48 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id 885715F2F1 for ; Mon, 25 Apr 2016 16:00:47 +0000 (UTC) Received: (qmail 99152 invoked by uid 99); 25 Apr 2016 16:00:46 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Apr 2016 16:00:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6E9AFDFCDF; Mon, 25 Apr 2016 16:00:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jinmeiliao@apache.org To: commits@geode.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-geode git commit: GEODE-17: OperationCode and its child classes are now Serializable. Add them to the excludedClasses.txt. Date: Mon, 25 Apr 2016 16:00:46 +0000 (UTC) Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-17-2 7e43465f9 -> 734082adc 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/feature/GEODE-17-2 Commit: 734082adc5e7b391223cffb325490ae4481faab9 Parents: 7e43465 Author: Jinmei Liao Authored: Mon Apr 25 09:00:27 2016 -0700 Committer: Jinmei Liao 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