Skip to content
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

Use Arrays.toString for initMethodNames and destroyMethodNames arrays in AbstractBeanDefinition#toString #28427

Merged
merged 1 commit into from
May 9, 2022

Conversation

missingdays
Copy link
Contributor

Default array toString implementation will not produce a readable result, Arrays.toString should be used instead

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label May 8, 2022
@jhoeller jhoeller self-assigned this May 9, 2022
@jhoeller jhoeller added type: bug A general bug in: core Issues in core modules (aop, beans, core, context, expression) and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels May 9, 2022
@jhoeller jhoeller added this to the 6.0.0-M4 milestone May 9, 2022
@jhoeller
Copy link
Contributor

jhoeller commented May 9, 2022

Good point! This remained unnoticed in the course of a refactoring from one method name to a set of method names... Thanks for spotting it and raising this.

@jhoeller jhoeller merged commit 06e1cc2 into spring-projects:main May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants