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

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


    from c074de8  Preparing 1.3.1.SNAPSHOT
     new 8a219ac  Bump checkstyle from 7.6 to 8.18
     new 9323300  [SCB-1582] Delete unused thirdparty dependencies
     new 433804e  [SCB-1557] Fix application start info log incorrect
     new e530ae2  [SCB-1582] Delete unused thirdParty dependencies
     new c5d673b  [SCB-1582] Bump jackson version from 2.9.8 to 2.10.0 and fix 
incompatible issues
     new 1e8b28c  ServerListFilterExt add switch
     new 06d7f23  [SCB-1592]upgrade vert.x and netty.(1)update pom and fix 
compile errors
     new 52f3f6a  [SCB-1592]upgrade vert.x and netty.(2)fixed interface change
     new dde1623  [SCB-1592]upgrade vert.x and netty.(3)fixed testing failures 
and upgrade tcnetty
     new 8e12613  [SCB-1592]upgrade vert.x and netty.(4)update license and fix 
conflicts
     new 25274e9  [SCB-1582] Upgrading thirdParty dependency versions
     new fa049bb  [SCB-1582] Update thirdparty dependency versions and delete 
unused dependencies
     new cc14795  [SCB-1601]Abandon waiting 30 seconds after waiting request 
timeout.
     new ef6895e  [SCB-1616]refactor edge dispatcher to make them more 
extensible (#1406)

The 14 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:
 .../common/rest/codec/fix/TestDoSFix.java          |    8 +-
 .../org/apache/servicecomb/core/SCBEngine.java     |    1 +
 .../core/bootup/AddressInformationCollector.java   |    4 +-
 .../core/bootup/ServiceInformationCollector.java   |   10 +-
 .../definition/schema/StaticSchemaFactoryTest.java |    4 +-
 core/src/test/resources/test/test/schema.yaml      |    2 +-
 .../src/main/resources/schemas/helloworld.yaml     |    2 +-
 .../src/main/resources/schemas/helloworld.yaml     |    2 +-
 .../demo/edge/service/EdgeDispatcher.java          |    3 +-
 .../service/encrypt/EncryptEdgeDispatcher.java     |    3 +-
 .../resources/microservices/jaxrs/compute.yaml     |   20 +-
 .../microservices/pojo/helloworld.Greeter.yaml     |    4 +-
 .../main/resources/microservices/pojo/server.yaml  |   18 +-
 .../resources/microservices/pojo/tcc-server.yaml   |    4 +-
 .../microservices/springmvc/controller.yaml        |   10 +-
 .../microservices/pojo/helloworld.Greeter.yaml     |    4 +-
 .../main/resources/microservices/pojo/server.yaml  |   14 +-
 .../resources/microservices/pojo/tcc-server.yaml   |    4 +-
 .../springmvc/server/ProducerTestsAfterBootup.java |    4 +-
 .../config/client/ConfigCenterClient.java          |   46 +-
 .../edge/core/DefaultEdgeDispatcher.java           |    7 +-
 .../edge/core/URLMappedConfigurationItem.java      |   54 +-
 .../edge/core/URLMappedConfigurationLoader.java    |   83 ++
 .../edge/core/URLMappedEdgeDispatcher.java         |  100 +-
 .../servicecomb/edge/core/TestEdgeInvocation.java  |    7 +-
 .../edge/core/TestURLMappedEdgeDispatcher.java     |   21 +-
 .../main/java/io/vertx/core/impl/SyncContext.java  |   28 +-
 .../main/java/io/vertx/core/impl/SyncVertx.java    |   53 -
 .../main/java/io/vertx/core/impl/VertxImpl.java    | 1137 --------------------
 .../main/java/io/vertx/core/impl/VertxImpl.java    | 1118 -------------------
 .../vertx/ext/web/impl/HttpServerRequestUtils.java |   26 -
 .../VertxServerRequestToHttpServletRequest.java    |    4 +-
 .../vertx/stream/InputStreamToReadStream.java      |    3 +-
 .../vertx/stream/OutputStreamToWriteStream.java    |   25 +-
 .../ext/web/impl/TestHttpServerRequestUtils.java   |    8 -
 .../foundation/vertx/TestVertxUtils.java           |    6 +-
 .../vertx/client/TestClientPoolManager.java        |   20 +-
 .../vertx/client/tcp/TestTcpClientConnection.java  |    1 +
 .../foundation/vertx/http/TestReadStreamPart.java  |   10 +-
 ...TestVertxServerRequestToHttpServletRequest.java |   11 +-
 ...stVertxServerResponseToHttpServletResponse.java |   17 +-
 .../foundation/vertx/stream/TestPumpFromPart.java  |    4 +-
 .../servicecomb/loadbalance/LoadBalancer.java      |    3 +
 inspector/src/test/resources/schema1.yaml          |    2 +-
 inspector/src/test/resources/schema2.yaml          |    4 +-
 .../apache/servicecomb/it/edge/EdgeDispatcher.java |    3 +-
 .../it/edge/encrypt/EncryptEdgeDispatcher.java     |    3 +-
 .../resources/microservices/jaxrs/schemaFirst.yaml |   30 +-
 java-chassis-dependencies/default/pom.xml          |   99 +-
 java-chassis-dependencies/springboot2/pom.xml      |   64 ++
 java-chassis-distribution/src/release/LICENSE      |   73 +-
 .../metrics/core/publish/DefaultLogPublisher.java  |    6 +-
 .../metrics/core/TestVertxMetersInitializer.java   |    2 +
 pom.xml                                            |    2 +-
 scripts/travis.sh                                  |    2 +-
 .../client/http/WebsocketUtils.java                |   46 +-
 .../src/test/resources/schemas/allMethod.yaml      |   70 +-
 .../src/test/resources/schemas/allType.yaml        |    2 +-
 .../src/test/resources/schemas/apiOperation.yaml   |    2 +-
 .../src/test/resources/schemas/apiResponse.yaml    |    2 +-
 .../src/test/resources/schemas/array.yaml          |    2 +-
 .../src/test/resources/schemas/boolean.yaml        |    2 +-
 .../src/test/resources/schemas/booleanObject.yaml  |    2 +-
 .../src/test/resources/schemas/byte.yaml           |    2 +-
 .../src/test/resources/schemas/byteObject.yaml     |    2 +-
 .../src/test/resources/schemas/bytes.yaml          |    2 +-
 .../src/test/resources/schemas/bytesObject.yaml    |    2 +-
 .../src/test/resources/schemas/char.yaml           |    2 +-
 .../src/test/resources/schemas/charObject.yaml     |    2 +-
 .../test/resources/schemas/completableFuture.yaml  |    2 +-
 .../src/test/resources/schemas/date.yaml           |    2 +-
 .../src/test/resources/schemas/double.yaml         |    2 +-
 .../src/test/resources/schemas/doubleObject.yaml   |    2 +-
 .../src/test/resources/schemas/enum.yaml           |    2 +-
 .../src/test/resources/schemas/float.yaml          |    2 +-
 .../src/test/resources/schemas/floatObject.yaml    |    2 +-
 .../src/test/resources/schemas/int.yaml            |    2 +-
 .../src/test/resources/schemas/intObject.yaml      |    2 +-
 .../src/test/resources/schemas/list.yaml           |    2 +-
 .../src/test/resources/schemas/long.yaml           |    2 +-
 .../src/test/resources/schemas/longObject.yaml     |    2 +-
 .../src/test/resources/schemas/map.yaml            |    2 +-
 .../src/test/resources/schemas/mapList.yaml        |    2 +-
 .../src/test/resources/schemas/multiParam.yaml     |    2 +-
 .../src/test/resources/schemas/object.yaml         |    2 +-
 .../src/test/resources/schemas/responseHeader.yaml |    2 +-
 .../src/test/resources/schemas/set.yaml            |    2 +-
 .../src/test/resources/schemas/short.yaml          |    2 +-
 .../src/test/resources/schemas/shortObject.yaml    |    2 +-
 .../src/test/resources/schemas/string.yaml         |    2 +-
 .../schemas/testCompletableFutureOptional.yaml     |    2 +-
 .../src/test/resources/schemas/testOptional.yaml   |    2 +-
 .../src/test/resources/swagger1.yaml               |    2 +-
 .../src/test/resources/swagger2.yaml               |    2 +-
 .../src/test/resources/schemas/cookie.yaml         |    2 +-
 .../src/test/resources/schemas/echo.yaml           |    2 +-
 .../src/test/resources/schemas/emptyPath.yaml      |    2 +-
 .../src/test/resources/schemas/enumBody.yaml       |    2 +-
 .../src/test/resources/schemas/form.yaml           |    2 +-
 .../src/test/resources/schemas/query.yaml          |    2 +-
 .../resources/schemas/rawJsonStringMethod.yaml     |    2 +-
 .../src/test/resources/schemas/response.yaml       |    2 +-
 .../test/resources/schemas/MethodEmptyPath.yaml    |   10 +-
 .../resources/schemas/asyncResponseEntity.yaml     |    2 +-
 .../test/resources/schemas/defaultParameter.yaml   |   12 +-
 .../src/test/resources/schemas/emptyPath.yaml      |    2 +-
 .../src/test/resources/schemas/enumBody.yaml       |    2 +-
 .../test/resources/schemas/inheritHttpMethod.yaml  |    2 +-
 .../test/resources/schemas/mixupAnnotations.yaml   |   12 +-
 .../resources/schemas/rawJsonStringMethod.yaml     |    2 +-
 .../src/test/resources/schemas/responseEntity.yaml |   12 +-
 ...estCompletableFutureResponseEntityOptional.yaml |    2 +-
 .../schemas/testResponseEntityOptional.yaml        |    2 +-
 .../response/TestJaxrsConsumerResponseMapper.java  |    6 +-
 .../transport/highway/HighwayServerVerticle.java   |    4 +-
 .../core/http/impl/Http1xConnectionBaseEx.java     |    2 +-
 .../client/http/TestDefaultHttpClientFilter.java   |    4 +-
 .../rest/client/http/TestRestClientInvocation.java |    3 +-
 .../transport/rest/vertx/RestServerVerticle.java   |    4 +
 .../transport/rest/vertx/VertxRestDispatcher.java  |   19 +-
 .../vertx/accesslog/element/impl/CookieItem.java   |   10 +-
 .../rest/vertx/TestRestServerVerticle.java         |    2 +
 .../rest/vertx/TestVertxRestDispatcher.java        |   55 +-
 .../accesslog/element/impl/CookieItemTest.java     |   22 +-
 .../vertx/accesslog/impl/AccessLogHandlerTest.java |   10 +-
 125 files changed, 773 insertions(+), 2837 deletions(-)
 copy 
integration-tests/it-consumer/src/main/java/org/apache/servicecomb/it/deploy/MicroserviceDeployDefinition.java
 => 
edge/edge-core/src/main/java/org/apache/servicecomb/edge/core/URLMappedConfigurationItem.java
 (54%)
 create mode 100644 
edge/edge-core/src/main/java/org/apache/servicecomb/edge/core/URLMappedConfigurationLoader.java
 delete mode 100644 
foundations/foundation-test-scaffolding/src/main/java/io/vertx/core/impl/SyncVertx.java
 delete mode 100644 
foundations/foundation-test-scaffolding/src/main/java/io/vertx/core/impl/VertxImpl.java
 delete mode 100644 
foundations/foundation-vertx/src/main/java/io/vertx/core/impl/VertxImpl.java
 delete mode 100644 
foundations/foundation-vertx/src/main/java/io/vertx/ext/web/impl/HttpServerRequestUtils.java

Reply via email to