This is an automated email from the ASF dual-hosted git repository. liubao pushed a commit to branch 2.8.x in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
commit b92bd1663799bd1648f0146d0dd8f9f034ebccd7 Author: liubao <[email protected]> AuthorDate: Mon Jun 12 17:04:38 2023 +0800 [SCB-2796]try fix docker run fail --- demo/demo-crossapp/crossapp-client/pom.xml | 8 -------- .../org/apache/servicecomb/serviceregistry/RegistryUtils.java | 2 -- 2 files changed, 10 deletions(-) diff --git a/demo/demo-crossapp/crossapp-client/pom.xml b/demo/demo-crossapp/crossapp-client/pom.xml index 70468e4c1..73d7375cd 100644 --- a/demo/demo-crossapp/crossapp-client/pom.xml +++ b/demo/demo-crossapp/crossapp-client/pom.xml @@ -46,14 +46,6 @@ <properties> <demo.main>org.apache.servicecomb.demo.crossapp.CrossappClient</demo.main> </properties> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - </plugin> - </plugins> - </build> <profiles> <profile> diff --git a/service-registry/registry-service-center/src/main/java/org/apache/servicecomb/serviceregistry/RegistryUtils.java b/service-registry/registry-service-center/src/main/java/org/apache/servicecomb/serviceregistry/RegistryUtils.java index cb63776d0..fe16cd4b6 100644 --- a/service-registry/registry-service-center/src/main/java/org/apache/servicecomb/serviceregistry/RegistryUtils.java +++ b/service-registry/registry-service-center/src/main/java/org/apache/servicecomb/serviceregistry/RegistryUtils.java @@ -78,8 +78,6 @@ public final class RegistryUtils { } public static synchronized void init() { - LOGGER.error("todo debug information", new Exception()); - if (serviceRegistry != null) { if (DynamicPropertyFactory.getInstance() .getBooleanProperty(SERVICECOMB_SERVICE_REGISTRY_REPEATED_INITIALIZATION_ALLOWED, false).get()) {
