[
https://issues.apache.org/jira/browse/CXF-6879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15256099#comment-15256099
]
Sergey Beryozkin commented on CXF-6879:
---------------------------------------
Hi,
I'd have no problems with keeping this open, and make it dependent on
https://issues.apache.org/jira/browse/CXF-6851
Can you please do it ?
Thanks
> JAX-RS Feature and SpringComponentScanServer
> --------------------------------------------
>
> Key: CXF-6879
> URL: https://issues.apache.org/jira/browse/CXF-6879
> Project: CXF
> Issue Type: New Feature
> Components: JAX-RS
> Affects Versions: 3.1.6
> Reporter: Nicolas Mongrain-Lacombe
> Priority: Minor
> Labels: feature, jax-rs, spring
>
> SpringComponentScanServer (AbstractSpringComponentScanServer)
> treats all beans annotated with javax.ws.rs.ext.Provider as JAX-RS providers
> and does not recognize JAX-RS Feature annotated with @Provider.
> When a Spring bean annotated with javax.ws.rs.ext.Provider is found, it
> should first check if the bean implements javax.ws.rs.core.Feature. If it
> does it should consider the bean a JAX-RS Feature, otherwise it should
> consider it as a JAX-RS Provider.
> I am making reference to the code at artefact
> org.apache.cxf:cxf-rt-frontend-jaxrs:3.1.6 file
> org/apache/cxf/jaxrs/spring/AbstractSpringComponentScanServer.java:68
> This is from my understanding of the JAX-RS API and CXF implementation of
> SpringComponentScanServer.
> Please tell me if I did not understand how some CXF or JAX-RS component
> should work.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)