Erich Eichinger
Erich Eichinger
this issue is closely related to https://github.com/jayway/rest-assured/issues/548 - the HttpClient created by new HttpClientBuilder supports SNI, the deprecated DefaultHttpClient (which derives from AbstractHttpClient) does not
For thread-safety you can always create a separate server and client instance per test like this: ``` @Rule public WireMockRule wireMockServer = new WireMockRule(0); @Test public void creates_threadsafe_WireMockClient() { WireMock...
a bit late I know, but many thanks for your PR @uli-heller. I'll have to review it and would love to see a few tests for the name resolver. But...
in short: not yet it was on my radar, but turned out we were better off handcrafting test-recordsets so we could closely control what was in there. Instead we wrote...
Hi @thymepuns , please send the PR and I am happy to take a look
> Hi @eeichinger can I get a review on this? my apologies, I will do my best to review on the weekend