jamesnetherton commented on issue #6057: URL: https://github.com/apache/camel-quarkus/issues/6057#issuecomment-2088477994
Created a PR https://github.com/apache/camel-quarkus/pull/6059. Here's the output from `camel run`: ``` Running using Quarkus v999-SNAPSHOT (preparing and downloading files) Listening for transport dt_socket at address: 5005 __ ____ __ _____ ___ __ ____ ______ --/ __ \/ / / / _ | / _ \/ //_/ / / / __/ -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \ --\___\_\____/_/ |_/_/|_/_/|_|\____/___/ 2024-05-01 14:22:12,504 INFO [org.apa.cam.qua.cor.CamelBootstrapRecorder] (Quarkus Main Thread) Bootstrap runtime: org.apache.camel.quarkus.main.CamelMainRuntime 2024-05-01 14:22:12,506 INFO [org.apa.cam.mai.MainSupport] (Quarkus Main Thread) Apache Camel (Main) 4.6.0-SNAPSHOT is starting 2024-05-01 14:22:12,530 INFO [org.apa.cam.cli.con.LocalCliConnector] (Quarkus Main Thread) Camel JBang CLI enabled 2024-05-01 14:22:12,559 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (Quarkus Main Thread) Apache Camel 4.6.0-SNAPSHOT (camel-1) is starting 2024-05-01 14:22:12,604 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (Quarkus Main Thread) Routes startup (total:1) 2024-05-01 14:22:12,604 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (Quarkus Main Thread) Started route1 (timer://java) 2024-05-01 14:22:12,604 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (Quarkus Main Thread) Apache Camel 4.6.0-SNAPSHOT (camel-1) started in 44ms (build:0ms init:0ms start:44ms) 2024-05-01 14:22:12,647 INFO [io.quarkus] (Quarkus Main Thread) jbang-run-dummy 1.0-SNAPSHOT on JVM (powered by Quarkus 3.10.0) started in 1.240s. Listening on: http://localhost:8080 2024-05-01 14:22:12,647 INFO [io.quarkus] (Quarkus Main Thread) Profile dev activated. Live Coding activated. 2024-05-01 14:22:12,648 INFO [io.quarkus] (Quarkus Main Thread) Installed features: [camel-attachments, camel-cli-connector, camel-console, camel-core, camel-management, camel-microprofile-health, camel-platform-http, camel-rest, camel-rest-openapi, camel-timer, camel-xml-io-dsl, camel-xml-jaxb, cdi, smallrye-context-propagation, smallrye-health, vertx] 2024-05-01 14:22:13,613 INFO [route1] (Camel (camel-1) thread #2 - timer://java) Hello Camel from route1 2024-05-01 14:22:14,614 INFO [route1] (Camel (camel-1) thread #2 - timer://java) Hello Camel from route1 2024-05-01 14:22:15,619 INFO [route1] (Camel (camel-1) thread #2 - timer://java) Hello Camel from route1 2024-05-01 14:22:15,970 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (Shutdown thread) Apache Camel 4.6.0-SNAPSHOT (camel-1) is shutting down 2024-05-01 14:22:15,973 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (Shutdown thread) Routes stopped (total:1) 2024-05-01 14:22:15,974 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (Shutdown thread) Stopped route1 (timer://java) 2024-05-01 14:22:15,978 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (Shutdown thread) Apache Camel 4.6.0-SNAPSHOT (camel-1) shutdown in 8ms (uptime:3s) ``` -- 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