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 0a60f9e565e CAMEL-18202: fix incorrectly setting the initial delay
new 2bd3abdfc75 CAMEL-18151: camel-jbang - Export should be a single
command making it easier to use from ci/cd
new 7d3e0924f08 CAMEL-18151: camel-jbang - Export read from
application.properties runtime/gav to use
The 2 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 | 24 ++++-----
.../dsl/jbang/core/commands/CamelJBangMain.java | 5 +-
.../camel/dsl/jbang/core/commands/Export.java | 63 +++++++++++++++++++---
.../{BaseExport.java => ExportBaseCommand.java} | 24 +++++++--
.../dsl/jbang/core/commands/ExportCamelMain.java | 9 +---
.../dsl/jbang/core/commands/ExportQuarkus.java | 8 +--
.../dsl/jbang/core/commands/ExportSpringBoot.java | 13 +----
7 files changed, 94 insertions(+), 52 deletions(-)
rename
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/{BaseExport.java
=> ExportBaseCommand.java} (93%)