Results 26 comments of Robert Elliot

Had a crack at this, but I'm not sure it's possible because mockito can't distinguish between calls to the mock passed to `given` or `when`, when the default `null` return...

Fantastic, thanks so much @jjohannes and @autonomousapps ! Looking forward to trying it out when a release is cut.

Our code is as follows: ```java String sshPublicKey = "valid ssh public key, this all passes locally and 90% of the time on GHA"; GitServerContainer gitRepoContainer = new GitServerContainer(GitServerVersions.V2_43.getDockerImageName()) .withGitRepo("testRepo")...

@kapishmalik did you see this comment on the original issue? https://github.com/wiremock/wiremock/issues/2224#issuecomment-1595819768

@oleg-nenashev I imagine this is binary compatible, as generics are really just a compile time thing?

Incidentally it would be nice for this to work on Fargate, and hence `awsvpc` networking, too.