You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gi...@apache.org on 2022/08/20 06:52:07 UTC

[maven-pmd-plugin] branch dependabot/maven/com.github.tomakehurst-wiremock-2.27.2 updated (a33c5d1 -> 6308607)

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

github-bot pushed a change to branch dependabot/maven/com.github.tomakehurst-wiremock-2.27.2
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git


 discard a33c5d1  Bump wiremock from 1.49 to 2.27.2
     add 66aa083  Bump animal-sniffer-maven-plugin from 1.16 to 1.21
     add cc79513  Bump plexus-resources from 1.1.0 to 1.2.0
     add 94b6da1  Bump commons-lang3 from 3.8.1 to 3.12.0
     add b97b2a4  [MPMD-345] - Upgrade to PMD 6.47.0
     add 2404708  [SECURITY] Fix Partial Path Traversal Vulnerability
     add 5a0ae88  Bump maven-plugins from 36 to 37
     add 10d345c  [MPMD-347] - Upgrade to PMD 6.48.0
     add 2ecd578  [MPMD-348] - Support Java 19
     add 1740f00  (doc) Update releasenotes.md
     add 2b7d2d7  [MPMD-349] Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0
     add 6308607  Bump wiremock from 1.49 to 2.27.2

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   (a33c5d1)
            \
             N -- N -- N   refs/heads/dependabot/maven/com.github.tomakehurst-wiremock-2.27.2 (6308607)

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.

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |  66 ++++-
 src/it/MPMD-128-xref-link/pom.xml                  |   2 +-
 src/it/MPMD-172/pom.xml                            |   2 +-
 src/it/MPMD-253-xref-link-multi-module/pom.xml     |   2 +-
 src/it/MPMD-270-325-JDK11/pom.xml                  |   1 -
 src/it/MPMD-280-JDK12/pom.xml                      |   1 -
 src/it/MPMD-289-format-html-check/pom.xml          |   5 +-
 src/it/MPMD-295-JDK13/pom.xml                      |   1 -
 src/it/MPMD-302-JDK14/pom.xml                      |   1 -
 src/it/MPMD-302-JDK15/pom.xml                      |   1 -
 src/it/MPMD-304-toolchain-support/pom.xml          |   1 -
 src/it/MPMD-312-JDK16/pom.xml                      |   1 -
 src/it/MPMD-312-JDK17/pom.xml                      |   1 -
 src/it/MPMD-332-JDK18/pom.xml                      |   1 -
 .../invoker.properties                             |  11 +-
 .../pom.xml                                        |  20 +-
 .../src/main/java/com/mycompany/app/App.java       |   0
 .../src/main/java/com/mycompany/app/Foo.java       |   0
 .../verify.groovy                                  |   0
 src/it/empty-rulesets/pom.xml                      |   1 -
 src/it/mpmd-168-empty-report/pom.xml               |   7 +-
 src/it/mpmd-168/pom.xml                            |   7 +-
 .../maven/plugins/pmd/AbstractPmdReport.java       |  72 +-----
 .../org/apache/maven/plugins/pmd/CpdReport.java    |  58 +----
 .../org/apache/maven/plugins/pmd/PmdReport.java    |  50 +---
 .../apt/examples/upgrading-PMD-at-runtime.apt.vm   |   2 +
 src/site/apt/usage.apt.vm                          |   4 +-
 src/site/markdown/releasenotes.md                  |  22 ++
 .../maven/plugins/pmd/AbstractPmdReportTest.java   | 113 ---------
 .../plugins/pmd/AbstractPmdReportTestCase.java     | 168 +++++++++++++
 .../apache/maven/plugins/pmd/CpdReportTest.java    | 147 ++++-------
 .../plugins/pmd/CpdViolationCheckMojoTest.java     |  26 +-
 .../plugins/pmd/DependencyArtifactStubFactory.java |  69 +++++
 .../apache/maven/plugins/pmd/PmdReportTest.java    | 277 +++++++--------------
 .../plugins/pmd/PmdViolationCheckMojoTest.java     |  40 +--
 .../stubs/CustomConfigurationMavenProjectStub.java |   3 +-
 .../DefaultConfigurationMavenProjectStub.java      |   3 +-
 .../pmd/stubs/InvalidFormatMavenProjectStub.java   |   3 +-
 ...rtifactHandlerStub.java => PmdProjectStub.java} |  35 ++-
 .../cpd-custom-configuration-plugin-config.xml     |   3 +-
 .../cpd-txt-format-configuration-plugin-config.xml |   4 +-
 .../custom-configuration-plugin-config.xml         |   6 +-
 .../custom-configuration/skip-plugin-config.xml    |   4 +-
 .../cpd-default-configuration-plugin-config.xml    |   4 +-
 .../cpd-encoding-configuration-plugin-config.xml   |   4 +-
 .../cpd-javascript-plugin-config.xml               |   4 +-
 .../cpd-jsp-plugin-config.xml                      |   4 +-
 ...-cpd-exclusions-configuration-plugin-config.xml |   4 +-
 ...pd-report-include-xml-in-site-plugin-config.xml |   4 +-
 .../default-configuration-plugin-config.xml        |   4 +-
 .../javascript-configuration-plugin-config.xml     |   3 +-
 .../jsp-configuration-plugin-config.xml            |   3 +-
 .../pmd-report-custom-rules.xml                    |   3 +-
 ...md-report-include-xml-in-site-plugin-config.xml |   4 +-
 ...pmd-report-no-render-violations-by-priority.xml |   4 +-
 ...port-not-render-rule-priority-plugin-config.xml |   5 +-
 ...-pmd-exclusions-configuration-plugin-config.xml |   4 +-
 .../pmd-report-resolve-rulesets.xml                |   3 +-
 .../pmd-with-analysis-cache-plugin-config.xml      |   4 +-
 ...with-suppressMarker-no-render-plugin-config.xml |   5 +-
 .../pmd-with-suppressMarker-plugin-config.xml      |   5 +-
 .../cpd-empty-report-plugin-config.xml             |   3 +-
 .../cpd-skip-empty-report-plugin-config.xml        |   2 +-
 .../empty-report/empty-report-plugin-config.xml    |   3 +-
 .../skip-empty-report-plugin-config.xml            |   2 +-
 .../pmd-exclude-roots-plugin-config.xml            |   5 +-
 .../invalid-format-plugin-config.xml               |   2 +-
 .../invalid-target-jdk-plugin-config.xml           |   3 +-
 ...md-processing-error-no-report-plugin-config.xml |   3 +-
 .../pmd-processing-error-plugin-config.xml         |   2 +-
 .../pmd-processing-error-skip-plugin-config.xml    |   3 +-
 71 files changed, 593 insertions(+), 747 deletions(-)
 copy src/it/{MPMD-304-toolchain-support => MPMD-348-JDK19}/invoker.properties (76%)
 copy src/it/{MPMD-304-toolchain-support => MPMD-348-JDK19}/pom.xml (86%)
 copy src/it/{MPMD-270-325-JDK11 => MPMD-348-JDK19}/src/main/java/com/mycompany/app/App.java (100%)
 copy src/it/{MPMD-270-325-JDK11 => MPMD-348-JDK19}/src/main/java/com/mycompany/app/Foo.java (100%)
 copy src/it/{MPMD-270-325-JDK11 => MPMD-348-JDK19}/verify.groovy (100%)
 delete mode 100644 src/test/java/org/apache/maven/plugins/pmd/AbstractPmdReportTest.java
 create mode 100644 src/test/java/org/apache/maven/plugins/pmd/AbstractPmdReportTestCase.java
 create mode 100644 src/test/java/org/apache/maven/plugins/pmd/DependencyArtifactStubFactory.java
 copy src/test/java/org/apache/maven/plugins/pmd/stubs/{DefaultArtifactHandlerStub.java => PmdProjectStub.java} (50%)