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 2023/04/11 14:46:14 UTC

[camel] branch regen_bot_3x updated (a3d4893556a -> b11a12accf6)

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

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


    from a3d4893556a CAMEL-19259: camel-maven-plugin - Use configured main-class instead of KameletMain
     add 6ab43bfab8a CAMEL-19108: camel-jbang - Export to support local lib JAR via systemPath in Maven pom.xml
     add b11a12accf6 camel-jbang - Fix jbang export for quarkus for native settings in application.properties

No new revisions were added by this update.

Summary of changes:
 .../dsl/jbang/core/commands/ExportBaseCommand.java | 46 ++++++++++++++++++++++
 .../dsl/jbang/core/commands/ExportCamelMain.java   | 12 +++++-
 .../dsl/jbang/core/commands/ExportQuarkus.java     | 12 +++++-
 .../dsl/jbang/core/commands/ExportSpringBoot.java  | 10 ++++-
 4 files changed, 76 insertions(+), 4 deletions(-)