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

Programmatic NoUniqueBeanDefinitionException in CacheAspectSupport should match message structure #33305

Closed
snicoll opened this issue Aug 2, 2024 · 0 comments
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: bug A general bug
Milestone

Comments

@snicoll
Copy link
Member

snicoll commented Aug 2, 2024

This is a follow-up of #22442

While trying to integrate this work in Spring Boot, I've realized that the exception message does not match the standard exception as we wrap the list of bean names in brackets. Also the bean names are lost because we don't have a way to convey them in a custom exception that also provides an error message.

@snicoll snicoll added type: bug A general bug in: core Issues in core modules (aop, beans, core, context, expression) labels Aug 2, 2024
@snicoll snicoll added this to the 6.2.0-M7 milestone Aug 2, 2024
@snicoll snicoll self-assigned this Aug 2, 2024
@snicoll snicoll closed this as completed in 0a2611b Aug 2, 2024
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

No branches or pull requests

1 participant