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/08/11 09:34:25 UTC

[camel] branch regen_bot updated (c7b19dd19e1 -> 0724de12434)

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 c7b19dd19e1 Regen for commit 0c30abafae9cb75b55954adda292b4881bec9ce3 (#11080)
     add 0724de12434 CAMEL-19732 - Support Pipe in CRDs, replacing KameletBinding (#11067)

No new revisions were added by this update.

Summary of changes:
 .../modules/ROOT/pages/camel-jbang.adoc            |   8 +-
 .../apache/camel/dsl/jbang/core/commands/Bind.java |   4 +-
 .../apache/camel/dsl/jbang/core/commands/Run.java  |   3 +-
 .../camel/dsl/jbang/core/common/GitHubHelper.java  |   7 +-
 ...et.yaml.tmpl => pipe-kamelet-kamelet.yaml.tmpl} |   4 +-
 ...et-uri.yaml.tmpl => pipe-kamelet-uri.yaml.tmpl} |   4 +-
 ...amelet.yaml.tmpl => pipe-uri-kamelet.yaml.tmpl} |   4 +-
 ...ng-uri-uri.yaml.tmpl => pipe-uri-uri.yaml.tmpl} |   4 +-
 .../camel/dsl/yaml/YamlRoutesBuilderLoader.java    |  20 +-
 .../camel/dsl/yaml/KameletBindingLoaderTest.groovy | 686 ---------------------
 ...dingLoaderTest.groovy => PipeLoaderTest.groovy} | 114 ++--
 11 files changed, 86 insertions(+), 772 deletions(-)
 rename dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/{binding-kamelet-kamelet.yaml.tmpl => pipe-kamelet-kamelet.yaml.tmpl} (83%)
 rename dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/{binding-kamelet-uri.yaml.tmpl => pipe-kamelet-uri.yaml.tmpl} (80%)
 rename dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/{binding-uri-kamelet.yaml.tmpl => pipe-uri-kamelet.yaml.tmpl} (80%)
 rename dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/{binding-uri-uri.yaml.tmpl => pipe-uri-uri.yaml.tmpl} (75%)
 copy dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/{KameletBindingLoaderTest.groovy => PipeLoaderTest.groovy} (90%)