Juergen Hoeller opened SPR-12404 and commented
Improvements based on this proposal and a few discussions with Phil:
philwebb@8c347e6
On a related but quite different note, we should also avoid synchronization for accessing current bean names. Through managing a dedicated set of manually registered singleton names (which remain stable after the registration phase), we can significantly optimize concurrent access as well as shorten the iteration needed for each autowiring attempt.
Affects: 4.1.1
Issue Links:
Referenced from: commits 965bea7, 14fef19, 3c3e07e
Juergen Hoeller opened SPR-12404 and commented
Improvements based on this proposal and a few discussions with Phil:
philwebb@8c347e6
On a related but quite different note, we should also avoid synchronization for accessing current bean names. Through managing a dedicated set of manually registered singleton names (which remain stable after the registration phase), we can significantly optimize concurrent access as well as shorten the iteration needed for each autowiring attempt.
Affects: 4.1.1
Issue Links:
@DirtiesContextReferenced from: commits 965bea7, 14fef19, 3c3e07e