You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/06/17 13:20:33 UTC

[camel] branch regen_bot updated (0a60f9e565e -> 0615da11001)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 0a60f9e565e CAMEL-18202: fix incorrectly setting the initial delay
     add 2bd3abdfc75 CAMEL-18151: camel-jbang - Export should be a single command making it easier to use from ci/cd
     add 7d3e0924f08 CAMEL-18151: camel-jbang - Export read from application.properties runtime/gav to use
     add 0615da11001 Regen for commit 7d3e0924f0844b5cb64bd04f622e91658fb896a2

No new revisions were added by this update.

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%)