This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch checkstyle-10.x in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git
omit 7147325 Try Checkstyle 10.x omit fad5268 [MCHECKSTYLE-446] Dynamically calculate xrefLocation/xrefTestLocation omit 7725ada [MCHECKSTYLE-445] Upgrade to Doxia 2.0.0 Milestone Stack add 67aeb01 Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24 add fbe29ae Remove outdated invoker conditions add ccb9d9f Directory, not folder add b5a4300 Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 add d1076a3 Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 add 3699112 use new Reproducible Central badge endpoint add b92666d Bump org.apache.maven.plugins:maven-plugins from 42 to 43 add 0e7bd00 [MCHECKSTYLE-445] Upgrade to Doxia 2.0.0 Milestone Stack add 9043f8a [MCHECKSTYLE-446] Dynamically calculate xrefLocation/xrefTestLocation add 868abc9 [maven-release-plugin] prepare release maven-checkstyle-plugin-3.5.0 add a7c962a [maven-release-plugin] prepare for next development iteration add 13e16c5 Remove unecessary test dependency on plexus-container-default add ff1a1b7 Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 add 6ac89b8 [MCHECKSTYLE-452] Upgrade to Doxia 2.0.0 GA Stack add 9ccb06e fix add dd1abd9 [maven-release-plugin] prepare release maven-checkstyle-plugin-3.6.0 add 3c115ff [maven-release-plugin] prepare for next development iteration add 4c35c8b Try Checkstyle 10.x 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 (7147325) \ N -- N -- N refs/heads/checkstyle-10.x (4c35c8b) 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: README.md | 2 +- pom.xml | 37 ++++++++-------- .../checkstyle-suppressions.xml | 12 +++--- .../invoker.properties | 4 +- .../invoker.properties | 1 - .../MCHECKSTYLE-225-LICENSE.txt/invoker.properties | 37 ++++++++-------- .../invoker.properties | 1 - .../invoker.properties | 37 ++++++++-------- src/it/MCHECKSTYLE-253-jdk8/invoker.properties | 1 - src/it/MCHECKSTYLE-268/verify.groovy | 2 +- src/it/MCHECKSTYLE-295/invoker.properties | 2 - .../invoker.properties | 4 -- src/it/MCHECKSTYLE-357/invoker.properties | 2 - src/it/MCHECKSTYLE-365/invoker.properties | 2 - src/it/MCHECKSTYLE-371/invoker.properties | 2 - .../invoker.properties | 0 .../pom.xml | 2 +- .../src/additional}/java/org/MyClass.java | 0 .../src/test-additional/java/org/MyClassTest.java | 46 ++++++++++---------- .../verify.groovy | 46 ++++++++++---------- .../invoker.properties | 19 -------- .../src/additional/java/org/MyClass.java | 24 ----------- src/it/inlinerules/invoker.properties | 2 - .../checkstyle/AbstractCheckstyleReport.java | 50 ++-------------------- .../checkstyle/CheckstyleViolationCheckMojo.java | 4 +- 25 files changed, 114 insertions(+), 225 deletions(-) copy src/{it/MCHECKSTYLE-169/build-tools/src/main/resources/com/company/build-tools => config}/checkstyle-suppressions.xml (74%) copy src/it/{MCHECKSTYLE-268 => MCHECKSTYLE-70-multi-source-directory}/invoker.properties (100%) rename src/it/{MCHECKSTYLE-70-multi-sourcefolder => MCHECKSTYLE-70-multi-source-directory}/pom.xml (98%) copy src/it/{MCHECKSTYLE-173-with-charset/src/main => MCHECKSTYLE-70-multi-source-directory/src/additional}/java/org/MyClass.java (100%) rename src/it/{MCHECKSTYLE-70-multi-sourcefolder => MCHECKSTYLE-70-multi-source-directory}/src/test-additional/java/org/MyClassTest.java (97%) rename src/it/{MCHECKSTYLE-70-multi-sourcefolder => MCHECKSTYLE-70-multi-source-directory}/verify.groovy (97%) delete mode 100644 src/it/MCHECKSTYLE-70-multi-sourcefolder/invoker.properties delete mode 100644 src/it/MCHECKSTYLE-70-multi-sourcefolder/src/additional/java/org/MyClass.java