]
Brian Stansberry updated WFLY-10961:
------------------------------------
Component/s: MP OpenTracing
MP-OpenTracing Jaeger's can't see a concrete sender
---------------------------------------------------
Key: WFLY-10961
URL:
https://issues.jboss.org/browse/WFLY-10961
Project: WildFly
Issue Type: Bug
Components: MP OpenTracing
Affects Versions: 14.0.0.Final
Reporter: Juraci Paixão Kröhling
Assignee: Juraci Paixão Kröhling
Fix For: 15.0.0.Alpha1
One of the last changes made to WF 14 was to split the MP-OpenTracing dependencies into
smaller modules. This introduced a bug where the Jaeger Core module can't see a Sender
from Jaeger Thrift. This is loaded via the Service Loader, so, Jaeger Core has to be
shipped with Jaeger Thrift on the same module, to avoid a circular dependency (as Jaeger
Thrift depends on classes defined on Jaeger Core).