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 4c42fb5  [SCB-1147] fix slow invocation log problem
     new ad82fc3  [SCB-1193]upgread spring boot versions and add easy to use 
dependency management
     new 3ec7912  [SCB-1193]fix spring boot 2 incompatible changes.
     new 4be9cc0  [SCB-1193]delete unnecessary file

The 2157 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:
 archetypes/pom.xml                                 |    2 +-
 common/pom.xml                                     |    2 +-
 core/pom.xml                                       |    2 +-
 coverage-reports/pom.xml                           |    2 +-
 demo/perf/pom.xml                                  |    1 +
 demo/pom.xml                                       |    2 +-
 deployment/pom.xml                                 |    2 +-
 dynamic-config/pom.xml                             |    2 +-
 edge/pom.xml                                       |    2 +-
 foundations/foundation-protobuf/pom.xml            |    1 +
 foundations/pom.xml                                |    2 +-
 handlers/pom.xml                                   |    2 +-
 inspector/pom.xml                                  |    2 +-
 .../it-common/src/main/resources/logback.xml       |    1 +
 .../it-producer-deploy-springboot2-servlet/pom.xml |    1 +
 .../pom.xml                                        |    1 +
 integration-tests/pom.xml                          |    2 +-
 java-chassis-dependencies/{ => default}/pom.xml    |    8 +-
 java-chassis-dependencies/pom.xml                  | 1102 +-------------------
 .../spring4}/pom.xml                               |   24 +-
 java-chassis-dependencies/spring5/pom.xml          |  115 ++
 .../springboot1}/pom.xml                           |   41 +-
 .../springboot2}/pom.xml                           |   75 +-
 java-chassis-distribution/pom.xml                  |    2 +-
 java-chassis-spring-boot/pom.xml                   |    1 +
 .../spring-boot-common/pom.xml                     |    4 +-
 .../springboot/common/InstanceDiscoveryFilter.java |    6 +-
 .../spring-boot-starter/pom.xml                    |    2 +-
 .../starter/discovery/ScbDiscoveryClient.java      |    4 +-
 .../spring-boot2-starter-parent/pom.xml            |    5 +-
 .../starter/discovery/ScbDiscoveryClient.java      |    4 +-
 .../spring-boot2-starter-gateway/pom.xml           |    5 +-
 .../spring-boot2-starter-servlet/pom.xml           |    1 +
 .../spring-boot2-starter-standalone/pom.xml        |    1 +
 .../spring-boot2-starter/pom.xml                   |    2 +-
 metrics/pom.xml                                    |    2 +-
 {parent => parents/default}/pom.xml                |    4 +-
 {transports/transport-rest => parents}/pom.xml     |   18 +-
 .../transport-rest => parents/spring4}/pom.xml     |   24 +-
 .../transport-rest => parents/spring5}/pom.xml     |   24 +-
 .../transport-rest => parents/springboot1}/pom.xml |   24 +-
 .../transport-rest => parents/springboot2}/pom.xml |   24 +-
 pom.xml                                            |    3 +-
 providers/pom.xml                                  |    2 +-
 samples/bmi/pom.xml                                |    1 +
 .../local-registry-server/pom.xml                  |    1 +
 samples/metrics-extend-healthcheck/pom.xml         |    1 +
 samples/pom.xml                                    |    2 +
 scripts/travis.sh                                  |    2 +-
 service-registry/pom.xml                           |    2 +-
 solutions/pom.xml                                  |    2 +-
 swagger/pom.xml                                    |    2 +-
 tracing/pom.xml                                    |    2 +-
 transports/pom.xml                                 |    2 +-
 54 files changed, 325 insertions(+), 1248 deletions(-)
 copy java-chassis-dependencies/{ => default}/pom.xml (99%)
 copy {samples/metrics-write-file-sample => 
java-chassis-dependencies/spring4}/pom.xml (72%)
 create mode 100644 java-chassis-dependencies/spring5/pom.xml
 copy {samples/metrics-write-file-sample => 
java-chassis-dependencies/springboot1}/pom.xml (55%)
 rename {java-chassis-dependencies-springboot2 => 
java-chassis-dependencies/springboot2}/pom.xml (77%)
 rename {parent => parents/default}/pom.xml (96%)
 copy {transports/transport-rest => parents}/pom.xml (81%)
 copy {transports/transport-rest => parents/spring4}/pom.xml (67%)
 copy {transports/transport-rest => parents/spring5}/pom.xml (67%)
 copy {transports/transport-rest => parents/springboot1}/pom.xml (66%)
 copy {transports/transport-rest => parents/springboot2}/pom.xml (66%)

Reply via email to