davsclaus commented on issue #1082: Add camel-k-quarkus example URL: https://github.com/apache/camel-k/issues/1082#issuecomment-557810838 Thanks it works ``` │ 2019-11-23 14:59:33,858 INFO [org.apa.cam.qua.cor.FastCamelContext] (main) Total 1 routes, of which 1 are started │ │ 2019-11-23 14:59:33,861 INFO [org.apa.cam.qua.cor.FastCamelContext] (main) Apache Camel 3.0.0-RC3 (CamelContext: camel-1) started in 0.285 seconds │ │ 2019-11-23 14:59:33,863 INFO [org.apa.cam.k.cor.qua.RuntimeListenerAdapter] (main) Listener org.apache.camel.k.listener.RoutesDumper@a77614d executed in phase Started │ │ 2019-11-23 14:59:33,864 INFO [io.quarkus] (main) camel-k-integration 1.0.0-M4 (running on Quarkus 0.27.0) started in 1.830s. │ │ 2019-11-23 14:59:33,864 INFO [io.quarkus] (main) Profile prod activated. │ │ 2019-11-23 14:59:33,865 INFO [io.quarkus] (main) Installed features: [camel-core, camel-k-loader-xml, camel-k-runtime-core, camel-k-runtime-quarkus, camel-log, camel-support-common, camel │ │ support-xml, camel-timer, camel-xml, cdi[] │ │ 2019-11-23 14:59:34,890 INFO [info] (Camel (camel-1) thread #1 - timer://hello) Exchange[ExchangePattern: InOnly, BodyType: String, Body: Hello World!!!] │ │ 2019-11-23 14:59:37,862 INFO [info] (Camel (camel-1) thread #1 - timer://hello) Exchange[ExchangePattern: InOnly, BodyType: String, Body: Hello World!!!] │ │ 2019-11-23 14:59:40,860 INFO [info] (Camel (camel-1) thread #1 - timer://hello) Exchange[ExchangePattern: InOnly, BodyType: String, Body: Hello World!!!] │ │ 2019-11-23 14:59:43,859 INFO [info] (Camel (camel-1) thread #1 - timer://hello) Exchange[ExchangePattern: InOnly, BodyType: String, Body: Hello World!!!] ``` The current docs was not clear on this, but @nicolaferraro just merged a PR so docs will be up to date in the future
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services