Closed as not planned
Description
Right now, org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinConfigurations.SenderConfiguration
imports UrlConnectionSenderConfiguration
before HttpClientSenderConfiguration
. We should switch that around. Also we should think about removing support for URLConnectionSender
altogether.
The ZipkinRestTemplateSender
and ZipkinWebClientSender
will be removed in Boot 3.5.0, too.