spring-boot-testjars icon indicating copy to clipboard operation
spring-boot-testjars copied to clipboard

Remove TestcontainersPropertySource Usage

Open rwinch opened this issue 10 months ago • 1 comments

With gh-49 testjars conditionally uses TestcontainersPropertySource for older versions, but before it goes GA we should consider removing TestcontainersPropertySource support

rwinch avatar Jan 27 '25 22:01 rwinch

In registerBeanDefinitions we check if we can use DynamicPropertyRegistrar if our Spring Boot v3.4, otherwise we use TestcontainersPropertySource. However, I am wondering how we can get rid of TestcontainersPropertySource if backward compatibility support is important to us? Thanks

therepanic avatar Apr 01 '25 21:04 therepanic