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 4f58467 Scb 2128 support dynamic single value enum (#2080)
new 96afde5 [#2081]add a test case for query with List<String>
new c3e0a57 [SCB-2131]when timeout exception, connect closed will trigger
asynchronous callback
new f33483f [SCB-2131]fix review comment
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:
.../jaxrs/client/TestQueryParamWithListSchema.java | 154 +++++++++++++++++++++
.../jaxrs/server/QueryParamWithListSchema.java | 62 +++++++++
.../rest/client/http/RestClientInvocation.java | 16 ++-
3 files changed, 228 insertions(+), 4 deletions(-)
create mode 100644
demo/demo-jaxrs/jaxrs-client/src/main/java/org/apache/servicecomb/demo/jaxrs/client/TestQueryParamWithListSchema.java
create mode 100644
demo/demo-jaxrs/jaxrs-server/src/main/java/org/apache/servicecomb/demo/jaxrs/server/QueryParamWithListSchema.java