Tom Akehurst

Results 163 comments of Tom Akehurst

I feel like this probably won't be worth the amount of noise and support headaches this will cause, especially since Jetty 10 is also JVM 11+.

What would be more interesting is a build that uses the in-built Java HTTP client and server rather than Jetty + Apache.

Agreed it wouldn't support everything that Jetty can, but a large proportion of WireMock's use is plain HTTP/1.1, without faults, HTTP/2 or any of the more advanced features. Being able...

I haven't yet found a way to do this that doesn't cause regressions. I think it's safe to assume it's not going to happen for quite a while, if at...

Can you post the actual SOAP request this is failing with?

I can't replicate this issue. The below stub JSON, a file called `GB.xml` + your request returned the expected result: ```json { "request": { "method": "POST", "urlPath": "/soap" }, "response":...

I've just pushed a bunch of fixes to the master branch to get Jetty 9.4.48 working, in case that's any use.

Can I suggest dropping Java 8 from the build matrix (since our minimum is now 11)?

Excellent progress - great to see all the tests green. Do you have any theories on how we can deal with this slow shutdown issue?

I think there's something fundamentally wrong if we can't get down into the sub 100ms range. Certainly, we'll be sacrificing a lot of performance vs. the previous version. Are you...