Pull Request: Reorder Imports in Zipkin SenderConfiguration

Description This pull request modifies the import order in SenderConfiguration of org.springframework.boot.actuate.autoconfigure.tracing.zipkin. The HttpClientSenderConfiguration is now prioritized over UrlConnectionSenderConfiguration. This change aims to improve performance and align with best practices for tracing configurations.

Changes Made Swapped the import order of UrlConnectionSenderConfiguration and HttpClientSenderConfiguration. Additional Considerations Future removal of URLConnectionSender support is suggested, as it may no longer align with the preferred usage patterns.

Comment From: pivotal-cla

@tusharAgarwal2511 Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

Comment From: pivotal-cla

@tusharAgarwal2511 Thank you for signing the Contributor License Agreement!

Comment From: philwebb

I'm afraid I can't see the commit because it appears to have updated too many files. Import order shouldn't affect performance and furthermore import order is enforced by a checkstyle rule.