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 a671fcd [SCB-859] add traceId integration test
new 58befc9 [SCB-887]aysnc servlet timeout is too short and may block
container pool when tasks are timeout
new 5e651a3 [SCB-887]using invocation nano time & add highway
new 6601862 [SCB-887]better code
The 3 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/AbstractRestInvocation.java | 8 ++++++
.../servicecomb/common/rest/CommonRestConfig.java | 23 ++++++++---------
.../common/rest/RestProducerInvocation.java | 1 +
.../common/rest/TestCommonRestConfig.java | 30 +++++++---------------
transports/transport-highway/pom.xml | 4 +++
.../transport/highway/HighwayConfig.java | 13 ++++++++++
.../transport/highway/HighwayServerInvoke.java | 10 ++++++++
.../transport/highway/TestHighwayConfig.java | 13 ++++++++++
.../transport/rest/servlet/RestAsyncListener.java | 11 +++++---
.../transport/rest/servlet/ServletConfig.java | 14 +++++-----
.../rest/servlet/ServletRestDispatcher.java | 2 +-
.../rest/servlet/TestRestAsyncListener.java | 4 +--
.../transport/rest/servlet/TestServletConfig.java | 2 +-
13 files changed, 89 insertions(+), 46 deletions(-)
copy
foundations/foundation-metrics/src/main/java/org/apache/servicecomb/foundation/metrics/MetricsBootstrapConfig.java
=>
common/common-rest/src/main/java/org/apache/servicecomb/common/rest/CommonRestConfig.java
(56%)
copy
foundations/foundation-common/src/test/java/org/apache/servicecomb/foundation/common/spring/TestPaasNamespaceHandler.java
=>
common/common-rest/src/test/java/org/apache/servicecomb/common/rest/TestCommonRestConfig.java
(62%)