Spotbugs Maven Plugin 4.8.6.3
hazendaz
released this
05 Sep 02:00
·
140 commits
to master
since this release
- Ability to disable logs in quite mode (spotbugs.quiet) #842
- Fix output directory per #807
- Update plugins / dependencies
- Fix tag used to build spotbugs during GHA
- Use inject annotation from jsr330 instead of deprecated component annotation
Build
- Remove old overrides from pom as addressed
- Cleanup javadocs
- Remove snapshot from javadocs at 2.1 as non existent
- Order attribute order of annotations
- Use log commonly throughout (newer coded used getLog in one place)
- Sort imports
- Add opens for java.lang and java.util for site build as needed on newer jdks
- Correct GHA for site distribution
- Delete duplicate codeql github action
- Speed up github actions