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 2024/04/29 16:40:07 UTC

(camel-kamelets) branch regen_bot updated (51178428 -> b468cd6e)

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 51178428 Fix AWS DDB Streams Source Kamelet
     add b468cd6e chore: Add AWS Kinesis Kamelet tests

No new revisions were added by this update.

Summary of changes:
 tests/camel-kamelets-itest/pom.xml                 |  6 +++
 .../test/resources/aws/ddb/amazonDDBClient.groovy  |  3 +-
 .../test/resources/aws/ddb/aws-ddb-sink-pipe.yaml  |  4 +-
 .../aws/ddb/aws-ddb-source-getItem.feature         |  1 +
 .../resources/aws/ddb/aws-ddb-source-pipe.yaml     |  4 +-
 .../amazonKinesisClient.groovy}                    | 14 +++---
 .../aws-kinesis-sink-pipe.yaml}                    | 34 +++++++------
 .../resources/aws/kinesis/aws-kinesis-sink.feature | 58 ++++++++++++++++++++++
 .../aws-kinesis-source-pipe.yaml}                  |  9 ++--
 .../aws-kinesis-source.feature}                    | 37 +++++++-------
 .../aws/{ddb => kinesis}/yaks-config.yaml          | 14 ++----
 11 files changed, 121 insertions(+), 63 deletions(-)
 copy tests/camel-kamelets-itest/src/test/resources/aws/{s3/amazonS3Client.groovy => kinesis/amazonKinesisClient.groovy} (84%)
 copy tests/camel-kamelets-itest/src/test/resources/aws/{s3/aws-s3-to-knative-broker.yaml => kinesis/aws-kinesis-sink-pipe.yaml} (75%)
 create mode 100644 tests/camel-kamelets-itest/src/test/resources/aws/kinesis/aws-kinesis-sink.feature
 copy tests/camel-kamelets-itest/src/test/resources/aws/{ddb/aws-ddb-source-pipe.yaml => kinesis/aws-kinesis-source-pipe.yaml} (87%)
 copy tests/camel-kamelets-itest/src/test/resources/aws/{ddb/aws-ddb-source-getItem.feature => kinesis/aws-kinesis-source.feature} (56%)
 copy tests/camel-kamelets-itest/src/test/resources/aws/{ddb => kinesis}/yaks-config.yaml (85%)