johnament 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-340282232 LGTM as well. FWIW, I was able to cause it to fail using a CDI 2 feature of SE initialization. ```java SeContainerInitializer.newInstance() .disableDiscovery() .addBeanClasses(Resources.class, LoggingReporter.class, BraveProducers.class, RestApplication.class, TopCDsEndpoint.class, CXFCdiServlet.class) .addExtensions(new JAXRSCdiResourceExtension()) .initialize(); ```
---------------------------------------------------------------- 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
