[ 
https://issues.apache.org/jira/browse/CXF-6498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Colm O hEigeartaigh closed CXF-6498.
------------------------------------

> Update JAX-RS 2.0 ClientImpl to support CXF features
> ----------------------------------------------------
>
>                 Key: CXF-6498
>                 URL: https://issues.apache.org/jira/browse/CXF-6498
>             Project: CXF
>          Issue Type: Improvement
>          Components: JAX-RS
>            Reporter: Sergey Beryozkin
>            Assignee: Sergey Beryozkin
>            Priority: Minor
>             Fix For: 3.0.6, 3.1.2
>
>
> A number of users would like to migrate to 2.0 Client API which does not have 
> enough support for various features like logging, failover, etc, with some of 
> them being difficult to re-implement in a completely portable way as JAX-RS 
> 2.0 Feature, ex, failover. The short to medium term solution is to accept CXF 
> features.
> Example:
> {code:java}
> ClientBuilder builder = ClientBuilder.newBuilder();
> Client client = builder.build();
> client.register(new LoggingFeature());
> {code}    



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to