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 2020/01/19 02:24:57 UTC

[dubbo] branch master updated (08e00a9 -> 14f62f2)

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 08e00a9  enhance consul registry to support matching url between consumer and provider (#4818)
     add 14f62f2  [DUBBO-4288]: simple workaround to make shutdown hook work again when DubboBootstrap is not used (#5656)

No new revisions were added by this update.

Summary of changes:
 .../dubbo/config/AbstractInterfaceConfig.java      |    1 +
 .../org/apache/dubbo/config/DubboShutdownHook.java |   11 +-
 .../org/apache/dubbo/config/ReferenceConfig.java   |  989 +++++++-------
 .../org/apache/dubbo/config/ServiceConfig.java     | 1428 ++++++++++----------
 .../dubbo/config/bootstrap/DubboBootstrap.java     |    3 +
 .../apache/dubbo/demo/consumer/Application.java    |   25 +-
 .../apache/dubbo/demo/provider/Application.java    |   29 +-
 7 files changed, 1268 insertions(+), 1218 deletions(-)