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-kamelets.git


    from c403c391 chore: Remove Jitpack
     add a193a528 Updated CHANGELOG.md
     add 331abebb chore: Add data-type-action Kamelet

No new revisions were added by this update.

Summary of changes:
 .github/workflows/yaks-tests.yaml                  |  9 +++-
 CHANGELOG.md                                       |  8 ++++
 docs/modules/ROOT/nav.adoc                         |  1 +
 ....kamelet.yaml => data-type-action.kamelet.yaml} | 50 ++++++++++++---------
 .../aws2/s3/AWS2S3CloudEventOutputType.java        | 25 +++--------
 .../converter/http/HttpCloudEventOutputType.java   | 52 ++++++++++++++++++++++
 .../utils/format/converter/utils/CloudEvents.java  | 45 +++++++++++++++++++
 .../services/org/apache/camel/DataTypeConverter    |  1 +
 .../converter/{camel-string => http-cloudevents}   |  2 +-
 .../aws2/s3/AWS2S3CloudEventOutputTypeTest.java    |  9 ++--
 .../HttpCloudEventOutputTypeTest.java}             | 38 +++++++++-------
 .../kamelets/data-type-action.kamelet.yaml         | 50 ++++++++++++---------
 test/aws-s3/README.md                              |  2 +-
 .../aws-s3-knative-broker.feature}                 | 16 +++----
 ...ding.feature => aws-s3-knative-channel.feature} |  0
 .../aws-s3-knative-cloudevents.feature}            | 14 +++---
 test/aws-s3/aws-s3-to-http.feature                 | 49 ++++++++++++++++++++
 ...to-knative-channel.yaml => aws-s3-to-http.yaml} | 30 +++++++++++--
 .../aws-s3-to-knative-broker.yaml}                 | 12 +++--
 test/aws-s3/yaks-config.yaml                       |  2 +
 .../data-type-action-binding.yaml}                 | 13 ++++--
 test/data-type-action/data-type-action.feature     | 33 ++++++++++++++
 .../yaks-config.yaml                               |  2 +-
 .../insert-field-action.feature                    |  2 +-
 test/rest-openapi-sink/rest-openapi-sink.feature   |  1 -
 .../timer-to-http/application.properties           |  4 +-
 test/timer-to-http/timer-to-http.feature           | 25 +++++++++++
 .../timer-to-http.groovy}                          |  7 ++-
 .../yaks-config.yaml                               | 12 ++---
 29 files changed, 388 insertions(+), 126 deletions(-)
 copy kamelets/{jolt-transformation-action.kamelet.yaml => 
data-type-action.kamelet.yaml} (80%)
 create mode 100644 
library/camel-kamelets-utils/src/main/java/org/apache/camel/kamelets/utils/format/converter/http/HttpCloudEventOutputType.java
 create mode 100644 
library/camel-kamelets-utils/src/main/java/org/apache/camel/kamelets/utils/format/converter/utils/CloudEvents.java
 copy 
library/camel-kamelets-utils/src/main/resources/META-INF/services/org/apache/camel/datatype/converter/{camel-string
 => http-cloudevents} (90%)
 copy 
library/camel-kamelets-utils/src/test/java/org/apache/camel/kamelets/utils/format/converter/{aws2/s3/AWS2S3CloudEventOutputTypeTest.java
 => http/HttpCloudEventOutputTypeTest.java} (58%)
 copy kamelets/jolt-transformation-action.kamelet.yaml => 
library/camel-kamelets/src/main/resources/kamelets/data-type-action.kamelet.yaml
 (80%)
 copy test/{experimental/aws-s3-exp/aws-s3-knative.feature => 
aws-s3/aws-s3-knative-broker.feature} (77%)
 rename test/aws-s3/{aws-s3-knative-binding.feature => 
aws-s3-knative-channel.feature} (100%)
 copy test/{experimental/aws-s3-exp/aws-s3-cloudevents.feature => 
aws-s3/aws-s3-knative-cloudevents.feature} (80%)
 create mode 100644 test/aws-s3/aws-s3-to-http.feature
 copy test/aws-s3/{aws-s3-to-knative-channel.yaml => aws-s3-to-http.yaml} (70%)
 copy test/{experimental/aws-s3-exp/aws-s3-to-knative.yaml => 
aws-s3/aws-s3-to-knative-broker.yaml} (86%)
 copy test/{extract-field-action/extract-field-action-binding.yaml => 
data-type-action/data-type-action-binding.yaml} (83%)
 create mode 100644 test/data-type-action/data-type-action.feature
 copy test/{extract-field-action => data-type-action}/yaks-config.yaml (97%)
 copy 
library/camel-kamelets-utils/src/test/resources/META-INF/services/org/apache/camel/DataTypeConverter
 => test/timer-to-http/application.properties (88%)
 create mode 100644 test/timer-to-http/timer-to-http.feature
 copy test/{aws-s3/aws-s3-to-log-secret-based.groovy => 
timer-to-http/timer-to-http.groovy} (80%)
 copy test/{earthquake-source => timer-to-http}/yaks-config.yaml (84%)

Reply via email to