mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 10:59:03 +00:00
Update `TestcontainersLifecycleBeanPostProcessor` so that on initialization of the first bean all `Container` instances are started. With this update all `Container` beans will be started first in the `preInstantiateSingletons` phase and destroyed last. Closes gh-35223