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/02 09:50:05 UTC

[camel] branch regen_bot updated (d7e218d3013 -> 1c690a21a67)

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 d7e218d3013 CAMEL-18151: camel-jbang - Export command for quarkus
     add 21a382062ec Update camel-maven-plugin.adoc
     add 3d03a2d7866 CAMEL-18151: camel-jbang - Export command for camel-main
     add 1c690a21a67 Regen for commit 3d03a2d78661bc1501b23752be59dd3cd5ae3fdd

No new revisions were added by this update.

Summary of changes:
 .../dsl/jbang/core/commands/CamelJBangMain.java    |  1 +
 ...{ExportSpringBoot.java => ExportCamelMain.java} | 74 ++++++++---------
 .../src/main/resources/log4j2.component.properties |  2 +-
 .../src/main/resources/templates/main-pom.tmpl     | 94 ++++++++++++++++++++++
 .../src/main/resources/templates/main.tmpl         | 12 +++
 5 files changed, 143 insertions(+), 40 deletions(-)
 copy dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/{ExportSpringBoot.java => ExportCamelMain.java} (85%)
 create mode 100644 dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/main-pom.tmpl
 create mode 100644 dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/main.tmpl