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 1a10579ae81 feat: add exchange constants related to the schema of the
message payload
add 0940f345ab6 CAMEL-18204: camel-jbang - Export to quarkus should use
quarkus catalog to know if the JARs are an extension or not to generate correct
pom.xml
No new revisions were added by this update.
Summary of changes:
.../dsl/jbang/core/commands/ExportQuarkus.java | 110 ++++++++++++++++++++-
.../camel/dsl/jbang/core/common/XmlHelper.java | 58 +++++++++++
.../camel/main/download/DependencyDownloader.java | 22 ++++-
.../main/download/MavenDependencyDownloader.java | 36 ++++++-
4 files changed, 221 insertions(+), 5 deletions(-)
create mode 100644
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/common/XmlHelper.java