-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Hello
I'm wodnering if we could get compatibility with new major version of testcontainers. It seems that there were also changes to testcontainers artifacts so in case of postgres we should now use testcontainers-postgresql artifact instead of old testcontainers which means that I cannot override testcontainers version zonky is using via my pom.xml as zonky uses the old artifact.
Note that this is not just about newer version of testcontainers for the sake of it, as it seems that new Docker 29.x.x is not able to communicate with api of testcontainers 1.x.x, so it appears anyone using new docker cannot use zonky with with testcontainers anymore withot this fix testcontainers/testcontainers-java#11210 (comment)
Long term however, I think we want to use the new testcontainers