This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a change to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git
from 46b0110718 fix issue #11277 (#11288)
add 9b2b71f022 Fix issue 11161 (#11187)
add fe50ac5d79 Remove grpc-status-details when no pb exists (#11249)
add 7a5680b559 Fix countdown assignment problem (#11275)
new c2e5438a43 Merge branch 'apache-3.1' into apache-3.2
The 1 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:
.../filter/support/ConsumerContextFilter.java | 3 +-
.../org/apache/dubbo/rpc/support/RpcUtils.java | 26 ++++++++
.../dubbo/rpc/protocol/dubbo/DubboInvoker.java | 26 +-------
.../dubbo/rpc/protocol/injvm/InjvmInvoker.java | 26 +-------
.../rpc/protocol/tri/ReflectionPackableMethod.java | 45 +++++++------
.../dubbo/rpc/protocol/tri/TripleInvoker.java | 26 +-------
.../dubbo/rpc/protocol/tri/TripleProtocol.java | 1 +
.../rpc/protocol/tri/call/TripleClientCall.java | 72 +-------------------
.../rpc/protocol/tri/stream/AbstractStream.java | 17 +++++
.../protocol/tri/stream/TripleClientStream.java | 77 +++++++++++++++++++++-
.../protocol/tri/stream/TripleServerStream.java | 3 +
.../serialize/DefaultMultipleSerialization.java | 6 +-
.../common/serialize/MultipleSerialization.java | 19 +++++-
13 files changed, 175 insertions(+), 172 deletions(-)