The java_grpc_library function emits a couple warnings that aren't totally clear and I was hoping to get some clarification on whether they were there for a reason, or if they were just vestigial from previous iterations of the function:
1. https://github.com/grpc/grpc-java/blob/master/java_grpc_library.bzl#L10 - The source proto must be in the same package as the consuming rule. It looks like this is no longer true with the change made in https://github.com/grpc/grpc-java/pull/3675. 2. https://github.com/grpc/grpc-java/blob/master/java_grpc_library.bzl#L96 - Support for multiple deps is deprecated. It's not really clear what the reasoning is behind that limitation. Thanks! Joey -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/c3d5e0e2-3adb-4178-96c1-862309196bc7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
