You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2018/08/07 12:49:41 UTC

[incubator-servicecomb-java-chassis] branch master updated (5d27dd3 -> 7a5a1c2)

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

liubao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git.


    from 5d27dd3  SCB-688 refactor ConnectedCounter into Transport and move HighwayTransport.NAME into Const.HIGHWAY
     new 0c94438  Update AbstractServiceRegistry.java
     new 7a5a1c2  [SCB-801] delete definition

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../servicecomb/serviceregistry/registry/AbstractServiceRegistry.java | 4 ----
 1 file changed, 4 deletions(-)


[incubator-servicecomb-java-chassis] 02/02: [SCB-801] delete definition

Posted by li...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git

commit 7a5a1c22567014c2b7b2f083b654bc0c05275488
Author: laijianbin <73...@qq.com>
AuthorDate: Mon Aug 6 11:44:26 2018 +0800

    [SCB-801] delete definition
---
 .../servicecomb/serviceregistry/registry/AbstractServiceRegistry.java   | 2 --
 1 file changed, 2 deletions(-)

diff --git a/service-registry/src/main/java/org/apache/servicecomb/serviceregistry/registry/AbstractServiceRegistry.java b/service-registry/src/main/java/org/apache/servicecomb/serviceregistry/registry/AbstractServiceRegistry.java
index 4a11666..0339471 100644
--- a/service-registry/src/main/java/org/apache/servicecomb/serviceregistry/registry/AbstractServiceRegistry.java
+++ b/service-registry/src/main/java/org/apache/servicecomb/serviceregistry/registry/AbstractServiceRegistry.java
@@ -76,8 +76,6 @@ public abstract class AbstractServiceRegistry implements ServiceRegistry {
 
   protected ServiceCenterTask serviceCenterTask;
 
-  protected ServiceCenterInfo serviceCenterInfo;
-
   public AbstractServiceRegistry(EventBus eventBus, ServiceRegistryConfig serviceRegistryConfig,
       MicroserviceDefinition microserviceDefinition) {
     this.eventBus = eventBus;


[incubator-servicecomb-java-chassis] 01/02: Update AbstractServiceRegistry.java

Posted by li...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git

commit 0c94438fc6f5c824cafb1386d5fb82c721e1ed93
Author: laijianbin <73...@qq.com>
AuthorDate: Fri Aug 3 17:33:54 2018 +0800

    Update AbstractServiceRegistry.java
---
 .../servicecomb/serviceregistry/registry/AbstractServiceRegistry.java   | 2 --
 1 file changed, 2 deletions(-)

diff --git a/service-registry/src/main/java/org/apache/servicecomb/serviceregistry/registry/AbstractServiceRegistry.java b/service-registry/src/main/java/org/apache/servicecomb/serviceregistry/registry/AbstractServiceRegistry.java
index e6aba3b..4a11666 100644
--- a/service-registry/src/main/java/org/apache/servicecomb/serviceregistry/registry/AbstractServiceRegistry.java
+++ b/service-registry/src/main/java/org/apache/servicecomb/serviceregistry/registry/AbstractServiceRegistry.java
@@ -101,8 +101,6 @@ public abstract class AbstractServiceRegistry implements ServiceRegistry {
       srClient = createServiceRegistryClient();
     }
 
-    serviceCenterInfo = srClient.getServiceCenterInfo();
-
     createServiceCenterTask();
 
     eventBus.register(this);