Tomáš Vaněk
Tomáš Vaněk
@Tochemey This task has a low priority for me. So if you need this feature, help is welcome.
Thanks for the report. I need to test it first, then I'll let you know. However, I don't think removing that line would solve the problem, because on the next...
I've finally tested it and everything worked as expected. There were no problems. Tested on Windows 10 Pro, version 20H2 and also version 21H1, with the same result. Note that...
@dpeger I would prefer to leave it as is. I think the problem is not the calling of the `mkdir` command, but the insufficient permissions to access the file system....
Hi, it should be possible to specify it with the `dependencyOverrides` setting, see the example below. Note that I didn't test it because I don't use sbt. But according to...
Hi @mabrcosta, thanks for the report and for the suggestion to use the `maven-enforcer-plugin` plugin. I will definitely consider it. Just to be sure, the error above is showing up...
I'm not an expert in this area, but I think it should also be possible to use ICU collation settings: - https://www.postgresql.org/docs/current/collation.html#ICU-CUSTOM-COLLATIONS - https://peter.eisentraut.org/blog/2022/09/26/icu-features-in-postgresql-15 - https://www.2ndquadrant.com/en/blog/icu-support-postgresql-10/
Sorry for the late reply, it should be UTF8: https://github.com/zonkyio/embedded-postgres/blob/master/src/main/java/io/zonky/test/db/postgres/embedded/PreparedDbProvider.java#L243
Closing the issue. Feel free to reopen it if you have more questions.
Hi, I think the usage should be the same as in the case of junit4, so it should look something like this: ``` @RegisterExtension public SingleInstancePostgresExtension pg = EmbeddedPostgresExtension.singleInstance(); ```...