|
| 1 | +### [4.7.0](http://xvik.github.io/gradle-quality-plugin/4.7.0) (2021-11-10) |
| 2 | +* Fix gradle 7 deprecation warnings (#30) |
| 3 | +* Update spotbugs plugin 4.7.1 -> 4.7.9 |
| 4 | + (maven group changed: gradle.plugin.com.github.spotbugs.snom -> com.github.spotbugs.snom) |
| 5 | +* Add spotbugsShowStackTraces option with default to false. |
| 6 | + Option introduced to change the default for spotbug's showStackTraces option |
| 7 | + to avoid additional stacktrace in logs in non-strict mode (when plugin not fails on errors) |
| 8 | +* Update spotbugs 4.2.3 -> 4.4.2 |
| 9 | +* Update spotbugs exclusions: |
| 10 | + - Exclude [EI_EXPOSE_REP](https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#ei-may-expose-internal-representation-by-returning-reference-to-mutable-object-ei-expose-rep) |
| 11 | + due to confusing false positives |
| 12 | + - Exclude [EI_EXPOSE_REP2](https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#ei2-may-expose-internal-representation-by-incorporating-reference-to-mutable-object-ei-expose-rep2) |
| 13 | + due to confusing false positives |
| 14 | +* Update codenarc 2.1.0 -> 2.2.0 |
| 15 | +* Update pmd 6.34 -> 6.40 (java 17 support) |
| 16 | +* Deprecate quality.pmdIncremental property because incremental analysis is enabled by default |
| 17 | + since gradle 6.4 (property only useful for enabling it in gradle 5.6 - 6.3) |
| 18 | +* Update checkstyle 8.42 -> 9.1 |
| 19 | +* Update checkstyle config: |
| 20 | + - Add [NoWhitespaceBeforeCaseDefaultColon](https://checkstyle.sourceforge.io/config_whitespace.html#NoWhitespaceBeforeCaseDefaultColon) |
| 21 | + |
1 | 22 | ### [4.6.0](http://xvik.github.io/gradle-quality-plugin/4.6.0) (2021-05-01) |
2 | 23 | * Fix gradle 7 compatibility (for checkstyle plugin) |
3 | 24 | * Fix console output on windows (remove special unicode separator characters, appearing incorrectly) |
|
0 commit comments