Kevin Wittek

Results 305 comments of Kevin Wittek

@kianmeng What happens if you configure Podman as proposed by @jarlah? In general, all Testcontainers libraries always expect a Docker Engine API, that's is against what we integrate and if...

With Liquibase migrations, you normally don't need to do as part of the build, you can do it on test execution. What exactly are you trying to achieve?

@eddumelendez was referring to using the [Copy API](https://java.testcontainers.org/features/files/#copying-files). I think your config proposal makes sense @zzzLobster 👍

@oxygenecore The comment you quoted from https://github.com/testcontainers/testcontainers-java/issues/1454 is from 2019, it significantly predates the creation of this plugin and hence is not related with regards to org not supporting this...

> Even though it logs the error, it generates the JOOQ code. In this case, I'd consider this issue very low severity and fixing it is more of a _nice...