You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration class parsing has been optimized for pre-loaded Class references already, building reflective metadata instead of using ASM. However, in particular for cases without resolved classes such as with scanning results, we may also reuse the metadata from AnnotatedBeanDefinition if it matches the target bean class, avoiding a potential re-read via ASM.
Juergen Hoeller opened SPR-12394 and commented
Configuration class parsing has been optimized for pre-loaded Class references already, building reflective metadata instead of using ASM. However, in particular for cases without resolved classes such as with scanning results, we may also reuse the metadata from
AnnotatedBeanDefinition
if it matches the target bean class, avoiding a potential re-read via ASM.Affects: 4.1.1
Issue Links:
The text was updated successfully, but these errors were encountered: