-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Migrate from JSR305's javax.annotation.CheckReturnValue to ErrorProne's com.google.errorprone.annotations.CheckReturnValue #8687
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
Comments
See also cl/408694507 |
Hi Any update on this? Summary of the issue: |
there are actually a bunch of annotations that are used in the codebase that rely on the javax.annotation package:
such annotations prevent using io.grpc as JPMS module, e.g.
I am willing contributing the migration to error prone (which does not seem trivial), is that a contribution that would be accepted by the grpc-java project ? |
ping @ejona86 |
We should avoid jsr305 and error prone's has the same semantics. Fixes grpc#8687
Initiated by cl/408694635
The text was updated successfully, but these errors were encountered: