Is there a way to get WM to work with Jetty 12.1
and EE11?
java.lang.NoSuchMethodError: 'org.eclipse.jetty.util.component.Environment org.eclipse.jetty.util.component.Environment.ensure(java.lang.String)'
at org.eclipse.jetty.ee10.servlet.ServletContextHandler.
clinit(ServletContextHandler.java:135)
at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServer.addAdminContext(Jetty12HttpServer.java:256)
at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServer.createHandler(Jetty12HttpServer.java:195)
at com.github.tomakehurst.wiremock.jetty.JettyHttpServer.
init(JettyHttpServer.java:101)
at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServer.
init(Jetty12HttpServer.java:74)
at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServerFactory.buildHttpServer(Jetty12HttpServerFactory.java:33)
at com.github.tomakehurst.wiremock.WireMockServer.
init(WireMockServer.java:75)
at com.github.tomakehurst.wiremock.junit.WireMockRule.
init(WireMockRule.java:36)
Jetty doesn't keep binary compatibility from 12 to 12.1 😞