Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: 352a85db97f59b9ccb220aa50be6e4590f24dea8
https://github.com/resteasy/Resteasy/commit/352a85db97f59b9ccb220aa50be6e...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2017-08-22 (Tue, 22 Aug 2017)
Changed paths:
M docbook/reference/en/en-US/modules/StringConverter.xml
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/StringParameterInjector.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/MultiValuedParamTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/DateParamConverter.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MultiValuedCookieParam.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MultiValuedCookieParamConverter.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MultiValuedParam.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MultiValuedParamConverter.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MultiValuedParamConverterProvider.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MultiValuedParamResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MultiValuedParamResourceClient.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MultiValuedPathParam.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MultiValuedPathParamConverter.java
Log Message:
-----------
[RESTEASY-1566] (#1251)
I've merged the code from
https://github.com/resteasy/Resteasy/pull/1093
into master branch, along with documentation in StringConverter.xml in
the User Guide.