grpc-java/compiler/src
Eric Anderson 19d690b435 compiler: Use namespace aliases to reduce internal diff
Due to historical reasons, protobuf is in the proto2:: namespace
internally instead of google::protobuf. We have been maintaining diffs
that replace each occurence of one with the other. Instead we can simply
create a namespace alias and use that alias instead of the canonical
name. That greatly reduces the size of the diff and its likelihood to
break.

If the names ever align in the future, we can swap back to the canonical
names.
2020-08-07 14:58:32 -05:00
..
java_plugin/cpp compiler: Use namespace aliases to reduce internal diff 2020-08-07 14:58:32 -05:00
test Start 1.32.0 development cycle (#7214) 2020-07-15 13:51:06 -07:00
testLite/golden Start 1.32.0 development cycle (#7214) 2020-07-15 13:51:06 -07:00