Skip to content

Releases: spotbugs/spotbugs-maven-plugin

Spotbugs-maven-plugin 4.0.4

20 Jun 00:48
Compare
Choose a tag to compare
  • Introduce failThreshold
  • Alignment with spotbugs 4.0.4
  • Remove old left over maven 2.2.1 classloader logic
  • library cleanup with groovy
  • Various library updates

Spotbugs-maven-plugin 4.0.0

19 Mar 00:02
Compare
Choose a tag to compare
  • [support] Aligns support to spotbugs 4.0.0
  • [support] Requires baseline maven 3.2.5 for building
  • [support] Supports jdk 8 through 15
  • [fix] Xml declaration with the effective encoding added when missing with windows handling
  • [fix] Tuned logging to prevent showing illegal reflective access from groovy. Will show under debug logging.

3.1.12.2 Release

02 Aug 03:28
Compare
Choose a tag to compare
  • Configurable output filename added
  • Added support for jdk 12 through 14

Groovy Patch Release against 3.1.12 spotbugs

19 Jul 03:34
Compare
Choose a tag to compare

This release is against spotbugs 3.1.12 and includes a patch to groovy 3.0.0 beta 2. This ensures that java warnings on newer jdks are no longer presented to the user of spotbugs maven plugin.

This release additionally contains updated third party software and fixes to ensure our site pages are properly released.

Note: While support for spotbugs with source paths has been included here, that feature aligns with spotbugs 4.0.0. In order to utilize the feature, you will need to override spotbugs with the most recent spotbugs beta release '4.0.0-beta3'. See here for details on support.