johnament commented on a change in pull request #351: [CXF-7571] Adding support
for CDI injection of @Context objects.
URL: https://github.com/apache/cxf/pull/351#discussion_r154509313
##########
File path:
rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/ResourceContextImpl.java
##########
@@ -30,13 +32,15 @@
public class ResourceContextImpl implements ResourceContext {
private static final String CONTEXT_PROVIDER_PROP =
"org.apache.cxf.jaxrs.resource.context.provider";
- private ClassResourceInfo cri;
- private Class<?> subClass;
- private Message m;
- public ResourceContextImpl(Message m, OperationResourceInfo ori) {
+ private final ClassUnwrapper classUnwrapper;
+ private final ClassResourceInfo cri;
+ private final Class<?> subClass;
+ private final Message m;
+ public ResourceContextImpl(Message m, OperationResourceInfo ori, Bus bus) {
Review comment:
I need to revert this change.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services