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 2022/01/23 08:47:49 UTC

[dubbo] branch 3.0 updated (b8a1398 -> 5e89714)

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 b8a1398  Update pom.xml (#9593)
     add 5e89714  Adjust the logic of Deployer to handle concurrent initialization (#9381)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/dubbo/common/constants/QosConstants.java   |  8 ++++++++
 .../org/apache/dubbo/common/deploy/AbstractDeployer.java  |  5 ++---
 .../java/org/apache/dubbo/config/ApplicationConfig.java   | 12 ++++++++----
 .../java/org/apache/dubbo/config/ConfigCenterConfig.java  |  9 +++++----
 .../src/main/java/org/apache/dubbo/config/Constants.java  |  9 ++++++++-
 .../dubbo/config/deploy/DefaultApplicationDeployer.java   | 15 +++++++++------
 .../apache/dubbo/config/deploy/DefaultModuleDeployer.java |  8 ++++----
 .../org/apache/dubbo/config/ConfigCenterConfigTest.java   |  8 ++++----
 .../zookeeper/curator/CuratorZookeeperClient.java         |  3 ++-
 9 files changed, 50 insertions(+), 27 deletions(-)