This is an automated email from the ASF dual-hosted git repository.

adangel pushed a change to branch pmd7
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git


 discard 6582e15  Upgrade to PMD 7.0.0-rc3
 discard 67dd07a  Remove deprecated usages
 discard db1275c  Finish logging implementation (fix it MPMD-244-logging)
 discard 6d0a00e  Separate integration test for MPMD-246
 discard c439592  Fix it MPMD-258-multiple-executions
 discard c6c013b  Fix integration tests
 discard e9112d5  Fix deprecate rule reference
 discard a70a97b  Fix integration test MPMD-243-excludeFromFailureFile
 discard a8ebc44  Improve logging integration
 discard f00dbf2  Fix integration tests
 discard 966cc11  Add separate testcase to detect deprecated rules
 discard f5152d9  Clarify unit tests
 discard fb1411d  Upgrade to PMD 7.0.0-rc2
     add 96e5079  [MPMD-384] maven-pmd-plugin is downloading transitive 
dependencies of unmanaged version
     add c2616d1  Typo: fill --> file
     add 4f10a00  Update release-drafter@v5
     add 957ec89  [MPMD-380] use Apache Commons FileUtils and JDK
     new 1ad328d  Upgrade to PMD 7.0.0-rc2
     new 50576f9  Clarify unit tests
     new 32d6fd5  Add separate testcase to detect deprecated rules
     new 0ac4404  Fix integration tests
     new e633e77  Improve logging integration
     new dc2e087  Fix integration test MPMD-243-excludeFromFailureFile
     new e184d46  Fix deprecate rule reference
     new 739776f  Fix integration tests
     new 304b141  Fix it MPMD-258-multiple-executions
     new 9e2d9db  Separate integration test for MPMD-246
     new 08b758d  Finish logging implementation (fix it MPMD-244-logging)
     new 984c0d7  Remove deprecated usages
     new 0ad5f27  Upgrade to PMD 7.0.0-rc3
     new b7b243f  Set version to 3.21.1-pmd-7.0.0-rc3-SNAPSHOT
     new 02910c9  Update for upcoming changes in PMD 7.0.0-SNAPSHOT

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   (6582e15)
            \
             N -- N -- N   refs/heads/pmd7 (02910c9)

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 15 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:
 .github/workflows/release-drafter.yml              |  2 +-
 pom.xml                                            | 14 +++-
 .../org/apache/maven/plugins/pmd/CpdReport.java    | 17 +---
 .../plugins/pmd/ExcludeDuplicationsFromFile.java   |  2 +-
 .../org/apache/maven/plugins/pmd/PmdReport.java    |  6 +-
 .../apache/maven/plugins/pmd/exec/CpdExecutor.java | 91 +++++++++++-----------
 .../maven/plugins/pmd/exec/CpdReportFilter.java    |  2 +-
 .../apache/maven/plugins/pmd/exec/CpdRequest.java  | 28 +++++++
 .../apache/maven/plugins/pmd/exec/PmdExecutor.java |  3 +-
 src/site/apt/index.apt.vm                          |  2 +-
 .../apache/maven/plugins/pmd/CpdReportTest.java    | 32 ++++----
 11 files changed, 117 insertions(+), 82 deletions(-)

Reply via email to