Describe the bug
Hello
I'm upgrading my app dependencies to move on:
- Spring Boot 4.0.1
- Spring cloud dependencies 2025.1.0
And when I'm using the dependency org.springframework.cloud:spring-cloud-contract-wiremock (imported with 5.0.0 as version), the annotation org.springframework.cloud.contract.wiremock.AutoConfigureWireMock is missing.
However, with version 4.3.1, the annotation is present.
For version 5+, is there an equivalent of AutoConfigureWireMock to simply configure our tests?
Describe the bug
Hello
I'm upgrading my app dependencies to move on:
And when I'm using the dependency
org.springframework.cloud:spring-cloud-contract-wiremock(imported with 5.0.0 as version), the annotationorg.springframework.cloud.contract.wiremock.AutoConfigureWireMockis missing.However, with version 4.3.1, the annotation is present.
For version 5+, is there an equivalent of
AutoConfigureWireMockto simply configure our tests?