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/04/15 07:56:31 UTC

[servicecomb-java-chassis] branch master updated (6b81180 -> b1167aa)

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 6b81180  [SCB-1184] add IT for the case that provider's response type is CompletableFuture<ResponseEntity>
     new 74b5a15  [SCB-1253] adjust the priority of GlobalRestFailureHandler, add some fixes for default GlobalRestFailureHandler
     new adc687b  [SCB-1253] check before send response, fix the response message
     new 616a896  [SCB-1253] add IT for failureHandler
     new b1167aa  [SCB-1253] read max heap size config of IT from system property

The 2209 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:
 .../edge/core/AbstractEdgeDispatcher.java          | 25 ++++++++-
 .../org/apache/servicecomb/it/deploy/Deploys.java  | 29 +++++++---
 .../it/testcase/TestRestServerConfigEdge.java      | 54 ++++++++++++++++++-
 .../it/edge/DemoDispatcherWithFailureHandler.java  | 63 ++++++++++++++++++++++
 .../edge/DemoDispatcherWithoutFailureHandler.java  | 34 ++++++------
 ...cecomb.transport.rest.vertx.VertxHttpDispatcher |  2 +
 .../transport/rest/vertx/RestServerVerticle.java   | 12 ++---
 7 files changed, 184 insertions(+), 35 deletions(-)
 create mode 100644 integration-tests/it-edge/src/main/java/org/apache/servicecomb/it/edge/DemoDispatcherWithFailureHandler.java
 copy demo/demo-edge/edge-service/src/main/java/org/apache/servicecomb/demo/edge/service/CustomResponseMetaMapper.java => integration-tests/it-edge/src/main/java/org/apache/servicecomb/it/edge/DemoDispatcherWithoutFailureHandler.java (53%)