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

Track bean dependencies for calls between @Bean methods within @Configuration classes [SPR-15069] #19635

Closed
spring-projects-issues opened this issue Dec 29, 2016 · 0 comments
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Dec 29, 2016

Juergen Hoeller opened SPR-15069 and commented

Following up on #19633 which turned out to be a lack of bean dependency tracking for the TaskScheduler lookup in SchedulerAnnotationBeanPostProcessor, it turns out that we're not tracking bean dependencies for calls to other @Bean methods within a @Configuration class at all. Since such calls are symbolic bean references, they should have a dependent-bean relationship tracked like any other form of injection does already, allowing to shut them down in proper order. This is also nicely in line with the changes behind #12206 which introduced the resolveNamedBean method in 4.3.3, as well as with the deterministic @Bean registration goal in #19074 (also for 4.3.6).


Issue Links:

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

2 participants