jamesnetherton opened a new issue, #6179: URL: https://github.com/apache/camel-quarkus/issues/6179
### Bug description Observed on the most recent `quarkus-main` nightly build: https://github.com/apache/camel-quarkus/actions/runs/9475656179/job/26107952816 ``` 024-06-12T03:03:59.5872671Z Suppressed: java.lang.NoClassDefFoundError: io/quarkus/vertx/core/runtime/VertxBufferImpl 2024-06-12T03:03:59.5874374Z at io.quarkiverse.cxf.transport.generated.VertxServletOutputStream.createBuffer(VertxServletOutputStream.java:90) 2024-06-12T03:03:59.5876306Z at io.quarkiverse.cxf.transport.generated.VertxServletOutputStream.write(VertxServletOutputStream.java:120) 2024-06-12T03:03:59.5878286Z at io.quarkiverse.cxf.transport.generated.VertxServletOutputStream.writeBlocking(VertxServletOutputStream.java:204) 2024-06-12T03:03:59.5880214Z at io.quarkiverse.cxf.transport.generated.VertxServletOutputStream.write(VertxServletOutputStream.java:192) 2024-06-12T03:03:59.5881944Z at org.apache.cxf.io.AbstractWrappedOutputStream.write(AbstractWrappedOutputStream.java:51) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
