From commits-return-974-apmail-apex-commits-archive=apex.apache.org@apex.incubator.apache.org Sun Oct 11 16:05:28 2015 Return-Path: X-Original-To: apmail-apex-commits-archive@minotaur.apache.org Delivered-To: apmail-apex-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 01A4818CD7 for ; Sun, 11 Oct 2015 16:05:28 +0000 (UTC) Received: (qmail 95737 invoked by uid 500); 11 Oct 2015 16:05:27 -0000 Delivered-To: apmail-apex-commits-archive@apex.apache.org Received: (qmail 95698 invoked by uid 500); 11 Oct 2015 16:05:27 -0000 Mailing-List: contact commits-help@apex.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apex.incubator.apache.org Delivered-To: mailing list commits@apex.incubator.apache.org Received: (qmail 95689 invoked by uid 99); 11 Oct 2015 16:05:27 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Oct 2015 16:05:27 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 6E568180ECA for ; Sun, 11 Oct 2015 16:05:27 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.77 X-Spam-Level: * X-Spam-Status: No, score=1.77 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Dp2nJfIO9qK0 for ; Sun, 11 Oct 2015 16:05:26 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 10406439F2 for ; Sun, 11 Oct 2015 16:05:17 +0000 (UTC) Received: (qmail 95186 invoked by uid 99); 11 Oct 2015 16:05:17 -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; Sun, 11 Oct 2015 16:05:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9C4FAE0BB6; Sun, 11 Oct 2015 16:05:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vrozov@apache.org To: commits@apex.incubator.apache.org Date: Sun, 11 Oct 2015 16:05:35 -0000 Message-Id: In-Reply-To: <05481e5f89f84da8afcd24528691195d@git.apache.org> References: <05481e5f89f84da8afcd24528691195d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [20/29] incubator-apex-core git commit: APEX-178 #resolve #comment added checkstyle rule that fails when wildcards imports are added APEX-178 #resolve #comment added checkstyle rule that fails when wildcards imports are added Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/b986f70e Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/b986f70e Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/b986f70e Branch: refs/heads/feature-module Commit: b986f70e45e6ab091fff6f0f9cae625eccccd8b7 Parents: 8104e25 Author: Chandni Singh Authored: Sun Oct 4 22:35:34 2015 -0700 Committer: Chandni Singh Committed: Sun Oct 4 22:35:34 2015 -0700 ---------------------------------------------------------------------- apex_checks.xml | 2 +- api/pom.xml | 2 +- bufferserver/pom.xml | 2 +- common/pom.xml | 2 +- engine/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b986f70e/apex_checks.xml ---------------------------------------------------------------------- diff --git a/apex_checks.xml b/apex_checks.xml index 7ba9ea4..3bdc27e 100644 --- a/apex_checks.xml +++ b/apex_checks.xml @@ -141,7 +141,7 @@ - + http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b986f70e/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index 067c40a..8c330dc 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -89,7 +89,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 42 + 50 http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b986f70e/bufferserver/pom.xml ---------------------------------------------------------------------- diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml index 773add8..6317470 100644 --- a/bufferserver/pom.xml +++ b/bufferserver/pom.xml @@ -51,7 +51,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 121 + 124 http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b986f70e/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index 12a1d30..520d09a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -74,7 +74,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 76 + 87 http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b986f70e/engine/pom.xml ---------------------------------------------------------------------- diff --git a/engine/pom.xml b/engine/pom.xml index ae334f2..3efd33f 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -145,7 +145,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2209 + 2322