google / bazel-common

Common functionality for Google's open-source libraries that are built with bazel.
Apache License 2.0
87 stars 40 forks source link

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). #177

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

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.