You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that means on every JDK which has HttpClient in it (which should be most of them, unless you built a custom one with jlink), ZipkinHttpClientSender will be used.
Given that, I think we can remove URLConnectionSender, which needs the zipkin-sender-urlconnection dependency on the classpath.
The text was updated successfully, but these errors were encountered:
In #42589, we make
ZipkinHttpClientSender
the default sender. The conditions for that bean are:that means on every JDK which has
HttpClient
in it (which should be most of them, unless you built a custom one with jlink),ZipkinHttpClientSender
will be used.Given that, I think we can remove
URLConnectionSender
, which needs thezipkin-sender-urlconnection
dependency on the classpath.The text was updated successfully, but these errors were encountered: