You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/11/04 08:55:43 UTC

[dubbo] branch 3.0 updated (ba173fd -> d981788)

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

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


    from ba173fd  lazy init attributes in URL (#9201)
     add d981788  change way to determine the port that metadata service will listen on (#9145)

No new revisions were added by this update.

Summary of changes:
 .../dubbo/common/constants/CommonConstants.java    |   2 +
 .../org/apache/dubbo/common/utils/NetUtils.java    |   8 +-
 .../org/apache/dubbo/config/ApplicationConfig.java |  14 ++
 dubbo-config/dubbo-config-api/pom.xml              |   6 +
 .../config/deploy/DefaultApplicationDeployer.java  |  12 +-
 .../ConfigurableMetadataServiceExporter.java       |  96 +++++++----
 .../dubbo/config/bootstrap/DubboBootstrapTest.java |  20 ++-
 .../metadata/MetadataServiceExporterTest.java      | 175 +++++++++++++++++++++
 .../metadata/ServiceInstanceMetadataUtils.java     |   3 +
 .../store/InMemoryWritableMetadataService.java     |   4 +-
 10 files changed, 291 insertions(+), 49 deletions(-)