spring-boot/spring-boot-project/spring-boot-testcontainers
Phillip Webb b4cd2572d5 Prevent early initialization of Container beans
Update testcontainers auto-configuration so that `Container` bean
instances are no longer needed when registering `ConnectionDetails`
beans. Registration now occurs based on the bean type and the `name`
attribute of `@ServiceConnection`.

Fixes gh-35168
2023-05-01 00:21:47 -07:00
..
src Prevent early initialization of Container beans 2023-05-01 00:21:47 -07:00
build.gradle Fix dependency management for spring-boot-testcontainers 2023-04-25 10:04:52 +02:00