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

cdeppisch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


    from b1119b66 Bump peter-evans/create-pull-request from 7.0.2 to 7.0.3 
(#2199)
     new d4433cca chore: Fix YAKS tests
     new f2ad1552 chore: Fix AWS SQS source optional parameters

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 kamelets/aws-sqs-source.kamelet.yaml               |  8 +--
 .../resources/kamelets/aws-sqs-source.kamelet.yaml |  8 +--
 pom.xml                                            |  6 +-
 .../test/resources/aws/ddb/aws-ddb-sink.feature    |  1 +
 .../test/resources/aws/ddb/aws-ddb-source.feature  |  1 +
 .../ddb/waitForLocalStack.groovy}                  | 10 +--
 .../src/test/resources/aws/ddb/yaks-config.yaml    |  1 +
 .../resources/aws/kinesis/aws-kinesis-sink.feature |  1 +
 .../aws/kinesis/aws-kinesis-source.feature         |  1 +
 .../kinesis/waitForLocalStack.groovy}              | 10 +--
 .../test/resources/aws/kinesis/yaks-config.yaml    |  1 +
 .../test/resources/aws/s3/aws-s3-http-pipe.feature |  1 +
 .../resources/aws/s3/aws-s3-knative-broker.feature |  1 +
 .../aws/s3/aws-s3-knative-channel.feature          |  1 +
 .../aws/s3/aws-s3-knative-cloudevents.feature      |  1 +
 .../aws/s3/aws-s3-source-property-conf.feature     |  1 +
 .../aws/s3/aws-s3-source-secret-conf.feature       |  1 +
 .../aws/s3/aws-s3-source-uri-conf.feature          |  1 +
 .../test/resources/aws/s3/aws-s3-uri-pipe.feature  |  1 +
 .../s3/waitForLocalStack.groovy}                   | 10 +--
 .../src/test/resources/aws/s3/yaks-config.yaml     |  1 +
 .../aws/sqs/aws-sqs-knative-channel.feature        |  1 +
 .../aws/sqs/aws-sqs-source-property-conf.feature   |  1 +
 .../aws/sqs/aws-sqs-source-secret-conf.feature     |  1 +
 .../aws/sqs/aws-sqs-source-uri-conf.feature        |  1 +
 .../resources/aws/sqs/aws-sqs-uri-pipe.feature     |  1 +
 .../sqs/waitForLocalStack.groovy}                  | 10 +--
 .../src/test/resources/aws/sqs/yaks-config.yaml    |  1 +
 .../test/resources/citrus-application.properties   |  4 +-
 .../src/test/resources/kafka/kafka-sink.feature    |  4 +-
 .../src/test/resources/kafka/kafka-source.feature  |  4 +-
 .../test/resources/kafka/timestamp-router.feature  | 14 ++--
 .../src/test/resources/slack/slack-auth-test.json  |  8 +++
 .../slack/slack-conversations-history.json         | 16 +++++
 .../resources/slack/slack-conversations-list.json  | 42 ++++++++++++
 .../src/test/resources/slack/slack-source.feature  | 78 +---------------------
 .../src/test/resources/slack/yaks-config.yaml      |  3 +
 37 files changed, 125 insertions(+), 131 deletions(-)
 copy tests/camel-kamelets-itest/src/test/resources/{mail/mail-server.groovy => 
aws/ddb/waitForLocalStack.groovy} (80%)
 copy tests/camel-kamelets-itest/src/test/resources/{mail/mail-server.groovy => 
aws/kinesis/waitForLocalStack.groovy} (80%)
 copy tests/camel-kamelets-itest/src/test/resources/{mail/mail-server.groovy => 
aws/s3/waitForLocalStack.groovy} (80%)
 copy tests/camel-kamelets-itest/src/test/resources/{mail/mail-server.groovy => 
aws/sqs/waitForLocalStack.groovy} (80%)
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/slack/slack-auth-test.json
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/slack/slack-conversations-history.json
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/slack/slack-conversations-list.json

Reply via email to