This is an automated email from the ASF dual-hosted git repository. eolivelli pushed a change to branch MCHECKSTYLE-385 in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git.
omit c165007 [MCHECKSTYLE-385] make Violation.java non-public for now, due to pending API changes. omit 445b2ea [MCHECKSTYLE-385] updates to the Violation.java file from reviews. omit 348213c [[MCHECKSTYLE-385] Removed useless list for counting violations. omit e31f446 [[MCHECKSTYLE-385]] apply existing code conventions omit aaab4bf [MCHECKSTYLE-385] added javadoc. omit a8d19c9 [MCHECKSTYLE-385] Removing @Nullable annotation. omit f892e3d [MCHECKSTYLE-385] Implementing reviews and comments. omit 59f400b [MCHECKSTYLE-385] rework code to use a Violation.java class. This enables further optimizations. add eae07f9 [MCHECKSTYLE-381] make call to checker.setClassLoader() optional. add f0b96ab [MCHECKSTYLE-388] Upgrade dependencies add e1e2f28 MCHECKSTYLE-384 Bump checkstyle to 8.28 add c427a30 [MCHECKSTYLE-390] Upgrade to checkstyle 8.29 add de614e3 [MCHECKSTYLE-389] Partial revert of MCHECKSTYLE-365 severity change back to 'null' default add bc0785d [MCHECKSTYLE-391] Update parent to 34 add eb47fac added reproducible build output timestamp property add 104b560 [maven-release-plugin] prepare release maven-checkstyle-plugin-3.1.1 add 0a32454 [maven-release-plugin] prepare for next development iteration add 2e93263 [MCHECKSTYLE-358] fix mailing list addres add a233a05 update maven site plugin add bd76a6f update maven site plugin add 1656f61 Merge pull request #31 from apache/dox add bde7932 (doc) Remove method to simply inherit it (#29) add 36bde8d (doc) Remove unnecessary casts (#30) add a2a054d added link to doc add edaeaf8 added ASF Jira badge add 1b2f990 fixed typo add a0c6695 fixed broken links (MPIR 3) add f4019c9 added README add 84bb9b4 README improvement add d16d027 (doc) Remove expression that always evaluates to true add e138af1 add Reproducible Builds ok badge add 4f16501 update ASF CI url add 0f6269d update ASF CI url new 4fa6377 [MCHECKSTYLE-385] Violation should be a value class 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 (c165007) \ N -- N -- N refs/heads/MCHECKSTYLE-385 (4fa6377) 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 1 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: .asf.yaml | 26 +++++ CONTRIBUTING.md | 91 --------------- README.md | 23 ++-- pom.xml | 33 +++--- src/it/MCHECKSTYLE-129/pom.xml | 2 +- src/it/MCHECKSTYLE-357/pom.xml | 13 +-- src/it/MCHECKSTYLE-365/verify.groovy | 8 +- .../verify.groovy | 4 +- src/it/multi-modules-aggregate/maven_checks.xml | 12 +- .../checkstyle/AbstractCheckstyleReport.java | 2 +- .../maven/plugins/checkstyle/CheckstyleReport.java | 8 -- .../checkstyle/CheckstyleReportGenerator.java | 7 +- .../checkstyle/CheckstyleViolationCheckMojo.java | 2 +- .../maven/plugins/checkstyle/ReportResource.java | 2 +- .../checkstyle/exec/DefaultCheckstyleExecutor.java | 127 +++++++++++---------- .../resource/LicenseResourceManager.java | 2 +- src/site/apt/index.apt.vm | 6 +- 17 files changed, 156 insertions(+), 212 deletions(-) create mode 100644 .asf.yaml delete mode 100644 CONTRIBUTING.md