You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by wu...@apache.org on 2019/02/21 02:08:22 UTC

[servicecomb-java-chassis] branch master updated (8225fde -> 956ff0e)

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 8225fde  [SCB-1139] update vertx version from 3.5.3 to 3.6.2 (#1084)
     new 88ab83a  [SCB-1148] read highway configuration from model
     new 1f5f559  [SCB-1148] read rest configuration from model
     new 956ff0e  [SCB-1148] delete useless file

The 2122 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/AbstractRestInvocation.java        |  2 +-
 .../servicecomb/common/rest/CommonRestConfig.java  | 35 ---------
 .../common/rest/TestCommonRestConfig.java          | 37 ---------
 .../core/definition/OperationConfig.java           | 57 ++++++++++++++
 .../core/transport/AbstractTransport.java          | 39 ----------
 core/src/main/resources/config/config.cse.inc.xml  | 22 ------
 .../core/definition/TestOperationMeta.java         | 87 ++++++++++++++++++++++
 .../core/transport/TestAbstractTransport.java      | 53 -------------
 core/src/test/resources/config/config.cse.inc.xml  | 22 ------
 core/src/test/resources/config/cse.properties      | 24 ------
 .../src/main/resources/config/config.inc.xml       | 22 ------
 .../test/resources/config/config.test.1.inc.xml    | 26 -------
 .../src/test/resources/config/config.test.inc.xml  | 26 -------
 .../src/test/resources/config/test.1.properties    | 18 -----
 .../src/test/resources/config/test.2.properties    | 18 -----
 .../src/test/resources/config/test.properties      | 20 -----
 .../src/test/resources/config/test.xml             | 20 -----
 .../vertx/client/tcp/AbstractTcpClientPackage.java | 10 +++
 .../vertx/client/tcp/TcpClientConfig.java          | 15 ++--
 .../vertx/client/tcp/TcpClientConnection.java      |  4 +-
 .../vertx/client/tcp/TestTcpClientConfig.java      |  6 +-
 .../transport/highway/HighwayClient.java           | 15 ++--
 .../transport/highway/HighwayClientPackage.java    |  7 +-
 .../transport/highway/HighwayConfig.java           | 13 ----
 .../transport/highway/HighwayServerInvoke.java     | 16 +---
 .../transport/highway/HighwayTransport.java        |  1 -
 .../transport/highway/TestHighwayClient.java       | 28 ++++---
 .../transport/highway/TestHighwayConfig.java       | 19 +++--
 .../transport/highway/TestHighwayServerInvoke.java |  4 +-
 .../rest/client/http/RestClientInvocation.java     |  8 +-
 .../rest/client/http/TestRestClientInvocation.java |  2 +
 31 files changed, 210 insertions(+), 466 deletions(-)
 delete mode 100644 common/common-rest/src/main/java/org/apache/servicecomb/common/rest/CommonRestConfig.java
 delete mode 100644 common/common-rest/src/test/java/org/apache/servicecomb/common/rest/TestCommonRestConfig.java
 delete mode 100644 core/src/main/resources/config/config.cse.inc.xml
 delete mode 100644 core/src/test/resources/config/config.cse.inc.xml
 delete mode 100644 core/src/test/resources/config/cse.properties
 delete mode 100644 foundations/foundation-common/src/main/resources/config/config.inc.xml
 delete mode 100644 foundations/foundation-common/src/test/resources/config/config.test.1.inc.xml
 delete mode 100644 foundations/foundation-common/src/test/resources/config/config.test.inc.xml
 delete mode 100644 foundations/foundation-common/src/test/resources/config/test.1.properties
 delete mode 100644 foundations/foundation-common/src/test/resources/config/test.2.properties
 delete mode 100644 foundations/foundation-common/src/test/resources/config/test.properties
 delete mode 100644 foundations/foundation-common/src/test/resources/config/test.xml