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

JSR 305 #1

Open
florian-beetz opened this issue Apr 30, 2018 · 0 comments
Open

JSR 305 #1

florian-beetz opened this issue Apr 30, 2018 · 0 comments

Comments

@florian-beetz
Copy link
Owner

Guava has a (required) dependency (google/guava#2932) on Findbugs implementation of the JSR 305 annotations. These annotations live in the javax.annotation package, which conflicts with modules of the JDK.

The Guava developers are aware of the problem (google/guava#2960), but no official solution was provided yet.

The workaround for this problem is to explicitly exclude the package in the build script. This is no problem as the dependency was made explicit to solve some problems with some rare edge case google/guava#2932.

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

No branches or pull requests

1 participant