Skip to content

Revise MBeanExporterHelper reflection logic #10178

New issue

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

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

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

mjd507
Copy link
Contributor

@mjd507 mjd507 commented Jun 30, 2025

Removed reflection logic when getting channelNames from bean $autoCreateChannelCandidates in favor of ChannelInitializer.AutoCreateCandidatesCollector.channelNames()

Fixes: #10167

Removed reflection logic when getting `channelNames` from bean `$autoCreateChannelCandidates` in favor of `ChannelInitializer.AutoCreateCandidatesCollector.channelNames()`

Fixes: spring-projects#10167

Signed-off-by: Jiandong Ma <[email protected]>
@artembilan artembilan requested a review from cppwfs June 30, 2025 11:43
Copy link
Member

@artembilan artembilan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cppwfs ,
When this is good and ready to be merged, the Auto-cherry-pick to 6.5.x & 6.4.x will do the trick to back-port it.
Double check, please , if proper Fixes: is there in the commit message .

thank you both in advance!

Signed-off-by: Jiandong Ma <[email protected]>
Copy link
Contributor

@cppwfs cppwfs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Thank you for your contribution!

Its also advised not to submit PR's from your main branch, but rather a feature branch.

@mjd507
Copy link
Contributor Author

mjd507 commented Jun 30, 2025

Thank you, I saw changes are in main, so close this.

@mjd507 mjd507 closed this Jun 30, 2025
@mjd507 mjd507 deleted the main branch June 30, 2025 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Revise MBeanExporterHelper refelction logic in favor of direct ChannelInitializer.AutoCreateCandidatesCollector usage
3 participants