andymc12 opened a new pull request #680:
URL: https://github.com/apache/cxf/pull/680


   This PR fixes [CXF-8299](https://issues.apache.org/jira/browse/CXF-8299) 
(QueryParamStyles) and 
[CXF-8304](https://issues.apache.org/jira/browse/CXF-8304) (CDI-managed 
providers), and supersedes PR #678. 
   
   For 8299, this allows the client to specify how collections should be handle 
when using query parameters - i.e. expanded, expanded with array syntax 
(required for PHP servers), or with a single key but comma-separated values.
   
   For 8304, this changes the way providers are instantiated. If CDI is 
managing an instance of the provider class, then the client implementation 
should use that instance rather than creating a new instance.  This should only 
apply in cases where the interface registers the provider _class_, and not 
cases where it registers an _instance_ of the provider.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to