You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Camel brought an update of jetty which caiuses following error (for each integration test using wiremock)
2023-12-06T08:58:43.7966773Z Caused by: java.lang.IncompatibleClassChangeError: class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2 has interface org.eclipse.jetty.server.HttpChannel as super class
2023-12-06T08:58:43.7968686Z at java.base/java.lang.ClassLoader.defineClass1(Native Method)
2023-12-06T08:58:43.7969824Z at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)
2023-12-06T08:58:43.7971156Z at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:508)
2023-12-06T08:58:43.7972719Z at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:468)
2023-12-06T08:58:43.7974570Z at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory.<init>(AbstractHTTP2ServerConnectionFactory.java:80)
2023-12-06T08:58:43.7976507Z at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.<init>(HTTP2ServerConnectionFactory.java:53)
2023-12-06T08:58:43.7978293Z at org.eclipse.jetty.http2.server.HTTP2CServerConnectionFactory.<init>(HTTP2CServerConnectionFactory.java:53)
2023-12-06T08:58:43.7980096Z at org.eclipse.jetty.http2.server.HTTP2CServerConnectionFactory.<init>(HTTP2CServerConnectionFactory.java:48)
2023-12-06T08:58:43.7981934Z at com.github.tomakehurst.wiremock.jetty11.Jetty11HttpServer.createHttpConnector(Jetty11HttpServer.java:53)
2023-12-06T08:58:43.7983866Z at com.github.tomakehurst.wiremock.jetty.JettyHttpServer.<init>(JettyHttpServer.java:89)
2023-12-06T08:58:43.7985366Z at com.github.tomakehurst.wiremock.jetty11.Jetty11HttpServer.<init>(Jetty11HttpServer.java:44)
2023-12-06T08:58:43.7987100Z at com.github.tomakehurst.wiremock.jetty.JettyHttpServerFactory.buildHttpServer(JettyHttpServerFactory.java:31)
2023-12-06T08:58:43.7988903Z at com.github.tomakehurst.wiremock.WireMockServer.<init>(WireMockServer.java:75)
The text was updated successfully, but these errors were encountered:
JiriOndrusek
changed the title
[camel-main] Wiremocked tests does not work after upgrade of jetty
[camel-main] Wiremocked tests do not work after upgrade of jetty
Dec 6, 2023
Bug description
Camel brought an update of jetty which caiuses following error (for each integration test using wiremock)
The text was updated successfully, but these errors were encountered: