spotbugs / discuss

SpotBugs mailing list
6 stars 1 forks source link

Is there a way to get rid of JSR305 with SpotBugs annotations? #121

Closed alexei-osipov closed 1 year ago

alexei-osipov commented 1 year ago

So far SpotBugs annotations uses JSR305 as a dependency and JSR305 uses "javax.*" package. However this package causes conflicts with some java modules (on Java 9+) and JSR305 is generally considered to be deprecated. Are there any plans or existing ways to support using SpotBugs without compile-time dependency on JSR305?

alexei-osipov commented 1 year ago

Moved discussion here: https://github.com/spotbugs/spotbugs/discussions/2345