Florent LE BOULCH
10/02/2025, 1:46 PMorg.wiremock.integrations:wiremock-spring-boot:3.10.6 with last spring boot version (3.5.6).
I'm a bit curious and trying also Spring Boot 4.0.0-M3 to prepare the migration and I have an error related to wiremock.
The error message is saying Caused by: java.lang.IllegalStateException: java.lang.NoSuchMethodError: 'org.eclipse.jetty.util.component.Environment org.eclipse.jetty.util.component.Environment.ensure(java.lang.String)'
In SB 3.5.6 the dependencies org.eclipse.jetty.* are in version 12.0.27
In SB 4.0.0-M3 the dependencies org.eclipse.jetty.* are in version 12.1.1Florent LE BOULCH
10/02/2025, 2:02 PMLee Turner
10/02/2025, 3:13 PM