Add //third_party/java/grpc:api and switch //third_party/java/grpc:context to just export it (maybe we can just get rid of it).
At some point between the old version of gRPC that Bazel Common used and the newest one, the grpc-context artifact was replaced or folded into grpc-api. It seems like the new releases of gRPC continue to have a grpc-context artifact, but its jar file contains no classes.
Add
//third_party/java/grpc:api
and switch//third_party/java/grpc:context
to just export it (maybe we can just get rid of it).At some point between the old version of gRPC that Bazel Common used and the newest one, the
grpc-context
artifact was replaced or folded intogrpc-api
. It seems like the new releases of gRPC continue to have agrpc-context
artifact, but its jar file contains no classes.