This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch fix/CAMEL-24661-console
in repository https://gitbox.apache.org/repos/asf/camel.git
from fc34ab320714 CAMEL-24661: camel-jbang - --console with the Spring Boot
and Quarkus runtimes
add 6c4eeeceefe8 CAMEL-24661: camel-jbang - camel export --console only
enables the developer console for the dev profile
No new revisions were added by this update.
Summary of changes:
.../modules/ROOT/pages/camel-jbang-managing.adoc | 20 +++-
.../camel-jbang-dependency-copy.adoc | 2 +-
.../camel-jbang-dependency-list.adoc | 2 +-
.../camel-jbang-dependency-update.adoc | 2 +-
.../pages/jbang-commands/camel-jbang-export.adoc | 2 +-
.../pages/jbang-commands/camel-jbang-sbom.adoc | 2 +-
.../META-INF/camel-jbang-commands-metadata.json | 6 +-
.../dsl/jbang/core/commands/ExportBaseCommand.java | 74 +++++++++++-
.../dsl/jbang/core/commands/ExportCamelMain.java | 17 +--
.../dsl/jbang/core/commands/ExportQuarkus.java | 17 ++-
.../dsl/jbang/core/commands/ExportSpringBoot.java | 45 ++++---
.../apache/camel/dsl/jbang/core/commands/Run.java | 9 ++
.../camel/dsl/jbang/core/commands/ExportTest.java | 130 ++++++++++++++-------
.../devprofile/application-dev.properties | 4 +-
.../src/test/resources/{ => devprofile}/hello.yaml | 0
15 files changed, 233 insertions(+), 99 deletions(-)
copy components/camel-solr/src/test/resources/solr/collection1/core.properties
=>
dsl/camel-jbang/camel-jbang-core/src/test/resources/devprofile/application-dev.properties
(97%)
copy dsl/camel-jbang/camel-jbang-core/src/test/resources/{ =>
devprofile}/hello.yaml (100%)