This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


    from 350b0cd0f Regen for commit 2015bcf89 (#2985)
     add 04e6bfb7a Fix #1059: add an SMPP sink Kamelet (#2988)
     add e5d38ae1d Fix #1060: add an SMPP source Kamelet (#2989)
     add d28ea86c8 Fix #738: add an SNMP source Kamelet (#2990)
     add c7b47c268 Fix #2941: make aws-ddb-sink honour its own operation 
property (#2992)
     add e1022b258 Fix #2969: stop overriding Apicurio's avroDatumProvider 
default (#2993)
     add f1db83588 Fix #462: document that replace-field-action only renames 
top level fields (#2995)
     add 43f1e8d92 Fix #2790: expose publisher confirms on spring-rabbitmq-sink 
(#2996)
     add d57990b44 chore(deps): bump 
org.apache.activemq:artemis-jakarta-client-all (#2991)
     add 7e70154f0 chore(deps): bump org.codehaus.plexus:plexus-utils from 
4.0.3 to 4.1.0 (#2950)
     add 144d75b4b chore(deps): bump 
org.apache.maven.resolver:maven-resolver-api (#2982)
     add 999a8d781 chore(deps): bump actions/setup-java from 5.7.0 to 6.0.0 
(#2986)
     add ebd9e1af4 Regen for commit 999a8d781867c67610e2e4307a4cb31eb3455449

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci-build.yml                     |   4 +-
 .github/workflows/generate-sbom-main.yml           |   2 +-
 .github/workflows/integration-tests.yaml           |   2 +-
 .github/workflows/java-tests.yaml                  |   2 +-
 .github/workflows/main-push-regen.yaml             |   2 +-
 docs/modules/ROOT/nav.adoc                         |   3 +
 kamelets/aws-ddb-sink.kamelet.yaml                 |   7 +-
 kamelets/jms-apache-artemis-sink.kamelet.yaml      |   2 +-
 kamelets/jms-apache-artemis-source.kamelet.yaml    |   2 +-
 .../jms-pooled-apache-artemis-sink.kamelet.yaml    |   2 +-
 .../jms-pooled-apache-artemis-source.kamelet.yaml  |   2 +-
 ...apicurio-registry-not-secured-sink.kamelet.yaml |   7 +-
 ...icurio-registry-not-secured-source.kamelet.yaml |   7 +-
 ...fka-batch-apicurio-registry-source.kamelet.yaml |   7 +-
 ...not-secured-apicurio-registry-sink.kamelet.yaml |   7 +-
 ...t-secured-apicurio-registry-source.kamelet.yaml |   7 +-
 kamelets/replace-field-action.kamelet.yaml         |  13 +-
 kamelets/smpp-sink.kamelet.yaml                    | 113 +++++++++++++++
 kamelets/smpp-source.kamelet.yaml                  |  98 +++++++++++++
 kamelets/snmp-source.kamelet.yaml                  | 151 +++++++++++++++++++++
 kamelets/spring-rabbitmq-sink.kamelet.yaml         |  25 ++++
 .../resources/kamelets/aws-ddb-sink.kamelet.yaml   |   7 +-
 .../kamelets/jms-apache-artemis-sink.kamelet.yaml  |   2 +-
 .../jms-apache-artemis-source.kamelet.yaml         |   2 +-
 .../jms-pooled-apache-artemis-sink.kamelet.yaml    |   2 +-
 .../jms-pooled-apache-artemis-source.kamelet.yaml  |   2 +-
 ...apicurio-registry-not-secured-sink.kamelet.yaml |   7 +-
 ...icurio-registry-not-secured-source.kamelet.yaml |   7 +-
 ...fka-batch-apicurio-registry-source.kamelet.yaml |   7 +-
 ...not-secured-apicurio-registry-sink.kamelet.yaml |   7 +-
 ...t-secured-apicurio-registry-source.kamelet.yaml |   7 +-
 .../kamelets/replace-field-action.kamelet.yaml     |  13 +-
 .../main/resources/kamelets/smpp-sink.kamelet.yaml | 113 +++++++++++++++
 .../resources/kamelets/smpp-source.kamelet.yaml    |  98 +++++++++++++
 .../resources/kamelets/snmp-source.kamelet.yaml    | 151 +++++++++++++++++++++
 .../kamelets/spring-rabbitmq-sink.kamelet.yaml     |  25 ++++
 pom.xml                                            |   6 +-
 .../test/resources/aws/ddb/aws-ddb-sink-route.yaml |   3 -
 38 files changed, 874 insertions(+), 50 deletions(-)
 create mode 100644 kamelets/smpp-sink.kamelet.yaml
 create mode 100644 kamelets/smpp-source.kamelet.yaml
 create mode 100644 kamelets/snmp-source.kamelet.yaml
 create mode 100644 
library/camel-kamelets/src/main/resources/kamelets/smpp-sink.kamelet.yaml
 create mode 100644 
library/camel-kamelets/src/main/resources/kamelets/smpp-source.kamelet.yaml
 create mode 100644 
library/camel-kamelets/src/main/resources/kamelets/snmp-source.kamelet.yaml

Reply via email to