quarkusio / quarkus-http

Apache License 2.0
34 stars 32 forks source link

Upgrade Vert.x to 4.5.7 #163

Closed aloubyansky closed 2 months ago

aloubyansky commented 3 months ago

Upgrade Vert.x to 4.5.7 to align with Quarkus 3.8.6

gsmet commented 3 months ago

CI didn't start, I force pushed to hopefully trigger it.

gsmet commented 3 months ago

I fixed the CI config.

quarkus-bot[bot] commented 3 months ago

Status for workflow Build

This is the status report for running Build on commit 0a8f98a460b77db7765376aee221a1fe82cb5a1b.

Failing Jobs

Status Name Step Failures Logs Raw logs
:heavy_check_mark: Build - JDK 11 Logs Raw logs
Build - JDK 17 Build with Maven Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

:gear: Build - JDK 17 #

- Failing: servlet 
! Skipped: websocket websocket/core websocket/servlet and 1 more

:package: servlet

io.undertow.servlet.test.dispatcher.DispatcherForwardTestCase.testPathBasedInclude line 137 - More details - Source on GitHub

``` org.junit.ComparisonFailure: expected:<...etContext/dispatch /[dispatch]> but was:<...etContext/dispatch /[forward]> at org.junit.Assert.assertEquals(Assert.java:117) at org.junit.Assert.assertEquals(Assert.java:146) at io.undertow.servlet.test.dispatcher.DispatcherForwardTestCase.testPathBasedInclude(DispatcherForwardTestCase.java:137) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) ```