This is an automated email from the ASF dual-hosted git repository.
liubao pushed a change to branch 2.8.x
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
from 6bcdc2ea3 [#3784]fix HttpUtils cannot correctly resolve file names
(#3801)
new d66a4fc58 [SCB-2796]Do not allow call registry initialization twice
and keep compatible to 1.x data center configuration
new b745257d2 [SCB-2796]fix configuration item and test cases error
new 3ec35b210 [SCB-2796]add debug info to check docker run fail
new b92bd1663 [SCB-2796]try fix docker run fail
new 39b2eb986 [SCB-2796]add back removed interface to void compatible issue
The 5 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/core/bootstrap/SCBBootstrap.java | 5 +++
demo/demo-crossapp/crossapp-client/pom.xml | 8 -----
.../apache/servicecomb/registry/api/Discovery.java | 9 +++++
.../api/registry/MicroserviceInstance.java | 7 ++--
.../servicecomb/serviceregistry/RegistryUtils.java | 38 ++++++++++++++++++----
.../servicecomb/serviceregistry/TestRegistry.java | 6 ++++
.../cache/TestMicroserviceInstanceCache.java | 21 +++++-------
.../instance/TestInstanceCacheCheckerMock.java | 1 +
.../TestInstanceCacheCheckerWithoutMock.java | 4 ++-
.../registry/TestLocalServiceRegistry.java | 8 ++++-
.../registry/TestRemoteServiceRegistry.java | 10 ++++--
.../transport/rest/servlet/TestRestServlet.java | 3 +-
.../rest/vertx/TestRestServerVerticle.java | 2 ++
.../rest/vertx/TestVertxRestDispatcher.java | 2 ++
14 files changed, 90 insertions(+), 34 deletions(-)