You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "John D. Ament (JIRA)" <ji...@apache.org> on 2018/01/14 13:56:00 UTC

[jira] [Created] (CXF-7612) Don't require a default constructor for CDI managed JAX-RS resources

John D. Ament created CXF-7612:
----------------------------------

             Summary: Don't require a default constructor for CDI managed JAX-RS resources
                 Key: CXF-7612
                 URL: https://issues.apache.org/jira/browse/CXF-7612
             Project: CXF
          Issue Type: New Feature
          Components: JAX-RS
            Reporter: John D. Ament


Presently, CXF requires a default constructor on all components being used in a CDI runtime.  This is because we first create a {{PerRequestResourceProvider}} and then replace that with a {{CdiResourceProvider}}.  We should come up with a way to use the already created {{ResourceProvider}} instead of instantiating two of them.



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