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

Configuration class parsing should reuse metadata from AnnotatedBeanDefinition as far as possible [SPR-12394] #17002

Closed
spring-projects-issues opened this issue Oct 29, 2014 · 0 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Oct 29, 2014

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants