spring-boot/spring-boot-project/spring-boot-devtools
Phillip Webb 2260657781 Add BootstrapRegistry for long lived instances
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
2020-08-20 21:45:02 -07:00
..
src Add BootstrapRegistry for long lived instances 2020-08-20 21:45:02 -07:00
build.gradle Merge branch '2.3.x' 2020-08-11 14:34:27 +01:00