You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using org.springframework.cloud:spring-cloud-contract-wiremock:4.0.4. The relevant code is here. It uses new ResponseTemplateTransformer(false)
which was valid with wiremock-standalone:2.x. With wiremock-standalone:3.x this is erronous and throws java.lang.NoSuchMethodError.
The text was updated successfully, but these errors were encountered:
I'm using org.springframework.cloud:spring-cloud-contract-wiremock:4.0.4. The relevant code is here. It uses
new ResponseTemplateTransformer(false)
which was valid with wiremock-standalone:2.x. With wiremock-standalone:3.x this is erronous and throws java.lang.NoSuchMethodError.
The text was updated successfully, but these errors were encountered: