We get the following warnings a lot (unnecessarily)
[WARNING] Zipkin interceptor is enabled but dependencies are not found. See: https://github.com/local-ch/lhc#zipkin
This PR decouples tracing? (if tracing is happening) from dependencies? (which clearly just checks for dependencies.
So in your tests it would still complain if Zipkin has wrong dependencies (which might make your app crash when deployed), but it's not flooding you with warnings any longer, just because there is no current trace!
We get the following warnings a lot (unnecessarily)
This PR decouples
tracing?
(if tracing is happening) fromdependencies?
(which clearly just checks for dependencies.So in your tests it would still complain if Zipkin has wrong dependencies (which might make your app crash when deployed), but it's not flooding you with warnings any longer, just because there is no current trace!