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 2019/11/03 05:34:42 UTC

[dubbo] 10/12: to process a scenario when service type is not available and service invocation is not generic either

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

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

commit e826d0864b95a03a013f5c0d270d5c9bb3ca454d
Merge: 128a50a 0ad3577
Author: ken.lj <ke...@gmail.com>
AuthorDate: Thu Oct 31 16:21:38 2019 +0800

    to process a scenario when service type is not available and service invocation is not generic either
    
    to process a scenario when service type is not available and service invocation is not generic either

 .../src/main/java/org/apache/dubbo/rpc/Invocation.java | 12 ++++++++++++
 .../main/java/org/apache/dubbo/rpc/RpcInvocation.java  | 18 ++++++++++++++++++
 .../org/apache/dubbo/rpc/filter/GenericImplFilter.java |  2 ++
 .../java/org/apache/dubbo/rpc/support/RpcUtils.java    |  3 +++
 4 files changed, 35 insertions(+)