• Phillip Webb's avatar
    Add BootstrapRegistry for long lived instances · 22606577
    Phillip Webb authored
    Add a simple `BootstrapRegistry` that can be used to store and share
    object instances across `EnvironmentPostProcessors`. The registry
    can be injected into the constructor of any `EnvironmentPostProcessor`.
    
    Registrations can also perform additional actions when the
    `ApplicationContext` has been prepared. For example, they could register
    the the bootstrap instances as beans so that they become available to
    the application.
    
    See gh-22956
    22606577
Name
Last commit
Last update
..
intTest/java Loading commit data...
main Loading commit data...
test Loading commit data...