This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
from 0d16f634d9f (chores) camel-kafka: simplify complex resume strategy error message new b4dc6d3f9cd CAMEL-18674: camel-jbang - Run in background new 89d63befd8a CAMEL-18674: camel-jbang - Run in background new b11fb0b47c1 CAMEL-18674: camel-jbang - Run in background The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../modules/ROOT/pages/camel-jbang.adoc | 25 ++++++++++ .../dsl/jbang/core/commands/CamelJBangMain.java | 1 + .../dsl/jbang/core/commands/ExportBaseCommand.java | 4 +- .../apache/camel/dsl/jbang/core/commands/Run.java | 18 +++++-- .../dsl/jbang/core/commands/RunBackground.java | 56 ++++++++++++++++++++++ .../camel/dsl/jbang/core/common/RuntimeUtil.java | 5 +- ...4j2.properties => log4j2-background.properties} | 11 +---- 7 files changed, 103 insertions(+), 17 deletions(-) create mode 100644 dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/RunBackground.java copy dsl/camel-jbang/camel-jbang-core/src/main/resources/{log4j2.properties => log4j2-background.properties} (78%)