Releases: spotbugs/spotbugs-gradle-plugin
Releases · spotbugs/spotbugs-gradle-plugin
5.0.0-beta.5
5.0.0-beta.5 (2021-10-26)
Bug Fixes
- bump default spotbugs version from 4.4.1 to 4.4.2 (#584) (acae329)
- hybrid worker should not fail even if exit code is 2 (7ade7ce) @KengoTODA
5.0.0-beta.4
5.0.0-beta.4 (2021-10-25)
Bug Fixes
- deprecated Gradle api usage (#583) (04d6a5e), closes #577 @jscancella
4.7.9
4.7.9 (2021-10-20)
Bug Fixes
- hybrid worker should not fail even if exit code is 2 (7ade7ce) @KengoTODA
5.0.0-beta.3
5.0.0-beta.3 (2021-10-12)
Bug Fixes
reportLevel = DEFAULT
breaks commandline arguments (7a2c0b7), closes #482- stop printing stacktraces by default when ignoreFailures = true (e739a30), closes #266
- use hybrid worker by default (8c2667a), closes #429 #416
BREAKING CHANGES
- Each SpotBugsTask will launch a
java
process by default.
It may affect build performance but is necessary to fix the resource leak - stacktraces is not printed by default when
ignoreFailures = true
.
setshowStackTraces = true
explicitly if necessary.
4.7.8
4.7.7
4.7.7 (2021-10-11)
Bug Fixes
reportLevel = DEFAULT
breaks commandline arguments (7a2c0b7), closes #482 @KengoTODA
5.0.0-beta.2
5.0.0-beta.2 (2021-10-07)
Bug Fixes
5.0.0-beta.1
5.0.0-beta.1 (2021-09-17)
Bug Fixes
Features
- print report to console when reporting is not specified (b78a1b3), closes #363 #172 @blzsaa
- support Gradle Java Toolchains for JavaExec and WorkerAPI (2978bed), closes #526 @rpalcolea
BREAKING CHANGES
- Gradle v5 and v6 are now not supported
- Behavior without report config has been changed from XML to console
4.7.6
4.7.6 (2021-09-16)
Bug Fixes
- spotbugs tasks are not included in tasks (9c260b4), closes #467 @KengoTODA
- temp files should be cleaned up after the build (9a1fd02), closes #249 @KengoTODA