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/11/09 10:44:40 UTC

[camel] branch regen_bot updated (7aa93fcb329 -> 97c9370d84c)

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 7aa93fcb329 CAMEL-18699: camel-jbang - Export to Spring Boot - Allow to specify a Camel version
     add 23d421e9aeb CAMEL-18699: camel-jbang - Export to Spring Boot - Allow to specify a Camel version
     add 99d9b46b9f7 Upgrade Jnats to version 2.16.4
     add 6a6d3c12e90 Sync deps
     add 3b14a2b30ab camel-jbang - Export fix pom.xml when using camel-kamelets-utils to avoid mixed camel versions on classpath
     add 97c9370d84c camel-jbang - Export fix pom.xml when using camel-kamelets-utils to avoid mixed camel versions on classpath

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                             |  2 +-
 docs/user-manual/modules/ROOT/pages/camel-jbang.adoc   |  3 +++
 .../apache/camel/dsl/jbang/core/commands/Export.java   |  1 +
 .../camel/dsl/jbang/core/commands/ExportCamelMain.java |  9 +++++++++
 .../camel/dsl/jbang/core/commands/ExportQuarkus.java   | 18 +++++++++++++++++-
 .../dsl/jbang/core/commands/ExportSpringBoot.java      | 18 +++++++++++++++++-
 parent/pom.xml                                         |  2 +-
 7 files changed, 49 insertions(+), 4 deletions(-)