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 2f8de712 Kamelets Catalog - Make the description a one liner - AWS S3 
Streaming Upload Sink (#2359)
     new a509a5a6 chore: Update to Citrus 4.5.0
     new 19725e5d chore: Use pure Citrus instead of YAKS

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:
 .../{yaks-tests.yaml => integration-tests.yaml}    |  16 +-
 .gitignore                                         |   1 +
 CHANGELOG.md                                       |   2 +-
 README.md                                          |   8 +-
 docs/modules/ROOT/pages/development.adoc           |   8 +-
 pom.xml                                            |   7 +-
 tests/camel-kamelets-itest/README.md               |  14 +-
 .../camel-kamelets-itest/jbang.properties          |   7 +-
 tests/camel-kamelets-itest/pom.xml                 |  82 ++------
 .../src/test/java/EndpointAutoConfiguration.java   |  57 ++++++
 .../src/test/java/KameletsIT.java                  |  83 ++++++++
 .../src/test/java/KameletsYaksIT.java              |  30 ---
 .../src/test/java/YaksAutoConfiguration.java       |  39 ----
 .../src/test/resources/avro/README.md              |   8 +-
 .../resources/avro/avro-binary-source-pipe.yaml    |   5 +-
 .../src/test/resources/avro/avro-data-type.feature |  22 --
 .../avro-data-type.it.yaml}                        |  51 ++---
 .../test/resources/avro/avro-serdes-action.feature |  22 --
 ...yaks-config.yaml => avro-serdes-action.it.yaml} |  54 +++--
 .../test/resources/avro/avro-serialize-pipe.yaml   |   2 +-
 .../resources/avro/avro-x-struct-sink-pipe.yaml    |   3 -
 .../test/resources/aws/ddb/amazonDDBClient.groovy  |  14 +-
 .../test/resources/aws/ddb/application.properties  |  12 +-
 .../aws/ddb/aws-ddb-sink-delete-item.it.yaml       | 110 ++++++++++
 .../test/resources/aws/ddb/aws-ddb-sink-pipe.yaml  |  18 +-
 .../aws/ddb/aws-ddb-sink-put-item.it.yaml          |  97 +++++++++
 .../aws/ddb/aws-ddb-sink-update-item.it.yaml       | 118 +++++++++++
 .../test/resources/aws/ddb/aws-ddb-sink.feature    | 112 -----------
 .../resources/aws/ddb/aws-ddb-source-pipe.yaml     |  12 +-
 .../test/resources/aws/ddb/aws-ddb-source.feature  |  53 -----
 .../test/resources/aws/ddb/aws-ddb-source.it.yaml  |  67 +++++++
 .../src/test/resources/aws/ddb/getItem.groovy      |  25 +--
 .../src/test/resources/aws/ddb/putItem.groovy      |  12 +-
 .../src/test/resources/aws/ddb/verifyItems.groovy  |  22 +-
 .../src/test/resources/aws/ddb/yaks-config.yaml    |  68 -------
 .../aws/kinesis/amazonKinesisClient.groovy         |  17 +-
 .../resources/aws/kinesis/application.properties   |  13 +-
 .../aws-kinesis-event-listener.yaml}               |  33 ++-
 .../aws/kinesis/aws-kinesis-sink-pipe.yaml         |  18 +-
 .../resources/aws/kinesis/aws-kinesis-sink.feature |  59 ------
 .../resources/aws/kinesis/aws-kinesis-sink.it.yaml |  79 ++++++++
 .../aws/kinesis/aws-kinesis-source-pipe.yaml       |  12 +-
 .../aws/kinesis/aws-kinesis-source.feature         |  50 -----
 .../aws/kinesis/aws-kinesis-source.it.yaml         |  67 +++++++
 .../resources/aws/kinesis/waitForLocalStack.groovy |  20 --
 .../test/resources/aws/kinesis/yaks-config.yaml    |  61 ------
 .../src/test/resources/aws/s3/README.md            |  23 +--
 .../test/resources/aws/s3/amazonS3Client.groovy    |  18 +-
 .../test/resources/aws/s3/application.properties   |  25 +--
 .../resources/aws/s3/aws-s3-credentials.properties |   8 -
 .../test/resources/aws/s3/aws-s3-http-pipe.feature |  53 -----
 .../aws/s3/aws-s3-knative-channel.feature          |  47 -----
 .../aws/s3/aws-s3-source-property-conf.feature     |  36 ----
 .../aws/s3/aws-s3-source-secret-conf.feature       |  40 ----
 .../aws/s3/aws-s3-source-uri-conf.feature          |  31 ---
 .../test/resources/aws/s3/aws-s3-to-http.it.yaml   |  95 +++++++++
 .../src/test/resources/aws/s3/aws-s3-to-http.yaml  |  16 +-
 .../resources/aws/s3/aws-s3-to-knative-broker.yaml |   8 +-
 .../aws/s3/aws-s3-to-knative-channel.yaml          |  47 -----
 .../aws/s3/aws-s3-to-log-secret-based.groovy       |  24 ---
 .../aws/s3/aws-s3-to-log-uri-based.groovy          |  33 ---
 .../aws/s3/aws-s3-to-log-uri-based.it.yaml         |  81 ++++++++
 ...ve-to-log.yaml => aws-s3-to-log-uri-based.yaml} |  34 ++--
 .../test/resources/aws/s3/aws-s3-uri-pipe.feature  |  33 ---
 .../test/resources/aws/s3/aws-s3-uri-pipe.it.yaml  |  81 ++++++++
 .../src/test/resources/aws/s3/aws-s3-uri-pipe.yaml |  14 +-
 .../test/resources/aws/s3/waitForLocalStack.groovy |  20 --
 .../src/test/resources/aws/s3/yaks-config.yaml     |  76 -------
 .../src/test/resources/aws/sqs/README.md           |  19 +-
 .../test/resources/aws/sqs/amazonSQSClient.groovy  |  17 +-
 .../aws/sqs/aws-sqs-credentials.properties         |   8 -
 .../aws/sqs/aws-sqs-knative-channel.feature        |  43 ----
 .../aws/sqs/aws-sqs-source-property-conf.feature   |  33 ---
 .../aws/sqs/aws-sqs-source-secret-conf.feature     |  37 ----
 .../aws/sqs/aws-sqs-source-uri-conf.feature        |  28 ---
 .../aws/sqs/aws-sqs-to-knative-channel.yaml        |  46 -----
 .../aws/sqs/aws-sqs-to-log-secret-based.groovy     |  24 ---
 .../aws/sqs/aws-sqs-to-log-uri-based.groovy        |  32 ---
 .../aws/sqs/aws-sqs-to-log-uri-based.it.yaml       |  74 +++++++
 .../aws-sqs-to-log-uri-based.yaml}                 |  31 ++-
 .../resources/aws/sqs/aws-sqs-uri-pipe.feature     |  30 ---
 .../resources/aws/sqs/aws-sqs-uri-pipe.it.yaml     |  74 +++++++
 .../test/resources/aws/sqs/aws-sqs-uri-pipe.yaml   |  12 +-
 .../resources/aws/sqs/waitForLocalStack.groovy     |  20 --
 .../src/test/resources/aws/sqs/yaks-config.yaml    |  74 -------
 .../test/resources/citrus-application.properties   |  22 +-
 .../src/test/resources/cucumber.properties         |  21 --
 .../resources/earthquake/earthquake-source.feature |  43 ----
 ...ake-to-http.yaml => earthquake-to-http.it.yaml} |  33 +--
 .../resources/earthquake/earthquake-to-http.yaml   |   2 +-
 .../src/test/resources/earthquake/yaks-config.yaml |  41 ----
 .../src/test/resources/jira/README.md              |  15 +-
 .../jira/jira-add-comment-sink-pipe.it.yaml        | 222 +++++++++++++++++++++
 .../resources/jira/jira-add-comment-sink-pipe.yaml |  12 +-
 .../resources/jira/jira-add-comment-sink.feature   | 153 --------------
 .../jira/jira-add-issue-sink-pipe.it.yaml          | 170 ++++++++++++++++
 .../resources/jira/jira-add-issue-sink-pipe.yaml   |  18 +-
 .../resources/jira/jira-add-issue-sink.feature     | 109 ----------
 .../test/resources/jira/jira-source-pipe.it.yaml   | 183 +++++++++++++++++
 .../src/test/resources/jira/jira-source-pipe.yaml  |   8 +-
 .../src/test/resources/jira/jira-source.feature    | 130 ------------
 .../src/test/resources/jira/yaks-config.yaml       |  56 ------
 .../test/resources/kafka/application.properties    |  12 +-
 .../src/test/resources/kafka/install.sh            |  28 ---
 .../test/resources/kafka/kafka-router-pipe.it.yaml |  83 ++++++++
 ...amp-router-pipe.yaml => kafka-router-pipe.yaml} |  10 +-
 .../test/resources/kafka/kafka-sink-pipe.it.yaml   |  63 ++++++
 .../src/test/resources/kafka/kafka-sink-pipe.yaml  |  12 +-
 .../src/test/resources/kafka/kafka-sink.feature    |  44 ----
 .../test/resources/kafka/kafka-source-pipe.it.yaml |  93 +++++++++
 .../test/resources/kafka/kafka-source-pipe.yaml    |  14 +-
 .../src/test/resources/kafka/kafka-source.feature  |  65 ------
 .../test/resources/kafka/timestamp-router.feature  |  55 -----
 .../src/test/resources/kafka/uninstall.sh          |  22 --
 .../src/test/resources/kafka/yaks-config.yaml      |  56 ------
 .../src/test/resources/log4j2-test.xml             |  31 ---
 .../src/test/resources/log4j2.properties           |  31 +++
 .../src/test/resources/mail/application.properties |   8 +-
 .../src/test/resources/mail/mail-server.groovy     |  26 ---
 .../src/test/resources/mail/mail-sink-pipe.it.yaml |  77 +++++++
 .../{timer-to-mail.yaml => mail-sink-pipe.yaml}    |  16 +-
 .../src/test/resources/mail/mail-sink.feature      |  64 ------
 .../mailServer.groovy}                             |  10 +-
 .../src/test/resources/mail/yaks-config.yaml       |  46 -----
 .../openapi/rest-openapi-sink-add-pet.it.yaml      |  84 ++++++++
 .../openapi/rest-openapi-sink-delete-pet.it.yaml   |  81 ++++++++
 .../resources/openapi/rest-openapi-sink-pipe.yaml  |  10 +-
 .../resources/openapi/rest-openapi-sink.feature    |  68 -------
 .../src/test/resources/openapi/yaks-config.yaml    |  43 ----
 .../src/test/resources/protobuf/README.md          |   8 +-
 .../protobuf/protobuf-binary-source-pipe.yaml      |   5 +-
 .../resources/protobuf/protobuf-data-type.feature  |  22 --
 .../protobuf-data-type.it.yaml}                    |  53 +++--
 .../protobuf/protobuf-serdes-action.feature        |  22 --
 .../protobuf-serdes-action.it.yaml}                |  53 +++--
 .../protobuf/protobuf-serialize-pipe.yaml          |   2 +-
 .../protobuf/protobuf-x-struct-sink-pipe.yaml      |   3 -
 .../src/test/resources/protobuf/yaks-config.yaml   |  45 -----
 .../src/test/resources/salesforce/delete-secret.sh |   2 +-
 .../test/resources/salesforce/prepare-secret.sh    |   4 +-
 .../src/test/resources/salesforce/yaks-config.yaml |  52 -----
 .../src/test/resources/slack/README.md             |  11 +-
 .../application.properties}                        |   6 +-
 .../src/test/resources/slack/slack-auth-test.json  |   2 +-
 .../slack/slack-conversations-history.json         |   2 +-
 .../resources/slack/slack-conversations-list.json  |   4 +-
 .../test/resources/slack/slack-sink-pipe.it.yaml   |  82 ++++++++
 .../src/test/resources/slack/slack-sink-pipe.yaml  |  10 +-
 .../src/test/resources/slack/slack-sink.feature    |  56 ------
 .../test/resources/slack/slack-source-pipe.it.yaml | 125 ++++++++++++
 .../test/resources/slack/slack-source-pipe.yaml    |   6 +-
 .../src/test/resources/slack/slack-source.feature  |  60 ------
 .../src/test/resources/slack/yaks-config.yaml      |  58 ------
 .../src/test/resources/timer/timer-source.feature  |  45 -----
 .../resources/timer/timer-to-http-pipe.it.yaml     |  61 ++++++
 .../test/resources/timer/timer-to-http-pipe.yaml   |   4 +-
 .../src/test/resources/timer/timer-to-http.feature |  32 ---
 .../src/test/resources/timer/timer-to-http.groovy  |  26 ---
 .../src/test/resources/timer/timer-to-http.it.yaml |  68 +++++++
 ...{timer-to-http-pipe.yaml => timer-to-http.yaml} |  35 ++--
 .../src/test/resources/timer/yaks-config.yaml      |  43 ----
 .../src/test/resources/transformation/README.md    |  18 +-
 .../transformation/data-type-action-pipe.it.yaml   |  75 +++++++
 .../transformation/data-type-action-pipe.yaml      |   4 +-
 .../transformation/data-type-action.feature        |  36 ----
 .../extract-field-action-pipe.it.yaml              |  67 +++++++
 .../transformation/extract-field-action-pipe.yaml  |   6 +-
 .../transformation/extract-field-action.feature    |  47 -----
 .../insert-field-action-pipe.it.yaml               |  71 +++++++
 .../transformation/insert-field-action-pipe.yaml   |   8 +-
 .../transformation/insert-field-action.feature     |  53 -----
 .../test/resources/transformation/yaks-config.yaml |  43 ----
 172 files changed, 3250 insertions(+), 3710 deletions(-)
 rename .github/workflows/{yaks-tests.yaml => integration-tests.yaml} (83%)
 copy docs/source-watch.yml => tests/camel-kamelets-itest/jbang.properties (84%)
 create mode 100644 
tests/camel-kamelets-itest/src/test/java/EndpointAutoConfiguration.java
 create mode 100644 tests/camel-kamelets-itest/src/test/java/KameletsIT.java
 delete mode 100644 tests/camel-kamelets-itest/src/test/java/KameletsYaksIT.java
 delete mode 100644 
tests/camel-kamelets-itest/src/test/java/YaksAutoConfiguration.java
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/avro/avro-data-type.feature
 copy 
tests/camel-kamelets-itest/src/test/resources/{aws/ddb/aws-ddb-source-pipe.yaml 
=> avro/avro-data-type.it.yaml} (55%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/avro/avro-serdes-action.feature
 rename tests/camel-kamelets-itest/src/test/resources/avro/{yaks-config.yaml => 
avro-serdes-action.it.yaml} (55%)
 copy docs/local-build.sh => 
tests/camel-kamelets-itest/src/test/resources/aws/ddb/application.properties 
(70%)
 mode change 100755 => 100644
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-delete-item.it.yaml
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-put-item.it.yaml
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-update-item.it.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink.feature
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-source.feature
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-source.it.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/ddb/yaks-config.yaml
 copy docs/local-build.sh => 
tests/camel-kamelets-itest/src/test/resources/aws/kinesis/application.properties
 (65%)
 mode change 100755 => 100644
 copy tests/camel-kamelets-itest/src/test/resources/aws/{s3/knative-to-log.yaml 
=> kinesis/aws-kinesis-event-listener.yaml} (66%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/kinesis/aws-kinesis-sink.feature
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/kinesis/aws-kinesis-sink.it.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/kinesis/aws-kinesis-source.feature
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/kinesis/aws-kinesis-source.it.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/kinesis/waitForLocalStack.groovy
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/kinesis/yaks-config.yaml
 copy .asf.yaml => 
tests/camel-kamelets-itest/src/test/resources/aws/s3/application.properties 
(65%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/s3/aws-s3-credentials.properties
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/s3/aws-s3-http-pipe.feature
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/s3/aws-s3-knative-channel.feature
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/s3/aws-s3-source-property-conf.feature
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/s3/aws-s3-source-secret-conf.feature
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/s3/aws-s3-source-uri-conf.feature
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/s3/aws-s3-to-http.it.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/s3/aws-s3-to-knative-channel.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/s3/aws-s3-to-log-secret-based.groovy
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/s3/aws-s3-to-log-uri-based.groovy
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/s3/aws-s3-to-log-uri-based.it.yaml
 copy tests/camel-kamelets-itest/src/test/resources/aws/s3/{knative-to-log.yaml 
=> aws-s3-to-log-uri-based.yaml} (65%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/s3/aws-s3-uri-pipe.feature
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/s3/aws-s3-uri-pipe.it.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/s3/waitForLocalStack.groovy
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/s3/yaks-config.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/sqs/aws-sqs-credentials.properties
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/sqs/aws-sqs-knative-channel.feature
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/sqs/aws-sqs-source-property-conf.feature
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/sqs/aws-sqs-source-secret-conf.feature
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/sqs/aws-sqs-source-uri-conf.feature
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/sqs/aws-sqs-to-knative-channel.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/sqs/aws-sqs-to-log-secret-based.groovy
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/sqs/aws-sqs-to-log-uri-based.groovy
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/sqs/aws-sqs-to-log-uri-based.it.yaml
 rename 
tests/camel-kamelets-itest/src/test/resources/aws/{s3/knative-channel-to-log.yaml
 => sqs/aws-sqs-to-log-uri-based.yaml} (67%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/sqs/aws-sqs-uri-pipe.feature
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/sqs/aws-sqs-uri-pipe.it.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/sqs/waitForLocalStack.groovy
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/aws/sqs/yaks-config.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/cucumber.properties
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/earthquake/earthquake-source.feature
 copy 
tests/camel-kamelets-itest/src/test/resources/earthquake/{earthquake-to-http.yaml
 => earthquake-to-http.it.yaml} (67%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/earthquake/yaks-config.yaml
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/jira/jira-add-comment-sink-pipe.it.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/jira/jira-add-comment-sink.feature
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/jira/jira-add-issue-sink-pipe.it.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/jira/jira-add-issue-sink.feature
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/jira/jira-source-pipe.it.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/jira/jira-source.feature
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/jira/yaks-config.yaml
 copy docs/local-build.sh => 
tests/camel-kamelets-itest/src/test/resources/kafka/application.properties (75%)
 mode change 100755 => 100644
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/kafka/install.sh
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/kafka/kafka-router-pipe.it.yaml
 rename 
tests/camel-kamelets-itest/src/test/resources/kafka/{timestamp-router-pipe.yaml 
=> kafka-router-pipe.yaml} (89%)
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/kafka/kafka-sink-pipe.it.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/kafka/kafka-sink.feature
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/kafka/kafka-source-pipe.it.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/kafka/kafka-source.feature
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/kafka/timestamp-router.feature
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/kafka/uninstall.sh
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/kafka/yaks-config.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/log4j2-test.xml
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/log4j2.properties
 copy docs/source-watch.yml => 
tests/camel-kamelets-itest/src/test/resources/mail/application.properties (86%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/mail/mail-server.groovy
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/mail/mail-sink-pipe.it.yaml
 rename tests/camel-kamelets-itest/src/test/resources/mail/{timer-to-mail.yaml 
=> mail-sink-pipe.yaml} (82%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/mail/mail-sink.feature
 rename 
tests/camel-kamelets-itest/src/test/resources/{aws/ddb/waitForLocalStack.groovy 
=> mail/mailServer.groovy} (82%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/mail/yaks-config.yaml
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/openapi/rest-openapi-sink-add-pet.it.yaml
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/openapi/rest-openapi-sink-delete-pet.it.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/openapi/rest-openapi-sink.feature
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/openapi/yaks-config.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/protobuf/protobuf-data-type.feature
 copy 
tests/camel-kamelets-itest/src/test/resources/{avro/avro-deserialize-pipe.yaml 
=> protobuf/protobuf-data-type.it.yaml} (54%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/protobuf/protobuf-serdes-action.feature
 copy 
tests/camel-kamelets-itest/src/test/resources/{avro/avro-deserialize-pipe.yaml 
=> protobuf/protobuf-serdes-action.it.yaml} (54%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/protobuf/yaks-config.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/salesforce/yaks-config.yaml
 rename 
tests/camel-kamelets-itest/src/test/resources/{timer/timer-to-http.properties 
=> slack/application.properties} (83%)
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/slack/slack-sink-pipe.it.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/slack/slack-sink.feature
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/slack/slack-source-pipe.it.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/slack/slack-source.feature
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/slack/yaks-config.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/timer/timer-source.feature
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/timer/timer-to-http-pipe.it.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/timer/timer-to-http.feature
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/timer/timer-to-http.groovy
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/timer/timer-to-http.it.yaml
 copy 
tests/camel-kamelets-itest/src/test/resources/timer/{timer-to-http-pipe.yaml => 
timer-to-http.yaml} (67%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/timer/yaks-config.yaml
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/transformation/data-type-action-pipe.it.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/transformation/data-type-action.feature
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/transformation/extract-field-action-pipe.it.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/transformation/extract-field-action.feature
 create mode 100644 
tests/camel-kamelets-itest/src/test/resources/transformation/insert-field-action-pipe.it.yaml
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/transformation/insert-field-action.feature
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/transformation/yaks-config.yaml

Reply via email to