You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2017/07/11 09:35:00 UTC

[jira] [Updated] (DOSGI-267) ContainerRequestFilter intents do not get registered as providers

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

Christian Schneider updated DOSGI-267:
--------------------------------------
    Fix Version/s: 2.3.0

> ContainerRequestFilter intents do not get registered as providers
> -----------------------------------------------------------------
>
>                 Key: DOSGI-267
>                 URL: https://issues.apache.org/jira/browse/DOSGI-267
>             Project: CXF Distributed OSGi
>          Issue Type: Bug
>          Components: provider-rs
>    Affects Versions: 2.1.0, 2.2.0
>            Reporter: Richard Begg
>            Priority: Minor
>             Fix For: 2.3.0
>
>         Attachments: use_provider_annotation.patch
>
>
> Intents of ContainerRequestFilter (or ContainerResponseFilter) type do not automatically get registered as JAX-RS providers in the same way as MessageBodyReader or other provider types.
> This is due to a hard-coded list of classes in the isProvider() method in provider-rs/src/main/java/org/apache/cxf/dosgi/dsw/handlers/rest/RsProvider.java
> Now we could just add the filter classes to the list, but I'm wondering why we don't just look for the @Provider annotation instead?  That way, it should work for everything (assuming people correctly annotate their provider classes).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)