Tom Akehurst
Tom Akehurst
We won't be doing 10, but will be doing 11 soon. This will probably be under a separate artifact name though since 11 raises the minimum JDK version to 11.
Jetty 11 support will come in the next release: #1760
@nalbion we're already on 2.11.0: https://github.com/wiremock/wiremock/blob/2.33.2/build.gradle#L88
Fixed in 9aad8789d2c470eb9e92df83494a2dcffe90ad06
That's strange, I've no idea why that's not public, but it definitely should be. I'll fix that in the next release.
Fixed in 9792aee49d1f89d32722b7fbf639aeb3a4bdcec6
It might be simpler to make `method` take either a string or array of strings, the latter to support this case e.g. ```json { "request": { "urlPath": "/foo", "method": ["POST",...
This is already on my private list of things to consider, along with some similar design options like organising stubs into a tree in order to avoid a linear search...
Hi @htmldoug, thanks for all the contributions you're making at the moment and apologies for not having reviewed most of them yet. I'll be less underwater from the middle of...
@desmond27 the OP's stack trace implies that the problem was triggered by a request not being matched. WireMock will attempt to find a file matching the path if all else...