Claus Ibsen created CAMEL-21045:
-----------------------------------
Summary: camel-jbang - Export to quarkus will startup quarkus and
hang JVM
Key: CAMEL-21045
URL: https://issues.apache.org/jira/browse/CAMEL-21045
Project: Camel
Issue Type: Bug
Components: camel-jbang
Affects Versions: 4.8.0
Reporter: Claus Ibsen
Fix For: 4.8.0
{code}
camel export --gav=com.mycompany:app:1.0 --dir=code --runtime=quarkus
Timer2log.java
Generating fresh run data
Running using Quarkus v3.13.0 (preparing and downloading files)
Listening for transport dt_socket at address: 5005
__ ____ __ _____ ___ __ ____ ______
--/ __ \/ / / / _ | / _ \/ //_/ / / / __/
-/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
--\___\_\____/_/ |_/_/|_/_/|_|\____/___/
2024-08-06 07:14:04,682 INFO [org.apa.cam.qua.cor.CamelBootstrapRecorder]
(Quarkus Main Thread) Apache Camel Quarkus 3.13.0 is starting
2024-08-06 07:14:04,683 INFO [org.apa.cam.mai.MainSupport] (Quarkus Main
Thread) Apache Camel (Main) 4.7.0 is starting
2024-08-06 07:14:04,722 INFO [org.apa.cam.cli.con.LocalCliConnector] (Quarkus
Main Thread) Camel JBang CLI enabled
2024-08-06 07:14:04,754 INFO [org.apa.cam.imp.eng.AbstractCamelContext]
(Quarkus Main Thread) Apache Camel 4.7.0 (camel-1) is starting
2024-08-06 07:14:05,034 INFO [org.apa.cam.imp.eng.AbstractCamelContext]
(Quarkus Main Thread) Routes startup (total:1 rest-dsl:1)
2024-08-06 07:14:05,035 INFO [org.apa.cam.imp.eng.AbstractCamelContext]
(Quarkus Main Thread) Started rest (rest://post:/message)
2024-08-06 07:14:05,035 INFO [org.apa.cam.imp.eng.AbstractCamelContext]
(Quarkus Main Thread) Apache Camel 4.7.0 (camel-1) started in 280ms (build:0ms
init:0ms start:280ms)
2024-08-06 07:14:05,088 INFO [io.quarkus] (Quarkus Main Thread)
jbang-run-dummy 1.0-SNAPSHOT on JVM (powered by Quarkus 3.13.0) started in
1.540s. Listening on: http://localhost:8080
2024-08-06 07:14:05,089 INFO [io.quarkus] (Quarkus Main Thread) Profile dev
activated. Live Coding activated.
2024-08-06 07:14:05,089 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-xml-io-dsl, cdi, smallrye-context-propagation,
smallrye-health, vertx]
--
Tests paused
Press [e] to edit command line args (currently ''), [r] to resume testing, [o]
Toggle test output, [:] for the terminal, [h] for more options>
{code}
You then have to type 'q' to quit the quarkus app for the export to complete
--
This message was sent by Atlassian Jira
(v8.20.10#820010)