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 aaaaf5b SCB-374 fix NPE when 404 not found
new cee58b7 [SCB-394] framework version support SC which earlier than
1.0.0
new ea98b4e save serviceCenterInfo in AbstractServiceRegistry,compare
version by class Version
new 3dbfb87 fix ut
The 3 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/api/Const.java | 10 ++
.../api/registry/MicroserviceFactory.java | 9 -
.../api/registry/ServiceCenterConfig.java | 200 +++++++++++++++++++++
.../{Framework.java => ServiceCenterInfo.java} | 114 +++++++-----
.../client/LocalServiceRegistryClientImpl.java | 12 ++
.../client/ServiceRegistryClient.java | 6 +
.../client/http/ServiceRegistryClientImpl.java | 22 +++
.../registry/AbstractServiceRegistry.java | 40 +++++
.../api/registry/TestFrameworkVersions.java | 1 -
.../api/registry/TestServiceCenterConfig.java | 91 ++++++++++
...estBasePath.java => TestServiceCenterInfo.java} | 113 ++++++------
.../client/LocalServiceRegistryClientImplTest.java | 7 +
.../client/http/TestServiceRegistryClientImpl.java | 46 +++++
.../registry/TestLocalServiceRegistry.java | 1 +
.../registry/TestRemoteServiceRegistry.java | 1 -
15 files changed, 558 insertions(+), 115 deletions(-)
create mode 100644
service-registry/src/main/java/org/apache/servicecomb/serviceregistry/api/registry/ServiceCenterConfig.java
copy
service-registry/src/main/java/org/apache/servicecomb/serviceregistry/api/registry/{Framework.java
=> ServiceCenterInfo.java} (56%)
create mode 100644
service-registry/src/test/java/org/apache/servicecomb/serviceregistry/api/registry/TestServiceCenterConfig.java
copy
service-registry/src/test/java/org/apache/servicecomb/serviceregistry/api/registry/{TestBasePath.java
=> TestServiceCenterInfo.java} (53%)
--
To stop receiving notification emails like this one, please contact
[email protected].