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

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


    from bc6afcb  [SCB-1953] tiny code improve
     new 54b40d6  [SCB-1954]coverage report dependencies update and remove no 
use test project
     new 538ca8d  [SCB-1954]fix artifact name error
     new 199f850  [SCB-1954]coverage do not include tests code itself and some 
minor fix

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:
 coverage-reports/pom.xml                           | 461 ++++++++++++++++++---
 demo/demo-pojo/pojo-tests/pom.xml                  |  47 ---
 .../integration/PojoReferenceIntegrationTest.java  |  43 --
 .../demo/integration/SomePojoService.java          |  36 --
 .../demo/integration/SomePojoTestMain.java         |  40 --
 .../src/test/resources/microservice.yaml           |  29 --
 demo/demo-pojo/pom.xml                             |   1 -
 .../demo-spring-boot-springmvc-client/pom.xml      |   2 +-
 .../demo-spring-boot-springmvc-server/pom.xml      |   2 +-
 distribution/pom.xml                               |   7 +-
 .../servicecomb/registry/RegistrationManager.java  |   2 +-
 integration-tests/it-common-service/enable-it-jar  |  16 -
 integration-tests/it-common-service/pom.xml        |  41 --
 .../apache/servicecomb/it/CommonServiceMain.java   |  23 -
 integration-tests/pom.xml                          |   1 -
 .../schemadiscovery/SchemaDiscoveryEndpoint.java   |   3 +-
 16 files changed, 402 insertions(+), 352 deletions(-)
 delete mode 100644 demo/demo-pojo/pojo-tests/pom.xml
 delete mode 100644 
demo/demo-pojo/pojo-tests/src/test/java/org/apache/servicecomb/demo/integration/PojoReferenceIntegrationTest.java
 delete mode 100644 
demo/demo-pojo/pojo-tests/src/test/java/org/apache/servicecomb/demo/integration/SomePojoService.java
 delete mode 100644 
demo/demo-pojo/pojo-tests/src/test/java/org/apache/servicecomb/demo/integration/SomePojoTestMain.java
 delete mode 100644 
demo/demo-pojo/pojo-tests/src/test/resources/microservice.yaml
 delete mode 100644 integration-tests/it-common-service/enable-it-jar
 delete mode 100644 integration-tests/it-common-service/pom.xml
 delete mode 100644 
integration-tests/it-common-service/src/main/java/org/apache/servicecomb/it/CommonServiceMain.java

Reply via email to