Skip to content

Releases: spotbugs/spotbugs-gradle-plugin

5.0.0-beta.5

26 Oct 01:11
607de47
Compare
Choose a tag to compare
5.0.0-beta.5 Pre-release
Pre-release

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

25 Oct 11:37
04d6a5e
Compare
Choose a tag to compare
5.0.0-beta.4 Pre-release
Pre-release

5.0.0-beta.4 (2021-10-25)

Bug Fixes

4.7.9

20 Oct 10:08
Compare
Choose a tag to compare

4.7.9 (2021-10-20)

Bug Fixes

5.0.0-beta.3

12 Oct 04:02
bce88c7
Compare
Choose a tag to compare
5.0.0-beta.3 Pre-release
Pre-release

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.
    set showStackTraces = true explicitly if necessary.

4.7.8

12 Oct 22:31
acae329
Compare
Choose a tag to compare

4.7.8 (2021-10-12)

Bug Fixes

  • bump default spotbugs version from 4.4.1 to 4.4.2 (#584) (acae329)

4.7.7

11 Oct 23:22
Compare
Choose a tag to compare

4.7.7 (2021-10-11)

Bug Fixes

5.0.0-beta.2

07 Oct 11:52
Compare
Choose a tag to compare
5.0.0-beta.2 Pre-release
Pre-release

5.0.0-beta.2 (2021-10-07)

Bug Fixes

  • replace deprecated JavaExecSpec#setMain(String) (fa63551)
  • stop depending on project.afterEvaluate (809705e), closes #567

5.0.0-beta.1

17 Sep 01:24
Compare
Choose a tag to compare
5.0.0-beta.1 Pre-release
Pre-release

5.0.0-beta.1 (2021-09-17)

Bug Fixes

  • drop support for Gradle v5 and v6 (97f330f), closes #557

Features

BREAKING CHANGES

  • Gradle v5 and v6 are now not supported
  • Behavior without report config has been changed from XML to console

4.7.6

16 Sep 12:09
Compare
Choose a tag to compare

4.7.6 (2021-09-16)

Bug Fixes

4.7.5

12 Sep 23:40
9eaa1e0
Compare
Choose a tag to compare

4.7.5 (2021-09-12)

Bug Fixes

  • bump default spotbugs version from 4.4.0 to 4.4.1 (#560) (9eaa1e0)