This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
from 9efc614e7f0 Update camel-configuration-utilities.adoc (#9337) new 10d5086721f camel-jbang - CatalogLoader new ffb9343ff2e CAMEL-19030: camel-jbang - doc and catalog to support --camel-version option The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../dsl/jbang/core/commands/ExportQuarkus.java | 89 +------- .../dsl/jbang/core/commands/ExportSpringBoot.java | 103 +-------- .../core/commands/catalog/CatalogBaseCommand.java | 23 +- .../jbang/core/commands/catalog/CatalogDoc.java | 24 +- .../camel/dsl/jbang/core/common/CatalogLoader.java | 246 +++++++++++++++++++++ 5 files changed, 298 insertions(+), 187 deletions(-) create mode 100644 dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/common/CatalogLoader.java