Matej Novotny created WFLY-10888:
------------------------------------
Summary: Opentracing CDI extension is using deprecated method leading to
WARN
Key: WFLY-10888
URL:
https://issues.jboss.org/browse/WFLY-10888
Project: WildFly
Issue Type: Bug
Components: MP OpenTracing
Affects Versions: 14.0.0.Beta2
Reporter: Matej Novotny
Assignee: Matej Novotny
Opentracing [CDI
extension|https://github.com/wildfly/wildfly/blob/master/microprofile/ope...]
which registers bean types is using deprecated method which leads to WARNINGs every time
it is registered.
Instead of [{{BBD.addAnnotatedType(AnnotatedType<?>
type)}}|https://github.com/cdi-spec/cdi/blob/master/api/src/main/java/jav...]
you should be using [{{BBD.addAnnotatedType(AnnotatedType<?> type, String
id)}}|https://github.com/cdi-spec/cdi/blob/master/api/src/main/java/javax...].
Will send PR shortly.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)