Hi team, I'm facing an issue with wiremock after upgrading to spring boot 3.
I've upgraded the version of wiremock to _testImplementation_("com.github.tomakehurstwiremock jre83.0.1") and few other tests are failing.
What I noticed was, wiremock is making use of HttpClient5 which has auto retries configured by default and few of our tests are failing due to this. Any idea on how I can fix this? Please let me know if something is not clear.
o
Oleg Nenashev
10/03/2023, 3:46 PM
Hello. Please see the change log, there was a change in group and artifact ID in WireMock 3, there is a fix in the new version
He published the relocation artifact but it doesn't seem to be working in all cases
r
Ram
10/03/2023, 3:50 PM
testImplementation("org.wiremockwiremock standalone3.2.0")
I tried with this but
${json-unit.any-string}
is not getting replaced with the expected value.
I can see that OkHttpClient is being used now but I run into the above error, is that expected?
o
Oleg Nenashev
10/03/2023, 6:01 PM
Hmm, weird. It should have kept working without any changes. Could you please file a GitHub Issue?