You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by he...@apache.org on 2020/05/11 17:35:57 UTC

[dubbo] branch 2.7.7-release updated (9bab51e -> 911bfa1)

This is an automated email from the ASF dual-hosted git repository.

hengyunabc pushed a change to branch 2.7.7-release
in repository https://gitbox.apache.org/repos/asf/dubbo.git.


    from 9bab51e  polish #6115
     add 5da840d  Fix timeout 6008 (#6136)
     add 343f92d  Use the correct service name in the request package #6138
     add 911bfa1  revert #5710

No new revisions were added by this update.

Summary of changes:
 .../dubbo/common/constants/CommonConstants.java    |  4 +++
 .../spring/schema/DubboBeanDefinitionParser.java   |  8 +-----
 .../org/apache/dubbo/rpc/filter/ContextFilter.java | 12 ++++----
 .../org/apache/dubbo/rpc/support/RpcUtils.java     |  3 +-
 .../rpc/protocol/dubbo/ChannelWrappedInvoker.java  |  3 +-
 .../dubbo/rpc/protocol/dubbo/DubboCodec.java       |  8 +++++-
 .../dubbo/rpc/protocol/dubbo/DubboInvoker.java     | 33 +++++++++++++---------
 .../dubbo/rpc/protocol/thrift/ThriftInvoker.java   |  2 +-
 8 files changed, 42 insertions(+), 31 deletions(-)