Claus Ibsen created CAMEL-23622:
-----------------------------------
Summary: camel-jbang - Avoid readme files in startup summary
Key: CAMEL-23622
URL: https://issues.apache.org/jira/browse/CAMEL-23622
Project: Camel
Issue Type: Improvement
Components: camel-jbang
Affects Versions: 4.21.0
Reporter: Claus Ibsen
Fix For: 4.21.0
2026-05-26 20:32:16.638 INFO 85198 --- [ main]
e.camel.impl.engine.AbstractCamelContext : Apache Camel 4.21.0-SNAPSHOT
(orders) is starting
2026-05-26 20:32:16.694 INFO 85198 --- [ main]
org.apache.camel.main.BaseMainSupport : Property-placeholders summary
2026-05-26 20:32:16.694 INFO 85198 --- [ main]
org.apache.camel.main.BaseMainSupport : [InitialProperties]
camel.jbang.readmeFiles = README.md
2026-05-26 20:32:16.751 INFO 85198 --- [ main]
e.camel.impl.engine.AbstractCamelContext : Routes startup (total:6)
2026-05-26 20:32:16.751 INFO 85198 --- [ main]
e.camel.impl.engine.AbstractCamelContext : Started small-producer
(timer://small)
2026-05-26 20:32:16.751 INFO 85198 --- [ main]
e.camel.impl.engine.AbstractCamelContext : Started medium-producer
(timer://medium)
2026-05-26 20:32:16.751 INFO 85198 --- [ main]
e.camel.impl.engine.AbstractCamelContext : Started large-producer
(timer://large)
2026-05-26 20:32:16.751 INFO 85198 --- [ main]
e.camel.impl.engine.AbstractCamelContext : Started process-small
(seda://small)
2026-05-26 20:32:16.751 INFO 85198 --- [ main]
e.camel.impl.engine.AbstractCamelContext : Started process-medium
(seda://medium)
2026-05-26 20:32:16.751 INFO 85198 --- [ main]
e.camel.impl.engine.AbstractCamelContext : Started process-large
(seda://large)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)