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 2022/02/16 07:36:24 UTC

[dubbo] branch 3.0 updated (0d3b572 -> 8826443)

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

liujun pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git.


    from 0d3b572  [3.0] ServiceDefinition usage refactor & distinguish serviceName and interfaceName (#9659)
     add 8826443  revert invocation changes in #9659 for compatibility purpose. (#9689)

No new revisions were added by this update.

Summary of changes:
 .../dubbo/rpc/cluster/filter/support/ConsumerContextFilter.java   | 2 +-
 .../dubbo/rpc/cluster/router/mesh/route/MeshRuleRouter.java       | 2 +-
 .../org/apache/dubbo/rpc/cluster/directory/MockDirInvocation.java | 2 +-
 .../dubbo/rpc/cluster/router/mesh/route/MeshRuleRouterTest.java   | 8 ++++----
 .../src/main/java/com/alibaba/dubbo/rpc/Invocation.java           | 4 ++--
 .../src/test/java/org/apache/dubbo/service/MockInvocation.java    | 2 +-
 .../client/migration/ServiceDiscoveryMigrationInvoker.java        | 2 +-
 .../src/main/java/org/apache/dubbo/rpc/Invocation.java            | 2 +-
 .../src/main/java/org/apache/dubbo/rpc/RpcInvocation.java         | 8 ++++----
 .../test/java/org/apache/dubbo/rpc/support/MockInvocation.java    | 2 +-
 .../java/org/apache/dubbo/rpc/protocol/injvm/InjvmInvoker.java    | 4 ++--
 11 files changed, 19 insertions(+), 19 deletions(-)