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/01/30 01:07:36 UTC

[servicecomb-java-chassis] branch master updated (a13fa4a -> 7ab299b)

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 a13fa4a  [SCB-1129] add IT for special enum name
     new 67d6d8a  [SCB-1135] add client max header size config item
     new 7ab299b  [SCB-1135] add IT for client receive header size

The 2108 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    |  8 ++--
 ...nfig.java => TestRestVertxTransportConfig.java} | 44 +++++++++++++++++++---
 .../src/main/resources/microservice.yaml           |  4 ++
 ...ma.java => RestVertxTransportConfigSchema.java} | 19 ++++++++--
 .../transport/rest/client/RestTransportClient.java |  2 +-
 .../rest/client/TransportClientConfig.java         |  6 +++
 .../rest/client/TestTransportClientConfig.java     | 22 ++++++++++-
 7 files changed, 90 insertions(+), 15 deletions(-)
 rename integration-tests/it-consumer/src/main/java/org/apache/servicecomb/it/testcase/{TestRestServerConfig.java => TestRestVertxTransportConfig.java} (58%)
 rename integration-tests/it-producer/src/main/java/org/apache/servicecomb/it/schema/{RestServerConfigSchema.java => RestVertxTransportConfigSchema.java} (63%)