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

Migrate from JSR305's javax.annotation.CheckReturnValue to ErrorProne's com.google.errorprone.annotations.CheckReturnValue #8687

Open
dapengzhang0 opened this issue Nov 11, 2021 · 2 comments
Milestone

Comments

@dapengzhang0
Copy link
Member

Initiated by cl/408694635

@ejona86 ejona86 added this to the Next milestone Nov 11, 2021
@kluever
Copy link
Contributor

kluever commented Nov 11, 2021

See also cl/408694507

@RamAnvesh
Copy link

Hi Any update on this?

Summary of the issue:
When using grpc-java in a modularized application, I was facing issues with javax.annotation.Generated annotation. The fix for this suggested was to add javax.annotation-api as a dependency.
But after doing this, the javax.annotation.CheckReturnValue is not being read from the jsr-305 jar.

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

5 participants