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

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


    from fb517e9  ServerListFilterExt add switch
     new 77cf5df  [SCB-1592]upgrade vert.x and netty.(1)update pom and fix 
compile errors
     new bfa60c1  [SCB-1592]upgrade vert.x and netty.(2)fixed interface change
     new d1e493f  [SCB-1592]upgrade vert.x and netty.(3)fixed testing failures 
and upgrade tcnetty
     new b581ced  [SCB-1592]upgrade vert.x and netty.(4)update license and fix 
conflicts

The 4 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/edge/service/EdgeDispatcher.java          |    3 +-
 .../service/encrypt/EncryptEdgeDispatcher.java     |    3 +-
 .../config/client/ConfigCenterClient.java          |   44 +-
 .../edge/core/DefaultEdgeDispatcher.java           |    3 +-
 .../edge/core/URLMappedEdgeDispatcher.java         |    7 +-
 .../servicecomb/edge/core/TestEdgeInvocation.java  |    7 +-
 .../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 +-
 .../apache/servicecomb/it/edge/EdgeDispatcher.java |    3 +-
 .../it/edge/encrypt/EncryptEdgeDispatcher.java     |    3 +-
 java-chassis-dependencies/default/pom.xml          |    6 +-
 java-chassis-distribution/src/release/LICENSE      |   41 +-
 .../metrics/core/TestVertxMetersInitializer.java   |    2 +
 scripts/travis.sh                                  |    2 +-
 .../client/http/WebsocketUtils.java                |   46 +-
 .../transport/highway/HighwayServerVerticle.java   |    4 +-
 .../core/http/impl/Http1xConnectionBaseEx.java     |    2 +-
 .../rest/client/http/TestRestClientInvocation.java |    3 +-
 .../transport/rest/vertx/RestServerVerticle.java   |    4 +
 .../transport/rest/vertx/VertxRestDispatcher.java  |    3 +-
 .../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 +-
 39 files changed, 247 insertions(+), 2509 deletions(-)
 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