You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2019/04/13 00:49:08 UTC

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

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

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


    from 90149fb  SCB-1229 Update the License information in the binary LICENSE information
     new 6c32bd7  [SCB-1184] limit the memory consumption of IT process
     new 6b81180  [SCB-1184] add IT for the case that provider's response type is CompletableFuture<ResponseEntity>

The 2205 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:
 .../org/apache/servicecomb/it/ConsumerMain.java    |   3 +
 .../org/apache/servicecomb/it/deploy/Deploys.java  |  13 +-
 .../it/schema/DefaultJsonValueResponse.java        |   0
 .../servicecomb/it/testcase/TestAsyncInvoke.java   | 149 +++++++++++++++++++++
 .../it/schema/DataTypeAsyncJaxrsSchema.java        |  53 ++++++++
 5 files changed, 212 insertions(+), 6 deletions(-)
 copy integration-tests/{it-producer => it-consumer}/src/main/java/org/apache/servicecomb/it/schema/DefaultJsonValueResponse.java (100%)
 create mode 100644 integration-tests/it-consumer/src/main/java/org/apache/servicecomb/it/testcase/TestAsyncInvoke.java
 create mode 100644 integration-tests/it-producer/src/main/java/org/apache/servicecomb/it/schema/DataTypeAsyncJaxrsSchema.java