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 19aefbbf463 Google Secret Manager: added notes about permissions
needed to use the feature at service account level
add 43269cb306d CAMEL-17261: camel-jbang - Bind goal
No new revisions were added by this update.
Summary of changes:
.../apache/camel/dsl/jbang/core/commands/Bind.java | 155 +++++++++++++++++++++
.../dsl/jbang/core/commands/CamelJBangMain.java | 1 +
.../templates/binding-kamelet-kamelet.yaml.tmpl | 17 +++
.../templates/binding-kamelet-uri.yaml.tmpl | 15 ++
.../templates/binding-uri-kamelet.yaml.tmpl | 15 ++
.../resources/templates/binding-uri-uri.yaml.tmpl | 13 ++
6 files changed, 216 insertions(+)
create mode 100644
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Bind.java
create mode 100644
dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/binding-kamelet-kamelet.yaml.tmpl
create mode 100644
dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/binding-kamelet-uri.yaml.tmpl
create mode 100644
dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/binding-uri-kamelet.yaml.tmpl
create mode 100644
dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/binding-uri-uri.yaml.tmpl