Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): delete findbugs #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mtrigueira
Copy link

This change removes the findbugs plugin.

Findbugs is superseded by SpotBugs. This is a dead build phase dependency. Spotbugs forked the dead findbugs. Even findbugs says to use spotbugs, which we already do. Before this change we are checking twice, once with a decade out of date version (findbugs).

See in the pom we are using the same settings on spotbugs (plus some additional suppressions for newer checks).

See https://github.com/findbugsproject/findbugs

This change removes the findbugs plugin. Findbugs is superseded by SpotBugs. This is a dead build phase dependency. Spotbugs forked the dead findbugs. Even findbugs says to use spotbugs, which we already do. Before this change we are checking twice, once with a decade out of date version (findbugs).
This change updates the findbugs annotations to spotbugs-annotations. Also the version number is updated to latest.

Maven indicates the artifact has been moved as expressed in this change https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305
@mtrigueira
Copy link
Author

Separate commit to convert annotations to spotbugs. It's related, but different. Can do separate pull, or squash if preferred.

This change updates the findbugs annotations to spotbugs-annotations. Also the version number is updated to latest v4.9.1.

Maven indicates the artifact has been moved as expressed in this change https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant