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/05/09 14:41:25 UTC

[camel] branch regen_bot_3x updated (e8824fdfc9d -> 8a4721fed9c)

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 e8824fdfc9d Update camel releases
     add b79c41dda7f CAMEL-19099 - Camel-Jbang Export: Add a flag to include secret refresh properties in application.properties
     add e9d4261eb6c CAMEL-19099 - Camel-Jbang Export: Add a flag to include secret refresh properties in application.properties
     add 7928d3fc7a2 CAMEL-19099 - Camel-Jbang Export: Add a flag to include secret refresh properties in application.properties
     add b52beb5d696 CAMEL-19099 - Camel-Jbang Export: Add a flag to include secret refresh properties in application.properties
     add ae9cde23eae CAMEL-19099 - Camel-Jbang Export: Add a flag to include secret refresh properties in application.properties
     add 25b2e1579fa CAMEL-19099 - Camel-Jbang Export: Add a flag to include secret refresh properties in application.properties
     add 43181a3cbbc CAMEL-19099 - Camel-Jbang Export: Add a flag to include secret refresh properties in application.properties
     add e616a9e9f88 CAMEL-19099 - Camel-Jbang Export: Add a flag to include secret refresh properties in application.properties
     add 8a3f6d3e8ab CAMEL-19099 - Camel-Jbang Export: Add a flag to include secret refresh properties in application.properties
     add 8a4721fed9c CAMEL-19099 - Camel-Jbang Export: Add a flag to include secret refresh properties in application.properties

No new revisions were added by this update.

Summary of changes:
 .../camel/dsl/jbang/core/commands/Export.java      |  6 ++
 .../dsl/jbang/core/commands/ExportBaseCommand.java | 55 +++++++++++++
 .../dsl/jbang/core/commands/ExportCamelMain.java   | 56 ++++++++++++++
 .../dsl/jbang/core/commands/ExportQuarkus.java     | 87 ++++++++++++++++++++-
 .../dsl/jbang/core/commands/ExportSpringBoot.java  | 90 ++++++++++++++++++++++
 5 files changed, 293 insertions(+), 1 deletion(-)