spring-projects-experimental / spring-boot-testjars

67 stars 6 forks source link

Remove dependency on spring-boot-testcontainers #4

Open rwinch opened 10 months ago

rwinch commented 10 months ago

Currently the project relies on TestcontainersPropertySource to create DynamicPropertyRegistry. The usage of TestcontainersPropertySource adds a dependency on spring-boot-testcontainers. This dependency does not make sense since users will likely want to use DynamicProperties without necessarily needing Testcontainers. We should see if this can be moved to a different package or consider copying the code to remove the unnecessary dependency on spring-boot-testcontainers.