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

Provide optional SimpleBeanInfoFactory for better introspection performance in 5.3.x #29330

Closed
jhoeller opened this issue Oct 17, 2022 · 0 comments
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement
Milestone

Comments

@jhoeller
Copy link
Contributor

Since the implementation of our basic property determination algorithm (#29320) is self-contained and transparently interacting with out secondary introspection pass for generics etc, it is straightforward to backport to 5.3.24 - as an optional configuration choice, to be enable via a META-INF/spring.factories file with the following entry:
org.springframework.beans.BeanInfoFactory=org.springframework.beans.SimpleBeanInfoFactory

@jhoeller jhoeller added in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement labels Oct 17, 2022
@jhoeller jhoeller added this to the 5.3.24 milestone Oct 17, 2022
@jhoeller jhoeller self-assigned this Oct 17, 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: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant