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

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


    from c5b52819 [maven-release-plugin] prepare release v4.8.0
     new 3939a347 chore: Fix YAKS tests
     new 2e51d719 chore: Fix AWS SQS source optional parameters
     new dc00bdc7 chore: Enable CI jobs for LTS 4.8.x branch

The 3 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:
 .github/workflows/ci-build.yml                     |  2 +
 .github/workflows/java-tests.yaml                  |  3 +-
 .github/workflows/validate.yaml                    |  4 +-
 .github/workflows/yaks-tests.yaml                  |  2 +
 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 +
 41 files changed, 134 insertions(+), 133 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