You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2019/12/09 00:58:40 UTC

[servicecomb-java-chassis] branch master updated (7abdd2b -> d27a15e)

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 7abdd2b  [SCB-1638]servicecenter do not handle websocket PING/PONG message and test error fixes (#1434)
     add d27a15e  [SCB-1624]change starter name according to spring boot conventions. (#1439)

No new revisions were added by this update.

Summary of changes:
 .../README.md                                      |  6 +-
 .../main/resources/archetype-resources/README.md   |  6 +-
 .../src/main/resources/archetype-resources/pom.xml |  2 +-
 demo/demo-spring-boot-provider/pom.xml             |  2 +-
 .../demo-spring-boot-pojo-client/pom.xml           |  2 +-
 .../demo-spring-boot-pojo-server/pom.xml           |  2 +-
 .../it-producer-deploy-springboot2-servlet/pom.xml |  2 +-
 .../pom.xml                                        |  2 +-
 integration-tests/spring-jaxrs-tests/pom.xml       |  2 +-
 .../pom.xml                                        |  2 +-
 .../pom.xml                                        |  2 +-
 java-chassis-dependencies/default/pom.xml          | 12 ++--
 java-chassis-distribution/pom.xml                  | 13 ++--
 .../pom.xml                                        |  6 +-
 .../springboot/common/AbstractDiscoveryClient.java |  0
 .../springboot/common/InstanceDiscoveryFilter.java |  0
 .../pom.xml                                        | 11 +--
 .../starter/discovery/ScbDiscoveryClient.java      |  0
 .../discovery/ScbDiscoveryClientConfiguration.java |  0
 .../discovery/ScbRibbonClientConfiguration.java    | 80 +++++++++++-----------
 .../starter/discovery/ScbRibbonConfiguration.java  | 68 +++++++++---------
 .../ScbRibbonEndpointDiscoveryFilter.java          |  0
 .../starter/discovery/ServiceCombServerList.java   |  0
 .../starter/discovery/package-info.java            |  0
 .../src/main/resources/META-INF/spring.factories   |  0
 .../pom.xml                                        |  8 +--
 .../pom.xml                                        |  8 +--
 .../starter/servlet/RestServletInitializer.java    |  0
 .../springboot2/starter/servlet/package-info.java  |  0
 .../pom.xml                                        |  9 +--
 .../java-chassis-spring-boot-starter}/pom.xml      |  6 +-
 .../springboot2/starter/EnableServiceComb.java     |  0
 .../starter/ServiceCombSpringConfiguration.java    |  0
 .../pom.xml                                        | 18 ++---
 java-chassis-spring-boot/pom.xml                   |  8 ++-
 35 files changed, 140 insertions(+), 137 deletions(-)
 rename java-chassis-spring-boot/{spring-boot-common => java-chassis-spring-boot-common}/pom.xml (91%)
 rename java-chassis-spring-boot/{spring-boot-common => java-chassis-spring-boot-common}/src/main/java/org/apache/servicecomb/springboot/common/AbstractDiscoveryClient.java (100%)
 rename java-chassis-spring-boot/{spring-boot-common => java-chassis-spring-boot-common}/src/main/java/org/apache/servicecomb/springboot/common/InstanceDiscoveryFilter.java (100%)
 rename java-chassis-spring-boot/{spring-boot2-starter-parent/spring-boot2-starter-discovery => java-chassis-spring-boot-starters/java-chassis-spring-boot-starter-discovery}/pom.xml (91%)
 rename java-chassis-spring-boot/{spring-boot2-starter-parent/spring-boot2-starter-discovery => java-chassis-spring-boot-starters/java-chassis-spring-boot-starter-discovery}/src/main/java/org/apache/servicecomb/springboot2/starter/discovery/ScbDiscoveryClient.java (100%)
 rename java-chassis-spring-boot/{spring-boot2-starter-parent/spring-boot2-starter-discovery => java-chassis-spring-boot-starters/java-chassis-spring-boot-starter-discovery}/src/main/java/org/apache/servicecomb/springboot2/starter/discovery/ScbDiscoveryClientConfiguration.java (100%)
 rename java-chassis-spring-boot/{spring-boot2-starter-parent/spring-boot2-starter-discovery => java-chassis-spring-boot-starters/java-chassis-spring-boot-starter-discovery}/src/main/java/org/apache/servicecomb/springboot2/starter/discovery/ScbRibbonClientConfiguration.java (97%)
 rename java-chassis-spring-boot/{spring-boot2-starter-parent/spring-boot2-starter-discovery => java-chassis-spring-boot-starters/java-chassis-spring-boot-starter-discovery}/src/main/java/org/apache/servicecomb/springboot2/starter/discovery/ScbRibbonConfiguration.java (97%)
 rename java-chassis-spring-boot/{spring-boot2-starter-parent/spring-boot2-starter-discovery => java-chassis-spring-boot-starters/java-chassis-spring-boot-starter-discovery}/src/main/java/org/apache/servicecomb/springboot2/starter/discovery/ScbRibbonEndpointDiscoveryFilter.java (100%)
 rename java-chassis-spring-boot/{spring-boot2-starter-parent/spring-boot2-starter-discovery => java-chassis-spring-boot-starters/java-chassis-spring-boot-starter-discovery}/src/main/java/org/apache/servicecomb/springboot2/starter/discovery/ServiceCombServerList.java (100%)
 rename java-chassis-spring-boot/{spring-boot2-starter-parent/spring-boot2-starter-discovery => java-chassis-spring-boot-starters/java-chassis-spring-boot-starter-discovery}/src/main/java/org/apache/servicecomb/springboot2/starter/discovery/package-info.java (100%)
 rename java-chassis-spring-boot/{spring-boot2-starter-parent/spring-boot2-starter-discovery => java-chassis-spring-boot-starters/java-chassis-spring-boot-starter-discovery}/src/main/resources/META-INF/spring.factories (100%)
 rename java-chassis-spring-boot/{spring-boot2-starter-parent/spring-boot2-starter-gateway => java-chassis-spring-boot-starters/java-chassis-spring-boot-starter-gateway}/pom.xml (88%)
 rename java-chassis-spring-boot/{spring-boot2-starter-parent/spring-boot2-starter-servlet => java-chassis-spring-boot-starters/java-chassis-spring-boot-starter-servlet}/pom.xml (87%)
 rename java-chassis-spring-boot/{spring-boot2-starter-parent/spring-boot2-starter-servlet => java-chassis-spring-boot-starters/java-chassis-spring-boot-starter-servlet}/src/main/java/org/apache/servicecomb/springboot2/starter/servlet/RestServletInitializer.java (100%)
 rename java-chassis-spring-boot/{spring-boot2-starter-parent/spring-boot2-starter-servlet => java-chassis-spring-boot-starters/java-chassis-spring-boot-starter-servlet}/src/main/java/org/apache/servicecomb/springboot2/starter/servlet/package-info.java (100%)
 rename java-chassis-spring-boot/{spring-boot2-starter-parent/spring-boot2-starter-standalone => java-chassis-spring-boot-starters/java-chassis-spring-boot-starter-standalone}/pom.xml (87%)
 rename java-chassis-spring-boot/{spring-boot2-starter-parent/spring-boot2-starter => java-chassis-spring-boot-starters/java-chassis-spring-boot-starter}/pom.xml (92%)
 rename java-chassis-spring-boot/{spring-boot2-starter-parent/spring-boot2-starter => java-chassis-spring-boot-starters/java-chassis-spring-boot-starter}/src/main/java/org/apache/servicecomb/springboot2/starter/EnableServiceComb.java (100%)
 rename java-chassis-spring-boot/{spring-boot2-starter-parent/spring-boot2-starter => java-chassis-spring-boot-starters/java-chassis-spring-boot-starter}/src/main/java/org/apache/servicecomb/springboot2/starter/ServiceCombSpringConfiguration.java (100%)
 rename java-chassis-spring-boot/{spring-boot2-starter-parent => java-chassis-spring-boot-starters}/pom.xml (76%)