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 8a8c4381b chore(deps): bump
org.apache.maven.resolver:maven-resolver-api
add 34dd734be chore: Migrate AWS tests from LocalStack to Floci and add
sink tests (#2913)
No new revisions were added by this update.
Summary of changes:
tests/camel-kamelets-itest/pom.xml | 5 ++
.../camel-kamelets-itest/src/test/java/AwsIT.java | 5 ++
.../citrus-application.properties | 4 ++
...ws-ddb-sink-delete-item.citrus.it.yaml.disabled | 4 +-
.../test/resources/aws/ddb/aws-ddb-sink-pipe.yaml | 50 --------------
.../aws-ddb-sink-put-item.citrus.it.yaml.disabled | 4 +-
.../aws-ddb-sink-route.yaml} | 27 +++++---
...ws-ddb-sink-update-item.citrus.it.yaml.disabled | 4 +-
.../resources/aws/ddb/aws-ddb-source-pipe.yaml | 42 ------------
.../aws-ddb-source-route.yaml} | 21 +++---
.../aws/ddb/aws-ddb-source.citrus.it.yaml.disabled | 6 +-
.../aws/eventbridge/aws-eventbridge-sink-pipe.yaml | 51 --------------
.../aws-eventbridge-sink-route.yaml} | 28 +++++---
.../aws-eventbridge-sink.citrus.it.yaml | 8 +--
.../eventbridge/aws-sqs-event-listener-pipe.yaml | 41 -----------
.../aws-sqs-event-listener-route.yaml} | 15 ++--
.../aws/kinesis/aws-kinesis-sink-pipe.yaml | 56 ---------------
.../aws-kinesis-sink-route.yaml} | 27 +++++---
.../aws/kinesis/aws-kinesis-sink.citrus.it.yaml | 4 +-
.../aws/kinesis/aws-kinesis-source-pipe.yaml | 41 -----------
.../aws-kinesis-source-route.yaml} | 19 +++---
.../aws/kinesis/aws-kinesis-source.citrus.it.yaml | 6 +-
.../src/test/resources/aws/s3/README.md | 6 +-
.../aws-s3-sink-route.citrus.it.yaml} | 58 ++++++++--------
...o-log-uri-based.yaml => aws-s3-sink-route.yaml} | 25 ++++---
...log-uri-based.yaml => aws-s3-source-route.yaml} | 5 +-
...based.yaml => aws-s3-source-to-http-route.yaml} | 26 ++++++-
.../resources/aws/s3/aws-s3-to-http.citrus.it.yaml | 6 +-
.../src/test/resources/aws/s3/aws-s3-to-http.yaml | 79 ----------------------
.../aws/s3/aws-s3-to-log-uri-based.citrus.it.yaml | 2 +-
.../aws/s3/aws-s3-uri-pipe.citrus.it.yaml | 6 +-
.../src/test/resources/aws/s3/aws-s3-uri-pipe.yaml | 42 ------------
.../{amazonS3Client.groovy => getS3Object.groovy} | 9 ++-
.../aws-sns-sink-route.citrus.it.yaml} | 60 ++++++++++------
.../aws-sns-sink-route.yaml} | 24 ++++---
.../aws-sqs-sns-event-listener.yaml} | 10 ++-
.../test/resources/aws/sns/setupSnsToSqs.groovy | 53 +++++++++++++++
.../src/test/resources/aws/sqs/README.md | 6 +-
...based.yaml => aws-sqs-sink-event-listener.yaml} | 10 ++-
...s.it.yaml => aws-sqs-sink-route.citrus.it.yaml} | 46 +++++++++----
.../aws-sqs-sink-route.yaml} | 24 ++++---
...og-uri-based.yaml => aws-sqs-source-route.yaml} | 5 +-
.../sqs/aws-sqs-to-log-uri-based.citrus.it.yaml | 2 +-
.../aws/sqs/aws-sqs-uri-pipe.citrus.it.yaml | 6 +-
.../test/resources/aws/sqs/aws-sqs-uri-pipe.yaml | 41 -----------
45 files changed, 370 insertions(+), 649 deletions(-)
delete mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-pipe.yaml
copy
tests/camel-kamelets-itest/src/test/resources/aws/{s3/aws-s3-to-log-uri-based.yaml
=> ddb/aws-ddb-sink-route.yaml} (61%)
delete mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-source-pipe.yaml
copy
tests/camel-kamelets-itest/src/test/resources/aws/{s3/aws-s3-to-log-uri-based.yaml
=> ddb/aws-ddb-source-route.yaml} (68%)
delete mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/eventbridge/aws-eventbridge-sink-pipe.yaml
copy
tests/camel-kamelets-itest/src/test/resources/aws/{s3/aws-s3-to-log-uri-based.yaml
=> eventbridge/aws-eventbridge-sink-route.yaml} (53%)
delete mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/eventbridge/aws-sqs-event-listener-pipe.yaml
copy
tests/camel-kamelets-itest/src/test/resources/aws/{sqs/aws-sqs-to-log-uri-based.yaml
=> eventbridge/aws-sqs-event-listener-route.yaml} (74%)
delete mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/kinesis/aws-kinesis-sink-pipe.yaml
copy
tests/camel-kamelets-itest/src/test/resources/aws/{s3/aws-s3-to-log-uri-based.yaml
=> kinesis/aws-kinesis-sink-route.yaml} (59%)
delete mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/kinesis/aws-kinesis-source-pipe.yaml
copy
tests/camel-kamelets-itest/src/test/resources/aws/{sqs/aws-sqs-to-log-uri-based.yaml
=> kinesis/aws-kinesis-source-route.yaml} (69%)
copy
tests/camel-kamelets-itest/src/test/resources/aws/{ddb/aws-ddb-source.citrus.it.yaml.disabled
=> s3/aws-s3-sink-route.citrus.it.yaml} (59%)
copy
tests/camel-kamelets-itest/src/test/resources/aws/s3/{aws-s3-to-log-uri-based.yaml
=> aws-s3-sink-route.yaml} (62%)
copy
tests/camel-kamelets-itest/src/test/resources/aws/s3/{aws-s3-to-log-uri-based.yaml
=> aws-s3-source-route.yaml} (94%)
copy
tests/camel-kamelets-itest/src/test/resources/aws/s3/{aws-s3-to-log-uri-based.yaml
=> aws-s3-source-to-http-route.yaml} (67%)
delete mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/s3/aws-s3-to-http.yaml
delete mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/s3/aws-s3-uri-pipe.yaml
copy
tests/camel-kamelets-itest/src/test/resources/aws/s3/{amazonS3Client.groovy =>
getS3Object.groovy} (81%)
copy
tests/camel-kamelets-itest/src/test/resources/aws/{sqs/aws-sqs-to-log-uri-based.citrus.it.yaml
=> sns/aws-sns-sink-route.citrus.it.yaml} (55%)
copy
tests/camel-kamelets-itest/src/test/resources/aws/{s3/aws-s3-to-log-uri-based.yaml
=> sns/aws-sns-sink-route.yaml} (65%)
copy
tests/camel-kamelets-itest/src/test/resources/aws/{sqs/aws-sqs-to-log-uri-based.yaml
=> sns/aws-sqs-sns-event-listener.yaml} (89%)
create mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/sns/setupSnsToSqs.groovy
copy
tests/camel-kamelets-itest/src/test/resources/aws/sqs/{aws-sqs-to-log-uri-based.yaml
=> aws-sqs-sink-event-listener.yaml} (89%)
copy
tests/camel-kamelets-itest/src/test/resources/aws/sqs/{aws-sqs-to-log-uri-based.citrus.it.yaml
=> aws-sqs-sink-route.citrus.it.yaml} (61%)
copy
tests/camel-kamelets-itest/src/test/resources/aws/{s3/aws-s3-to-log-uri-based.yaml
=> sqs/aws-sqs-sink-route.yaml} (65%)
copy
tests/camel-kamelets-itest/src/test/resources/aws/sqs/{aws-sqs-to-log-uri-based.yaml
=> aws-sqs-source-route.yaml} (93%)
delete mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/sqs/aws-sqs-uri-pipe.yaml