From commits-return-93441-archive-asf-public=cust-asf.ponee.io@maven.apache.org Mon Dec 7 14:37:45 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id A2A5E18064F for ; Mon, 7 Dec 2020 15:37:45 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 6AA1466039 for ; Mon, 7 Dec 2020 14:37:13 +0000 (UTC) Received: (qmail 55569 invoked by uid 500); 7 Dec 2020 14:37:12 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 55551 invoked by uid 99); 7 Dec 2020 14:37:12 -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; Mon, 07 Dec 2020 14:37:12 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6331681AA2; Mon, 7 Dec 2020 14:37:12 +0000 (UTC) Date: Mon, 07 Dec 2020 14:37:12 +0000 To: "commits@maven.apache.org" Subject: [maven-checkstyle-plugin] branch MCHECKSTYLE-387 updated (b8e77df -> d3d5285) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <160735183233.11566.18207728930500066048@gitbox.apache.org> From: bmarwell@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: maven-checkstyle-plugin X-Git-Refname: refs/heads/MCHECKSTYLE-387 X-Git-Reftype: branch X-Git-Oldrev: b8e77df4691522970f6ccdcf6eb8362495312407 X-Git-Newrev: d3d528553ba3924c732e06465e75a754768795bc 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. bmarwell pushed a change to branch MCHECKSTYLE-387 in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git. discard b8e77df [MCHECKSTYLE-387] emit a warning when using an old version of checkstyle. add 354fad1 update JUnit add 1ec4c24 Merge pull request #37 from apache/ver add d8522d5 remove unused dependency add 895b91f Merge pull request #38 from apache/ver2 add 4b4101c use try with resources instead of deprecated method add 04be4e1 Merge pull request #39 from apache/close add bd635da remove unused imports add 91b8b16 Merge pull request #40 from apache/ver3 new d3d5285 [MCHECKSTYLE-387] emit a warning when using an old version of checkstyle. This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (b8e77df) \ N -- N -- N refs/heads/MCHECKSTYLE-387 (d3d5285) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 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: pom.xml | 7 +------ .../plugins/checkstyle/exec/DefaultCheckstyleExecutor.java | 14 ++++---------- .../maven/plugins/checkstyle/CheckstyleReportTest.java | 1 - .../checkstyle/CheckstyleViolationCheckMojoTest.java | 1 - .../maven/plugins/checkstyle/ReportResourceTest.java | 1 - .../exec/CheckstyleReportListenerMultiSourceTest.java | 6 ------ .../checkstyle/exec/CheckstyleReportListenerTest.java | 3 --- .../plugins/checkstyle/exec/CheckstyleResultsTest.java | 3 --- 8 files changed, 5 insertions(+), 31 deletions(-)