Releases: spotbugs/spotbugs-maven-plugin
Releases · spotbugs/spotbugs-maven-plugin
Spotbugs-maven-plugin 4.0.4
- 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
- [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
- Configurable output filename added
- Added support for jdk 12 through 14
Groovy Patch Release against 3.1.12 spotbugs
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.