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)