avano commented on PR #4838: URL: https://github.com/apache/camel-quarkus/pull/4838#issuecomment-1533107248
the failures are unrelated to these changes, mapstruct tests passed: ``` [INFO] Running org.apache.camel.quarkus.component.mapstruct.it.MapStructTest 2023-05-03 11:10:56,406 INFO [org.apa.cam.qua.cor.CamelBootstrapRecorder] (main) Bootstrap runtime: org.apache.camel.quarkus.main.CamelMainRuntime 2023-05-03 11:10:56,408 INFO [org.apa.cam.mai.MainSupport] (main) Apache Camel (Main) 4.0.0-M2 is starting 2023-05-03 11:10:56,518 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 4.0.0-M2 (camel-1) is starting 2023-05-03 11:10:56,522 INFO [org.apa.cam.com.map.DefaultMapStructFinder] (main) Discovered 1 MapStruct type converters from classpath scanning: org.apache.camel.quarkus.component.mapstruct.it.mapper 2023-05-03 11:10:56,530 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Routes startup (started:2) 2023-05-03 11:10:56,530 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Started route1 (direct://component) 2023-05-03 11:10:56,530 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Started route2 (direct://converter) 2023-05-03 11:10:56,530 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 4.0.0-M2 (camel-1) started in 51ms (build:0ms init:41ms start:10ms) 2023-05-03 11:10:56,614 INFO [io.quarkus] (main) camel-quarkus-integration-test-mapstruct 3.0.0-SNAPSHOT on JVM (powered by Quarkus 3.0.1.Final) started in 2.947s. Listening on: http://localhost:39811 2023-05-03 11:10:56,615 INFO [io.quarkus] (main) Profile test activated. 2023-05-03 11:10:56,615 INFO [io.quarkus] (main) Installed features: [camel-core, camel-direct, camel-mapstruct, cdi, resteasy, smallrye-context-propagation, vertx] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.665 s - in org.apache.camel.quarkus.component.mapstruct.it.MapStructTest 2023-05-03 11:10:58,210 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 4.0.0-M2 (camel-1) is shutting down (timeout:45s) 2023-05-03 11:10:58,217 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Routes stopped (stopped:2) 2023-05-03 11:10:58,218 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Stopped route2 (direct://converter) 2023-05-03 11:10:58,218 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Stopped route1 (direct://component) 2023-05-03 11:10:58,221 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 4.0.0-M2 (camel-1) shutdown in 10ms (uptime:1s) 2023-05-03 11:10:58,239 INFO [io.quarkus] (main) camel-quarkus-integration-test-mapstruct stopped in 0.043s [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 ``` -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org