spring-cloud-contract-wiremock RestDocs stub generator uses WireMock equalTo matcher for JSON instead of equalToJson. Which makes the stubs near unusable as different applications can generate completely different JSON for the same data.
It would be nice if WireMockSnippet would check the Content-type and generate the request matcher accordingly.
spring-cloud-contract-wiremock RestDocs stub generator uses WireMock equalTo matcher for JSON instead of equalToJson. Which makes the stubs near unusable as different applications can generate completely different JSON for the same data.
It would be nice if WireMockSnippet would check the Content-type and generate the request matcher accordingly.