Provide optional SimpleBeanInfoFactory for better introspection performance in 5.3.x #29330
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
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
The text was updated successfully, but these errors were encountered: