From commits-return-981-apmail-apex-commits-archive=apex.apache.org@apex.incubator.apache.org Sun Oct 11 16:05:39 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 B05AB18CE3 for ; Sun, 11 Oct 2015 16:05:39 +0000 (UTC) Received: (qmail 96471 invoked by uid 500); 11 Oct 2015 16:05:34 -0000 Delivered-To: apmail-apex-commits-archive@apex.apache.org Received: (qmail 96424 invoked by uid 500); 11 Oct 2015 16:05:34 -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 96414 invoked by uid 99); 11 Oct 2015 16:05:34 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Oct 2015 16:05:34 +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 38DE8C2277 for ; Sun, 11 Oct 2015 16:05:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.771 X-Spam-Level: * X-Spam-Status: No, score=1.771 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, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id dWUSL53vo7IE for ; Sun, 11 Oct 2015 16:05:33 +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 8ABB843A03 for ; Sun, 11 Oct 2015 16:05:18 +0000 (UTC) Received: (qmail 95157 invoked by uid 99); 11 Oct 2015 16:05:16 -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:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 62F88E0AFA; 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:16 -0000 Message-Id: <05481e5f89f84da8afcd24528691195d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [01/29] incubator-apex-core git commit: APEX-158 - buffer server tests intermittently fail. Temporarily disable testng provider while investigating why unit tests fail. Repository: incubator-apex-core Updated Branches: refs/heads/feature-module 4f507eab5 -> b17365f94 APEX-158 - buffer server tests intermittently fail. Temporarily disable testng provider while investigating why unit tests fail. 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/9990e159 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/9990e159 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/9990e159 Branch: refs/heads/feature-module Commit: 9990e159599998bb3a6f574c8b51a73d5eaf2c3a Parents: 0a85586 Author: Vlad Rozov Authored: Sat Sep 26 09:30:39 2015 -0700 Committer: Vlad Rozov Committed: Sat Sep 26 09:30:39 2015 -0700 ---------------------------------------------------------------------- bufferserver/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/9990e159/bufferserver/pom.xml ---------------------------------------------------------------------- diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml index 1c5027f..bbd27f2 100644 --- a/bufferserver/pom.xml +++ b/bufferserver/pom.xml @@ -35,6 +35,7 @@ + org.apache.maven.plugins maven-checkstyle-plugin