rmannibucau commented on issue #330: CXF-7501: Cannot inject field in ContainerRequestFilter (and generally, into any providers registered using FeatureContext) URL: https://github.com/apache/cxf/pull/330#issuecomment-340279887 @ApplicationScoped the provider, will be proxied so the injection will not be done as expected ;). A workaround used can be to support @Inject @Context but that's a workaround but CDI doesn't enable us to do more yet until you add automatically an @AroundConstruct interceptor to do the injection.
---------------------------------------------------------------- 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
