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/25 07:34:24 UTC

[servicecomb-java-chassis] branch master updated (9b4580f -> c72ea1f)

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 9b4580f  skip bridge method when generate operation swagger
     new 4f1fa7e  [SCB-1156] avoid collect wrong invocation stage data when rest invoke failed
     new c72ea1f  [SCB-1156] suppress useless stack trace in UT

The 2127 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/TestAbstractRestInvocation.java    | 17 ++---
 .../common/rest/filter/TestHttpServerFilter.java   |  5 +-
 ...HttpServerFilterBeforeSendResponseExecutor.java |  5 +-
 .../core/provider/consumer/TestInvokerUtils.java   |  3 +-
 .../edge/core/TestAbstractEdgeDispatcher.java      |  4 +-
 .../foundation/common/utils/TestJvmUtils.java      |  5 +-
 .../RuntimeExceptionWithoutStackTrace.java         | 18 +++--
 .../vertx/client/tcp/TestTcpClientConnection.java  |  3 +-
 .../foundation/vertx/http/TestReadStreamPart.java  |  6 +-
 .../http/TestStandardHttpServletResponseEx.java    |  3 +-
 .../servicecomb/provider/pojo/TestInvoker.java     |  5 +-
 .../consumer/TestMicroserviceVersions.java         |  5 +-
 .../task/TestMicroserviceWatchTask.java            |  5 +-
 .../servicecomb/swagger/TestSwaggerUtils.java      | 10 ++-
 swagger/swagger-invocation/invocation-core/pom.xml |  4 ++
 .../org/apache/servicecomb/core/TestResponse.java  |  9 +--
 .../rest/client/http/RestClientInvocation.java     | 78 ++++++++++++----------
 .../rest/client/http/TestRestClientInvocation.java | 23 +++++--
 18 files changed, 120 insertions(+), 88 deletions(-)
 copy demo/demo-edge/model/src/main/java/org/apache/servicecomb/demo/edge/model/AppClientDataRsp.java => foundations/foundation-test-scaffolding/src/main/java/org/apache/servicecomb/foundation/test/scaffolding/exception/RuntimeExceptionWithoutStackTrace.java (67%)