Hi all! I'm currently writing a transformer, conv...
# wiremock-java
d
Hi all! I'm currently writing a transformer, converting body matching to formParam matching. Long story short: my requests are getting merged because
RequestPattern.equals
does not take
formParams
into account . This was fixed with https://github.com/wiremock/wiremock/commit/ac1a6c7890fadf33d65adad1f4ba9882d319f1fd but that commit is not in 3.13.1 . is it possible to do another release of the current master to incorporate the latest changes in the repo?
l
The current master is the 4.x beta releases. We have a branch for the 3.x releases if we need to do another release of the 3.x releases. Have you tried the 4.x releases at all ?
d
not yet, will give it a try, thx
l
Awesome, let us know how you get on. They are labelled
beta
but are just as stable as the
3.x
releases. We are using them internally