You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2021/02/22 09:53:24 UTC

[dubbo] branch master updated (bcc721d -> 21b69ab)

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 bcc721d  Remove RPC context in RpcContextTest.testObject (#6997)
     add 21b69ab  refactor ProtocolFilterWrapper$1 to FilterNode (#6962)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/dubbo/rpc/protocol/FilterNode.java  | 117 +++++++++++++++++++++
 .../dubbo/rpc/protocol/ProtocolFilterWrapper.java  |  85 +--------------
 2 files changed, 119 insertions(+), 83 deletions(-)
 create mode 100644 dubbo-rpc/dubbo-rpc-api/src/main/java/org/apache/dubbo/rpc/protocol/FilterNode.java