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
Juergen Hoeller opened SPR-17356 and commented
In contrast to an @Autowired ObjectProvider, the BeanFactory.getBeanProvider variant does not traverse beans in ancestor contexts. This accidental inconsistency needs to be fixed for 5.1.1.
@Autowired ObjectProvider
BeanFactory.getBeanProvider
Affects: 5.1 GA
Referenced from: commits 44afed4
The text was updated successfully, but these errors were encountered:
jhoeller
No branches or pull requests
Juergen Hoeller opened SPR-17356 and commented
In contrast to an
@Autowired ObjectProvider
, theBeanFactory.getBeanProvider
variant does not traverse beans in ancestor contexts. This accidental inconsistency needs to be fixed for 5.1.1.Affects: 5.1 GA
Referenced from: commits 44afed4
The text was updated successfully, but these errors were encountered: