Tomáš Vaněk
Tomáš Vaněk
Is the reported issue really related just to versions 2.0.6 and 2.0.7? Because I think no changes were made that could affect the locking mechanism in those specific versions. Could...
Closing the issue. Feel free to reopen it if you have more information.
An interesting idea. This option could probably be added sometime in the future, but at this moment there are a lot of other tasks with higher priority. However, help is...
The same problem, version 1.1 works fine.
Hey @soid, thanks for the question. The easiest way is to use a database migration tool like Flyway or Liquibase. Then you can be sure that the production and test...
Thanks for your question about the security of downloading Postgres binaries. The binaries are available as Maven packages through the Maven Central repository, where all artifacts are digitally signed to...
Hey @cskarapapas, thanks for the question. Based on the reported information, I can't precisely determine what might be causing the issue. The most important source of information for me is...
Issue #196 was caused by an incorrect import and resulted in a `java.lang.ClassNotFoundException`. In your case, a `java.lang.IllegalStateException` is being thrown. Moreover, the exceptions are occurring at completely different places....
This appears to be related to an issue in the Testcontainers implementation, see https://github.com/testcontainers/testcontainers-java/issues/919. The problem is likely due to a combination of a non-running Docker daemon and a mess...
You can either use the demo project I provided you or enable more verbose logs in your project. I can help you with the Zonky library but not with basic...