[ 
https://issues.apache.org/jira/browse/CXF-4953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13635207#comment-13635207
 ] 

Sergey Beryozkin commented on CXF-4953:
---------------------------------------

Willem, I've added a frontend Client adapter, merged to 2.7.5-SNAPSHOT; can you 
please confirm on your end it fixes the issue ?

Dan, for 3.0, may be we can introduce an API interface named like 
ClientConfiguration which will extend InterceptorProvider, ConduitSelector, and 
may be get 1 or 2 methods from Client like getEndpoint(), and Client will 
extend this ClientConfiguration, and then ClientLifeCycleListener will be 
updated to accept ClientConfiguration.

Not sure how sensitive this change may become, but IMHO it might be reasonable. 
For now the JAXRS client configuration wrapped in the frontend 
client adapter seems to work.


                
> JAXRSClientFactoryBean doesn't take the bus features into consideration 
> ------------------------------------------------------------------------
>
>                 Key: CXF-4953
>                 URL: https://issues.apache.org/jira/browse/CXF-4953
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 2.7.4, 2.6.7, 2.5.10
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>
> When we set the feature into to bus, the feature should be applied to all the 
> JAXRSClientFactoryBean by default.
> Current JAXRSClientFactoryBean just take the features which are set to itself 
> into consideration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to