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:34 UTC

[dubbo] 02/12: Merge pull request #5 from cvictory/merge-3.x

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 c152c3ce1114ebaee0a5717c21133c54a050d5cf
Merge: 7e0ef42 288aa4a
Author: ken.lj <ke...@gmail.com>
AuthorDate: Thu Oct 10 16:49:46 2019 +0800

    Merge pull request #5 from cvictory/merge-3.x
    
    refactor online and offline

 .../org/apache/dubbo/common/ServiceDescriptor.java | 94 ++++++++++++++++++++++
 .../src/main/java/org/apache/dubbo/common/URL.java | 10 +--
 .../org/apache/dubbo/qos/command/impl/Offline.java | 23 +++---
 .../org/apache/dubbo/qos/command/impl/Online.java  | 24 +++---
 .../apache/dubbo/rpc/model/ServiceMetadata.java    | 42 ++--------
 5 files changed, 129 insertions(+), 64 deletions(-)