Slackbot
08/30/2023, 11:36 AMOleg Nenashev
08/30/2023, 11:54 AMOleg Nenashev
08/30/2023, 11:55 AMFrancis Allen
08/30/2023, 12:04 PM<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>3.0.0-beta-10</version>
in combination with spring-cloud-contract-wiremock:
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-wiremock</artifactId>
<version>4.0.4</version>
Are you sure the above dependencies are fully compatible with springboot 3 & Java 17, in particular with XML body format?Oleg Nenashev
08/30/2023, 12:51 PM