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/servicecomb-java-chassis.git.
from 90f6d6f [SCB-1031] fix for the code review
new eb7b319 [SCB-1039]Add interface to compatible with ServiceCenter
Aggregator
new 3a2e9cc [SCB-1039]Add interface to compatible with ServiceCenter
Aggregator
new 880091d [SCB-1039]Add interface to compatible with ServiceCenter
Aggregator: optimize code
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:
.../definition/schema/ConsumerSchemaFactory.java | 2 +-
.../definition/TestMicroserviceVersionMeta.java | 8 ++-
.../TestMicroserviceVersionMetaFactory.java | 7 ++-
.../serviceregistry/ServiceRegistry.java | 9 +++
.../cache/MicroserviceInstanceCache.java | 2 +-
.../client/LocalServiceRegistryClientImpl.java | 10 +++
.../client/ServiceRegistryClient.java | 18 ++++++
.../client/http/ServiceRegistryClientImpl.java | 34 ++++++++--
.../consumer/MicroserviceVersion.java | 2 +-
.../registry/AbstractServiceRegistry.java | 5 ++
.../cache/TestMicroserviceInstanceCache.java | 4 +-
.../client/http/TestServiceRegistryClientImpl.java | 72 +++++++++++++++++++++-
.../consumer/MicroserviceVersionTestUtils.java | 12 +++-
.../TestDefaultMicroserviceVersionFactory.java | 7 ++-
.../consumer/TestMicroserviceVersion.java | 14 +++--
.../consumer/TestMicroserviceVersionRule.java | 38 +++++++-----
.../consumer/TestMicroserviceVersions.java | 21 ++++++-
17 files changed, 225 insertions(+), 40 deletions(-)