This message was deleted.
# help
s
This message was deleted.
o
WireMock 3 should be compatible, but not 2.x
I will update the spring boot documentation, I guess quite a lot of interest after Spring One
f
Hi @Oleg Nenashev Many thanks for your quick response! I have tried to use below version for wiremock-standalone:
<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?
o
I need to check this version. I've used only https://github.com/maciejwalkowiak/wiremock-spring-boot recently