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 cbc614f [SCB-1847] create a new edge dispatcher to forward http
requests to provider
new 8aa86f3 [SCB-1850]add demo-edge to integrations tests and run when
build
new 8582511 [SCB-1850]add logs to find out unknown error of unit test
new a9547d5 [SCB-1850]fix docker port expose problems
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:
demo/demo-edge/authentication/pom.xml | 42 +++
.../src/main/resources/microservice.yaml | 5 +-
demo/demo-edge/business-1-1-0/pom.xml | 41 ++-
.../src/main/resources/microservice.yaml | 2 +-
demo/demo-edge/business-1.0.0/pom.xml | 39 +++
.../src/main/resources/microservice.yaml | 2 +-
demo/demo-edge/business-2.0.0/pom.xml | 41 ++-
.../src/main/resources/microservice.yaml | 2 +-
demo/demo-edge/consumer/pom.xml | 45 ++-
.../demo/edge/consumer/EdgeDemoIT.java} | 9 +-
demo/demo-edge/edge-service/pom.xml | 39 +++
.../src/main/resources/microservice.yaml | 7 +-
demo/demo-edge/pom.xml | 14 +-
demo/docker-build-config/pom.xml | 2 +-
.../pom.xml | 152 +++++++++-
demo/pom.xml | 1 +
.../core/publish/TestDefaultLogPublisher.java | 309 +++++++++++----------
.../publish/TestThreadPoolPublishModelFactory.java | 22 +-
18 files changed, 580 insertions(+), 194 deletions(-)
copy
demo/{demo-crossapp/crossapp-client/src/test/java/org/apache/servicecomb/demo/crossapp/CrossAppIT.java
=>
demo-edge/consumer/src/test/java/org/apache/servicecomb/demo/edge/consumer/EdgeDemoIT.java}
(88%)
copy demo/{docker-run-config => docker-run-config-edge}/pom.xml (51%)