Kevin Wittek

Results 13 issues of Kevin Wittek

The old version of the script wasn't working for me out of the box, so I had to make some minor changes. Most important one was working around the paging...

Containers created and started by testcontainers-go through Docker Compose are not guaranteed to be cleaned up (and this is something I personally observed when running the testcontainers-go test suite on...

hacktoberfest
good first issue
compose

In my Java project, when using `runtimeClasspath`, it will also include test dependencies (so dependencies located in `sourceSets.test.compileClasspath`). Is this the expected behavior, or did I configure something wrongly? Is...

Although Jitpack is a good solution, a mature library should provide their artifacts in Maven Central as well.

enhancement
help wanted

When trying to test a Spring-Boot app with an exclusive database container, it's necessary to start the container in the `setupSpec()` phase, so the first `SpringApplicationContext` can be initialized correctly.

enhancement

With the current implementation, looking up the JSON file based auth config for an image `registry.example.co/org/repo` would return the auth config for `https://registry.example.com` (note the missing `m` from the TLD...

type/bug

I'm using fixd for testing my Spring-Boot application. After configuring RestTemplate to use HttpComponentsClientHttpRequestFactory (which has connection pooling enabled), my tests start to fail when run as suite. Running single...

Is this something you would consider valuable for this plugin? Just something along the 3 steps explained in the README in a more automated way and maybe global configs for...

enhancement

Since the restore container is spawned as an sibling, it can't access the directories of original container.