This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo.git.
from 610b3e6 fix grpc impl proxy problem
new dc58382 change protoc compiler version to SNAPSHOT
new 3512e27 change from throwing exception to logging warn message for
duplicate configs
new 562bfcc Add comments for gRPC implementations
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
compiler/build.gradle | 2 +-
.../src/main/java/org/apache/dubbo/config/context/ConfigManager.java | 2 +-
.../main/java/org/apache/dubbo/rpc/protocol/grpc/GrpcProtocol.java | 5 +++--
.../dubbo/rpc/protocol/grpc/interceptors/ClientInterceptor.java | 3 +++
.../dubbo/rpc/protocol/grpc/interceptors/RpcContextInterceptor.java | 2 +-
.../dubbo/rpc/protocol/grpc/interceptors/ServerInterceptor.java | 3 +++
.../dubbo/rpc/protocol/grpc/interceptors/ServerTransportFilter.java | 3 +++
7 files changed, 15 insertions(+), 5 deletions(-)