Nicolas Mongrain-Lacombe created CXF-6879:
---------------------------------------------

             Summary: JAX-RS Feature and SpringComponentScanServer
                 Key: CXF-6879
                 URL: https://issues.apache.org/jira/browse/CXF-6879
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS
    Affects Versions: 3.1.6
            Reporter: Nicolas Mongrain-Lacombe
            Priority: Minor


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 message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to