Releases: spotbugs/spotbugs-maven-plugin
Releases · spotbugs/spotbugs-maven-plugin
Spotbugs Maven Plugin 4.8.6.2
- Supports spotbugs 4.8.6
- Uses groovy 4.0.22
Spotbugs Maven Plugin 4.8.6.1
- Supports spotbugs 4.8.6
- Restore java 8 support
Spotbugs Maven Plugin 4.8.6.0
Support spotbugs 4.8.6
WARNING: This version accidentally required java 11. A patch is incoming that will move back to java 8. Do note though spotbugs will be moving up in near future.
Spotbugs Maven Plugin 4.8.5.0
- Support spotbugs 4.8.5.0
- Dependency and plugin general updates
- Maven wrapper update to 3.3.1
Spotbugs Maven Plugin 4.8.4.0
User
- Support spotbugs 4.8.4
- library updates / plugin updates
- Supports jdk 23
- Require maven 3.6.3 per maven deprecation
Build
- Update renovate config
- Update GHA for adjustments to maven/java
- Drop modernizer plugin back to 2.7.0 as it was restricted to maven 3.9.5 (will be fixed on next release)
Spotbugs Maven Plugin 4.8.3.1
- Support for spotbugs 4.8.3
- Bump groovy to 4.0.18
- Bump slf4j to 2.0.12
- Bump commons codec to 1.16.1
Spotbugs Maven Plugin 4.8.3.0
This release is much larger than most, all IT tests are good to go. Given scope of changes, if any issues seen, please raise ticket so we can quickly address. A lot was done here to fix-up lazy groovy usage.
Consumer
- Support for spotbugs 4.8.3
- library updates
- Add 'noClassOk' option (untested)
- Stop overusing 'def' from groovy and use concrete types
- Many plexus to standard java usage
- Switch 'Boolean' to 'boolean' for parameters
- Remove long deprecated and not actually used spotbugsXmlOutput
- Switch to using buffered writer
- Drop supporting 2005 version of jxr-maven-plugin
- Add support for usage of classifier (untested)
- Add better logging when plugin skipped
- Cleanup property usage and remove unused properties
Build
- For integration tests switch to jakarta namespace
- Cleanup site
- Add groovy doc annotations
- Let groovy create javadocs
- Remove obsolete groovy config from build
- Update groovy docs headers, footers, doc title
- Replace examples with modern site usage
- Replace all it with modern site usage
- Replace only bash IT test with groovy
Spotbugs Maven Plugin 4.8.2.0
- Supports spotbugs 4.8.2
- Fix loading of onlyAnalyze classes/packages from file on multi module projects per #674
- Force spotbugs log4j2 usage to pipe to slfj4 that we use
Spotbugs Maven Plugin 4.8.1.0
- Supports Spotbugs 4.8.1
Build
- Sorted pom now at 4 spaces instead of 2
- Various updates to GHA - primed for jdk 22 but waiting on groovy 4.0.16 release
See notes from 4.8.0 as important new feature added there that likely will be missed given released within hour of each other.
Spotbugs Maven Plugin 4.8.0.0
- Supports spotbugs 4.8.0 (note: there were considerable amount of issues with 4.8.0, this exists to be complete but suggest use 4.8.1.0 which will be out in a few).
User Items
- Support through jdk 21
- Moved code back to 'master' from 'spotbugs' branch given original fork is long archived and points to this repo
- Plexus Utils/Xml upgraded in prep for maven 4 and will still work correctly with maven 3 projects
- Add support to read a file for onlyAnalyze as follows
<onlyAnalyze>file:only-analyze.txt</onlyAnalyze>
Build
- Move sonar to ubuntu
- Use jdk 21 for coveralls
- Point all GHA back to master
- Bump base-parent pom to 41
- Bump gmavenplus to 3.0.2
- Bump commons-io to 2.15.0
- Bump asm to 9.6
- Bump maven to 3.9.5
- Bump guava to 32.1.3-jre
- Bump spotbugs to 4.8.0
- Remove extra enforcer rules version from pom as parent updated
- Bump junit to 5.10.0
- Bump plexus utils to 4.0.0
- Override pluxus xml to 3.0.0 so plexus continues to work with maven 3
- Bump surefire to 3.1.2
- Cleanup IT test names to match their usage
- Update hashCode check in tests due to new features in spotbugs 4.8.0
- Bump plugin plugin to 3.10.2
- Bump javaparser to 3.25.6
- Bump javadoc plugin to 3.6.2
- Bump jxr plugin to 3.3.1
- Bump surefire to 3.2.2