From commits-return-6480-archive-asf-public=cust-asf.ponee.io@tamaya.incubator.apache.org Sat Jan 19 22:05:10 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id EDFB2180652 for ; Sat, 19 Jan 2019 22:05:09 +0100 (CET) Received: (qmail 46533 invoked by uid 500); 19 Jan 2019 21:05:09 -0000 Mailing-List: contact commits-help@tamaya.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tamaya.incubator.apache.org Delivered-To: mailing list commits@tamaya.incubator.apache.org Received: (qmail 46524 invoked by uid 99); 19 Jan 2019 21:05:09 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jan 2019 21:05:09 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 8F34A87654; Sat, 19 Jan 2019 21:05:08 +0000 (UTC) Date: Sat, 19 Jan 2019 21:05:08 +0000 To: "commits@tamaya.apache.org" Subject: [incubator-tamaya-extensions] branch master updated (a8ddf2a -> c803998) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154793190845.12252.10020320913784004794@gitbox.apache.org> From: pottlinger@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-tamaya-extensions X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a8ddf2aa3333d24704c6ecb6056f21946dec5385 X-Git-Newrev: c8039988562b2828f331a6a516f8f1b9b5764a04 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-extensions.git. from a8ddf2a Merge pull request #25 from acoburn/TAMAYA-216 new 96ea96b TAMAYA-219: Enable checkstyle analysis new cafa354 Add project-local checkstyle configuration. new c803998 Merge pull request #26 from acoburn/TAMAYA-219 The 1545 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: buildtools/src/main/resources/checkstyle/style.xml | 169 +++++++++++++++++++++ .../main/resources/findbugs/findbugs-exclude.xml | 136 +++++++++++++++++ modules/pom.xml | 9 ++ pom.xml | 37 ++--- 4 files changed, 333 insertions(+), 18 deletions(-) create mode 100644 buildtools/src/main/resources/checkstyle/style.xml create mode 100644 buildtools/src/main/resources/findbugs/findbugs-exclude.xml