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/incubator-servicecomb-java-chassis.git.


    from e344d1c  [SCB-718]init auto discovery after heartbeat success
     new ac75fce  [SCB-837] make http2 production ready: bug fix, metrics 
compatible with http2
     new c5b84a8  [SCB-837] make http2 production ready: modify http2 options 
and add env config for http2
     new a4f572e  [SCB-837] make http2 production ready: add Junit Test
     new 4049e39  [SCB-837] make http2 production ready: optimize 
endpointMetric set logic
     new 8cd9cb8  [SCB-837] make http2 production ready: modify config settings
     new 54cd101  [SCB-837] make http2 production ready: set default value
     new 4ae2488  [SCB-837] make http2 production ready: add it-test and 
optimize detials
     new c8c4bca  [SCB-837] make http2 production ready: add h2

The 8 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:
 .../vertx/metrics/DefaultHttpClientMetrics.java    |  23 +++++++--
 .../org/apache/servicecomb/it/ConsumerMain.java    |  41 ++++++++++++++++
 .../org/apache/servicecomb/it/deploy/Deploys.java  |  52 +++++++++++++++++++++
 .../servicecomb/it/deploy/MicroserviceDeploy.java  |   7 ++-
 .../src/main/resources/certificates}/server.p12    | Bin
 .../src/main/resources/certificates}/trust.jks     | Bin
 .../org/apache/servicecomb/it}/DemoSSLCustom.java  |   9 ++--
 .../src/main/resources/certificates}/server.p12    | Bin
 .../src/main/resources/certificates}/trust.jks     | Bin
 .../src/main/resources/microservice.yaml           |  17 ++++++-
 .../transport/rest/client/RestTransportClient.java |  18 +++++--
 .../rest/client/TransportClientConfig.java         |  40 ++++++++++++++--
 .../rest/client/TestTransportClientConfig.java     |  21 +++++++++
 .../transport/rest/vertx/RestServerVerticle.java   |   4 +-
 .../transport/rest/vertx/TransportConfig.java      |  13 ++++++
 .../transport/rest/vertx/TestTransportConfig.java  |  15 ++++++
 16 files changed, 243 insertions(+), 17 deletions(-)
 copy {foundations/foundation-ssl/src/test/resources/ssl => 
integration-tests/it-consumer/src/main/resources/certificates}/server.p12 (100%)
 copy {foundations/foundation-ssl/src/test/resources/ssl => 
integration-tests/it-consumer/src/main/resources/certificates}/trust.jks (100%)
 copy {demo/demo-schema/src/main/java/org/apache/servicecomb/demo => 
integration-tests/it-producer/src/main/java/org/apache/servicecomb/it}/DemoSSLCustom.java
 (86%)
 copy {foundations/foundation-ssl/src/test/resources/ssl => 
integration-tests/it-producer/src/main/resources/certificates}/server.p12 (100%)
 copy {foundations/foundation-ssl/src/test/resources/ssl => 
integration-tests/it-producer/src/main/resources/certificates}/trust.jks (100%)

Reply via email to