Nikita Karpuk

Results 5 comments of Nikita Karpuk

I Have prepared changes that might be a good starter for migration to Gradle https://github.com/wiremock/wiremock-testcontainers-java/pull/183

I like the idea to have validation of empty mapping, but i would allow empty mapping by default and failed container only if developer explicitly asked about that (executed `withFailureOnEmptyMappings()`)

> Thanks for the patch, but I actually did it for future extensibility and traceabilty reasons. Classes are private for the same reasons - internal use for now. I would...

Hello, @OnnoH i was able to configure Java Testcontainers to be working with CosmosEmulator VNext image over https. Take a look, might be it would be helpful to you Key...

I have prepared PR that supposed to fix the issue https://github.com/testcontainers/testcontainers-jooq-codegen-maven-plugin/pull/49 ```xml org.apache.maven maven-plugin-api ${maven-plugin-api.version} provided org.apache.maven maven-core ${maven-core.version} provided ```