You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andriy Redko (Jira)" <ji...@apache.org> on 2021/09/10 01:26:00 UTC

[jira] [Resolved] (CXF-7543) JAX-RS Features not used in proxies or WebClients

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

Andriy Redko resolved CXF-7543.
-------------------------------
    Resolution: Won't Fix

> JAX-RS Features not used in proxies or WebClients
> -------------------------------------------------
>
>                 Key: CXF-7543
>                 URL: https://issues.apache.org/jira/browse/CXF-7543
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 3.2.0, 3.4.4, 3.3.11
>            Reporter: John D. Ament
>            Assignee: Andriy Redko
>            Priority: Major
>
> Suppose that you are using JAXRSClientFactoryBean to create a new client.  You may call some code like this:
> {code}
>         JAXRSClientFactoryBean bean = new JAXRSClientFactoryBean();
>         bean.setAddress(baseUri);
>         bean.setServiceClass(aClass);
>         bean.setProviders(asList(new SomeFeature()));
>         bean.setProperties(properties);
>         return bean.create(aClass);
> {code}
> If your {{SomeFeature}} registers additional providers, then those providers are never considered for use on the proxy or WebClient instance created.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)