This is an automated email from the ASF dual-hosted git repository.
adangel pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git.
from dfef938 [MPMD-312] Upgrade to PMD 6.32.0
new 4fd563b [MPMD-312] - Add it for java16
new 0bc759b [MPMD-312] Remove deprecated usage of RuleSetReferenceId
new 1f1544c (doc) Document support of targetJdk=16
new 5c5f40d (doc) Fix sample in Upgrading PMD at runtime
The 4 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:
.../invoker.properties | 2 +-
src/it/{MPMD-302-JDK15 => MPMD-312-JDK16}/pom.xml | 4 +-
.../src/main/java/com/mycompany/app/App.java | 0
.../src/main/java/com/mycompany/app/Foo.java | 0
.../verify.groovy | 0
.../org/apache/maven/plugins/pmd/PmdReport.java | 39 ++++++++++++++--
.../apt/examples/upgrading-PMD-at-runtime.apt.vm | 2 +-
.../apache/maven/plugins/pmd/PmdReportTest.java | 54 ++++++++++++++++++++++
...m-rules.xml => pmd-report-resolve-rulesets.xml} | 5 ++
9 files changed, 97 insertions(+), 9 deletions(-)
copy src/it/{MPMD-302-JDK14 => MPMD-312-JDK16}/invoker.properties (96%)
copy src/it/{MPMD-302-JDK15 => MPMD-312-JDK16}/pom.xml (97%)
copy src/it/{empty-rulesets =>
MPMD-312-JDK16}/src/main/java/com/mycompany/app/App.java (100%)
copy src/it/{empty-rulesets =>
MPMD-312-JDK16}/src/main/java/com/mycompany/app/Foo.java (100%)
copy src/it/{empty-rulesets => MPMD-312-JDK16}/verify.groovy (100%)
copy
src/test/resources/unit/default-configuration/{pmd-report-custom-rules.xml =>
pmd-report-resolve-rulesets.xml} (86%)