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 01e30a6 Remove deprecated usages
discard 72969c7 Finish logging implementation (fix it MPMD-244-logging)
discard 5c98926 Separate integration test for MPMD-246
discard 54ba166 REPLACE ME - Make m-pmd-p forward compatible for upcoming
changes
discard 98ad5f5 Fix it MPMD-258-multiple-executions
discard bc86b2a Fix integration tests
discard c6cda16 Fix deprecate rule reference
discard 91271db Fix integration test MPMD-243-excludeFromFailureFile
discard c34bd81 Improve logging integration
discard 6b23e06 Fix integration tests
discard a067e89 Add separate testcase to detect deprecated rules
discard 9bce28e Clarify unit tests
discard a9fb72a Upgrade to PMD 7.0.0-rc2
add 5a21037 Use proper scope for method
add 01310e6 [MPMD-371] Using two ruleset files with same name in
different directories (#127)
add 3dcc10d (doc) Update releasenotes.md [skip ci]
new fb1411d Upgrade to PMD 7.0.0-rc2
new f5152d9 Clarify unit tests
new 966cc11 Add separate testcase to detect deprecated rules
new f00dbf2 Fix integration tests
new a8ebc44 Improve logging integration
new a70a97b Fix integration test MPMD-243-excludeFromFailureFile
new e9112d5 Fix deprecate rule reference
new c6c013b Fix integration tests
new c439592 Fix it MPMD-258-multiple-executions
new 6d0a00e Separate integration test for MPMD-246
new db1275c Finish logging implementation (fix it MPMD-244-logging)
new 67dd07a Remove deprecated usages
new 6582e15 Upgrade to PMD 7.0.0-rc3
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 (01e30a6)
\
N -- N -- N refs/heads/pmd7 (6582e15)
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 13 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 | 2 +-
src/it/MPMD-219-pmd-processing-error/verify.groovy | 2 +-
.../MPMD-296-rulesetsTargetDirectory/verify.groovy | 6 +-
src/it/MPMD-323-multi-module-basedir/verify.groovy | 4 +-
src/it/multi-module/verify.bsh | 4 +-
.../plugins/pmd/ExcludeViolationsFromFile.java | 20 +------
.../org/apache/maven/plugins/pmd/PmdReport.java | 10 ++--
.../maven/plugins/pmd/PmdReportRenderer.java | 2 +-
.../apache/maven/plugins/pmd/exec/PmdExecutor.java | 2 +-
src/site/markdown/releasenotes.md | 1 +
.../apache/maven/plugins/pmd/PmdReportTest.java | 67 ++++++++++++----------
11 files changed, 57 insertions(+), 63 deletions(-)