Skip to content

Enable Spring @Component beans to be magically initialized in the background #15

@jxblum

Description

@jxblum

See documentation on Spring Framework (Container) Background Initialization.

With a custom BeanFactoryPostProcessor, the algorithm could determine, based on the bean's "dependencies" whether the bean could be concurrently initialized on startup.

The custom BeanFactoryPostProcessor could create an index on startup, then use the index on re-starts to optimize the background initialization bean customization.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions