This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new 6be7575 Adding beans.xml to opentracing integration so the providers
/ features could be discovered by CDI
6be7575 is described below
commit 6be7575f81a791f8323519bf671841044041d949
Author: reta <[email protected]>
AuthorDate: Fri Dec 22 12:29:12 2017 -0500
Adding beans.xml to opentracing integration so the providers / features
could be discovered by CDI
---
.../tracing-opentracing/src/main/resources/META-INF/beans.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git
a/integration/tracing/tracing-opentracing/src/main/resources/META-INF/beans.xml
b/integration/tracing/tracing-opentracing/src/main/resources/META-INF/beans.xml
new file mode 100644
index 0000000..74cd100
--- /dev/null
+++
b/integration/tracing/tracing-opentracing/src/main/resources/META-INF/beans.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<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://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"
+ bean-discovery-mode="all">
+</beans>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].