Releases: apache/maven-pmd-plugin
Releases · apache/maven-pmd-plugin
3.17.0
🚀 New features and improvements
- MPMD-309 - Add configuration option to show suppressed violations (#59) @adangel
- MPMD-332 - Support Java 18 (#63) @adangel
🐛 Bug Fixes
- MPMD-334 - Source Encoding parameter is ignored (#64) @laoseth
- MPMD-342 - No debug log message issued when empty report shall be ski… (#69) @michael-o
📝 Documentation updates
👻 Maintenance
📦 Dependency updates
- MPMD-329 - Upgrade to PMD 6.45.0
- MPMD-330 - Upgrade Maven Parent to 35 (#60) @adangel
- MPMD-331 - Require Maven 3.2.5+ (#60) @adangel
- MPMD-337 - Upgrade Maven Parent to 36 (#67) @adangel
- MPMD-338 - Upgrade to Doxia/Doxia Sitetools to 1.11.1
- MPMD-339 - Upgrade plugins in ITs
- MPMD-340 - Upgrade Maven Reporting API/Impl to 3.1.0
- MPMD-341 - Upgrade Maven Plugin Test Harness to 3.3.0
- MPMD-343 - Upgrade to PMD 6.46.0 (#71) @adangel
- Bump release-drafter/release-drafter from 5.19.0 to 5.20.0 (#68) @dependabot
- Bump release-drafter/release-drafter from 5.18.1 to 5.19.0 (#58) @dependabot
- Bump commons-io from 2.6 to 2.7 in /src/it/MPMD-318-auxclasspath-includeTests/module-a (#65) @dependabot
- Bump slf4jVersion from 1.7.25 to 1.7.36 (#53) @dependabot
3.16.0
🐛 Bug Fixes
- [MPMD-325] Could not find class due to IncompatibleClassChangeError warning
- [MPMD-324] Ruleset URLs have hyphen replaced with forwardslash
- [MPMD-323] ResourceManager should use project base dir instead of pom location
🔧 Build
- [MPMD-328] Shared GitHub Actions
🚀 New features and improvements
- [MPMD-327] Upgrade to PMD 6.42.0
📦 Dependency updates
- [MPMD-326] Set Maven 3.1.1 as minimum version