Hi
It is an oversight. I'll look at the JIRA issue
Sergey
On 23/02/16 12:49, Dennis Kieselhorst wrote:
Hi,
is there any reason why ParamConverterProvider is not taken into account
when org.apache.cxf.jaxrs.client.spec.ClientImpl.WebTargetImpl.queryParam is
used?
Code sample:
Client client = ClientBuilder.newClient();
client.register(new DateParameterConverterProvider());
client.target("url").queryParam("dateOfBirth", myDate);
For CXF WebClient
org.apache.cxf.jaxrs.client.AbstractClient.addMatrixQueryParamsToBuilder was
implemented in CXF-5988, but this method is not called when using JAX-RS
standard client.
Shall I create a JIRA for it or is this intended?
Cheers
Dennis
--
View this message in context:
http://cxf.547215.n5.nabble.com/JAX-RS-2-0-ParamConverterProvider-sample-tp5717610p5766185.html
Sent from the cxf-user mailing list archive at Nabble.com.