Tom Akehurst

Results 242 comments of Tom Akehurst

Hi @reta, after some discussion with other contributors we think the way forward with this is to bump to a new major version of WireMock (3.x.x) and revert to using...

I think this idea has some potential. A few points to consider: 1) This PR needs some tests. 2) What happens when the value can't be casted to the type...

And: 4. It would need to be documented, which you can do via a PR to https://github.com/wiremock/wiremock.org-sources

@Apolayo27 you can cut a build to your local Maven repo by doing `./gradlew localRelease`. @AntonDyukarev please can you run `./gradlew spotlessApply` and push the resulting commit so that the...

I get that this isn't great, but it's hard to avoid because Jetty's `SslContextFactory` takes the password as a String, so even if we stored it as `char[]` in the...

There's an edge case I'm concerned about here, which is users who are intentionally sending malformed JSON for negative testing. If we make this change, that won't be possible any...

Hi, I've had something like this at the back of my mind for a while. Agree some kind of thread local strategy should work. I probably won't manage to get...

Please could you post some more detail? I agree it's possible in theory that your before block could run on a different thread, but I've never seen any runner do...