Skip to content

DefaultListableBeanFactory should allow efficient access to current bean names [SPR-12404] #17012

Closed
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions