Github user johnament commented on a diff in the pull request:
https://github.com/apache/cxf/pull/199#discussion_r88162864
--- Diff: integration/cdi/src/main/resources/META-INF/beans.xml ---
@@ -2,7 +2,4 @@
<beans xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://jboss.org/schema/cdi/beans_1_1.xsd">
- <scan>
--- End diff --
Having this config here makes shaded JARs hard to deal with in CXF. CDI
has this feature built in to ignore the bean, which works better IMHO.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---