Tomáš Vaněk

Results 101 comments of Tomáš Vaněk

Hi, yes, I do plan it. But this project is only a supporting project for the primary [io.zonky.test:embedded-database-spring-test](https://github.com/zonkyio/embedded-database-spring-test) and there is a lot of other tasks with a higher priority....

@ehsanonline It is not possible to include all extensions to this project. So if this task is implemented, it will probably be included only support for postgis extension.

> are there any existing published builds with postgis already ? No, they aren't, you have to build them yourself.

Hi @blandir, thanks for the report. I'll take a look at it at the weekend and try to fix it as soon as possible.

Hi @shailesh-waman, thank you for the report. I guess that the problem could be related to the following issue: https://github.com/zonkyio/embedded-postgres/issues/78 If so, you need to upgrade to a newer major...

Hi @landsman, thanks for the report. I found the following issue https://github.com/testcontainers/testcontainers-java/issues/3834 in the Testcontainers project that we use to integrate with Docker. Could you please take a look at...

@landsman I was facing the same issue and adding the `net.java.dev.jna:jna:5.7.0` dependency fixed the error.

@ahezzati I guess your problem is caused by running the build in a docker container in conjunction with using the docker provider. In that case you are actually starting a...

Yes, you're right. It seems that running a docker container during docker build is not supported right now. However, the other provides should work. So could you please provide a...