Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Refactor/Make ZipkinHttpClientSender the default BytesMessageSender #43085

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

wickdynex
Copy link
Contributor

@wickdynex wickdynex commented Nov 10, 2024

Description

This PR switch the @Import order, and switch the order of HttpClientSenderConfiguration.class and UrlConnectionSenderConfiguration.class, also adjust the declaration order in file ZipkinConfigurations.javaAnd in order to pass the ZipkinConfigurationsSenderConfigurationTests.java, I try to adapt the filter order and test method name.


Related Issue

Fixed #42589


Type of Change

  • Refactor feature
  • Modify related tests
  • Documentation update

Checklist

  • I have reviewed the code for any potential issues or improvements.
  • I have run tests locally and they are passing.
  • I have followed the coding style and conventions of the project.

Screenshots

image

Additional Notes

I switch the @Import order to make ZipkinHttpClientSender to be the default BytesMessageSender implement🥳, also adapt test file ZipkinConfigurationsSenderConfigurationTests to be passed which is mentioned in #42589 (comment). And if this PR is ready to merge, could u plz assign #43047, #43048 to me🥺, I'll be glad to do so. If there's anything need to be done, plz comment🥰. Btw, this PR need to be merged to 3.5.x branch, but this branch doesn't exist, so plz create a new one as soon as possible🤩.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Nov 10, 2024
@philwebb philwebb added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Nov 12, 2024
@philwebb philwebb added this to the 3.5.x milestone Nov 12, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make ZipkinHttpClientSender the default BytesMessageSender
3 participants