grpc-java icon indicating copy to clipboard operation
grpc-java copied to clipboard

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

Open dapengzhang0 opened this issue 3 years ago • 4 comments

Initiated by cl/408694635

dapengzhang0 avatar Nov 11 '21 18:11 dapengzhang0

See also cl/408694507

kluever avatar Nov 11 '21 21:11 kluever

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.

RamAnvesh avatar Jan 27 '24 04:01 RamAnvesh