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 C46A619D06 for ; Fri, 29 Apr 2016 19:23:19 +0000 (UTC) Received: (qmail 42487 invoked by uid 500); 29 Apr 2016 19:23:19 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 42457 invoked by uid 500); 29 Apr 2016 19:23:19 -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 42443 invoked by uid 99); 29 Apr 2016 19:23:19 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Apr 2016 19:23:19 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 451B01A4687 for ; Fri, 29 Apr 2016 19:23:19 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.221 X-Spam-Level: X-Spam-Status: No, score=-3.221 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.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id J3yGIthJHxke for ; Fri, 29 Apr 2016 19:23:17 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 52C915FCE8 for ; Fri, 29 Apr 2016 19:23:14 +0000 (UTC) Received: (qmail 38878 invoked by uid 99); 29 Apr 2016 19:23:12 -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; Fri, 29 Apr 2016 19:23:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 26269DFFD9; Fri, 29 Apr 2016 19:23:12 +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 Date: Fri, 29 Apr 2016 19:23:45 -0000 Message-Id: <7d959795319948f98ed21770a8f952f5@git.apache.org> In-Reply-To: <3c6489e7860e4722841613636bafa2ae@git.apache.org> References: <3c6489e7860e4722841613636bafa2ae@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [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 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