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 2023/12/08 20:40:49 UTC

(camel-kamelets) branch regen_bot updated (3d3fbd1a -> b25737b2)

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 3d3fbd1a Bump org.apache.maven.plugins:maven-resources-plugin from 3.1.0 to 3.3.1 (#1792)
     add b25737b2 chore: Introduce Maven module for YAKS tests

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci-build.yml                     |   2 +-
 .github/workflows/yaks-tests.yaml                  |  21 +-
 pom.xml                                            |  27 +++
 test/Makefile                                      |  42 ----
 test/avro-data-type/avro-data-type.feature         |  22 --
 test/avro-serdes-action/User.avsc                  |  23 ---
 test/avro-serdes-action/avro-serdes-action.feature |  22 --
 test/extract-field-action/yaks-config.yaml         |  41 ----
 test/insert-field-action/yaks-config.yaml          |  41 ----
 test/rest-openapi-sink/yaks-config.yaml            |  43 ----
 test/timer-source/yaks-config.yaml                 |  41 ----
 test/timer-to-http/yaks-config.yaml                |  33 ---
 {test => tests/camel-kamelets-itest}/README.md     |   7 +-
 tests/camel-kamelets-itest/pom.xml                 | 224 +++++++++++++++++++++
 .../src/test/java/KameletsYaksIT.java              |  47 ++---
 .../src/test/java/YaksAutoConfiguration.java       |  22 ++
 .../src/test/resources}/User.avsc                  |   0
 .../src/test/resources}/amazonDDBClient.groovy     |   0
 .../src/test/resources}/amazonS3Client.groovy      |   0
 .../test/resources/avro-binary-source-pipe.yaml    |   2 +-
 .../src/test/resources/avro-deserialize-pipe.yaml  |   2 +-
 .../src/test/resources/avro-serialize-pipe.yaml    |   2 +-
 .../test/resources/avro-x-struct-sink-pipe.yaml    |   2 +-
 .../src/test/resources/avro}/README.md             |   0
 .../src/test/resources/avro/avro-data-type.feature |  22 ++
 .../test/resources/avro/avro-serdes-action.feature |  22 ++
 .../src/test/resources/avro}/yaks-config.yaml      |   8 +-
 .../src/test/resources}/aws-ddb-sink-pipe.yaml     |   0
 .../test/resources}/aws-s3-credentials.properties  |   0
 .../src/test/resources}/aws-s3-to-http.yaml        |   0
 .../test/resources}/aws-s3-to-knative-broker.yaml  |   0
 .../test/resources}/aws-s3-to-knative-channel.yaml |   0
 .../resources}/aws-s3-to-log-secret-based.groovy   |   0
 .../test/resources}/aws-s3-to-log-uri-based.groovy |   0
 .../src/test/resources}/aws-s3-uri-pipe.yaml       |   0
 .../aws/ddb}/aws-ddb-sink-deleteItem.feature       |   7 +-
 .../aws/ddb}/aws-ddb-sink-putItem.feature          |   9 +-
 .../aws/ddb}/aws-ddb-sink-updateItem.feature       |   7 +-
 .../src/test/resources/aws/ddb}/yaks-config.yaml   |   8 +-
 .../src/test/resources/aws/s3}/README.md           |   0
 .../aws/s3}/aws-s3-knative-broker.feature          |   8 +-
 .../aws/s3}/aws-s3-knative-channel.feature         |   8 +-
 .../aws/s3}/aws-s3-knative-cloudevents.feature     |   8 +-
 .../aws/s3}/aws-s3-source-property-conf.feature    |   8 +-
 .../aws/s3}/aws-s3-source-secret-conf.feature      |   8 +-
 .../aws/s3}/aws-s3-source-uri-conf.feature         |   8 +-
 .../test/resources/aws/s3}/aws-s3-to-http.feature  |   9 +-
 .../test/resources/aws/s3}/aws-s3-uri-pipe.feature |   8 +-
 .../src/test/resources/aws/s3}/yaks-config.yaml    |  18 +-
 .../test/resources/citrus-application.properties   |  21 ++
 .../src/test/resources/cucumber.properties         |   9 +-
 .../src/test/resources}/data-type-action-pipe.yaml |   0
 .../direct-to-salesforce-delete-pipe.yaml          |   0
 .../direct-to-salesforce-update-pipe.yaml          |   0
 .../src/test/resources}/earthquake-to-http.yaml    |   0
 .../earthquake}/earthquake-source.feature          |   3 +-
 .../test/resources/earthquake}/yaks-config.yaml    |   0
 .../test/resources}/extract-field-action-pipe.yaml |   0
 .../test/resources}/insert-field-action-pipe.yaml  |   0
 .../src/test/resources}/kafka-sink-pipe.yaml       |   0
 .../src/test/resources}/kafka-source-pipe.yaml     |   0
 .../src/test/resources}/kafka/install.sh           |   0
 .../src/test/resources}/kafka/kafka-sink.feature   |   0
 .../src/test/resources}/kafka/kafka-source.feature |   1 +
 .../src/test/resources}/kafka/uninstall.sh         |   0
 .../src/test/resources}/kafka/yaks-config.yaml     |   4 +-
 .../test/resources}/knative-channel-to-log.yaml    |   0
 .../src/test/resources}/knative-to-log.yaml        |   0
 .../src/test/resources/log4j2-test.xml             |  29 ++-
 .../src/test/resources}/mail-server.groovy         |   0
 .../src/test/resources/mail}/mail-sink.feature     |   0
 .../src/test/resources/mail}/yaks-config.yaml      |   4 +-
 .../src/test/resources}/openapi.json               |   0
 .../resources/openapi}/rest-openapi-sink.feature   |   1 +
 .../src/test/resources/openapi}/yaks-config.yaml   |   6 +-
 .../src/test/resources}/pet.json                   |   0
 .../src/test/resources}/putItem.groovy             |   0
 .../test/resources}/rest-openapi-sink-pipe.yaml    |   0
 .../resources}/salesforce-credentials.properties   |   0
 .../test/resources/salesforce}/delete-secret.sh    |   0
 .../test/resources/salesforce}/prepare-secret.sh   |   0
 .../resources/salesforce}/salesforce-sink.feature  |   0
 .../test/resources/salesforce}/yaks-config.yaml    |   8 +-
 .../src/test/resources}/timer-to-http.groovy       |   1 +
 .../src/test/resources/timer-to-http.properties    |   0
 .../src/test/resources}/timer-to-http.yaml         |   0
 .../src/test/resources}/timer-to-mail.yaml         |   0
 .../test/resources}/timer-to-salesforce-pipe.yaml  |   0
 .../src/test/resources/timer}/timer-source.feature |   3 +-
 .../test/resources/timer}/timer-to-http.feature    |   6 +-
 .../src/test/resources/timer}/yaks-config.yaml     |   6 +-
 .../src/test/resources/transformation}/README.md   |   0
 .../transformation}/data-type-action.feature       |   1 +
 .../transformation}/extract-field-action.feature   |   1 +
 .../transformation}/insert-field-action.feature    |   3 +-
 .../resources/transformation}/yaks-config.yaml     |   4 +-
 .../src/test/resources}/verifyItems.groovy         |   0
 97 files changed, 474 insertions(+), 469 deletions(-)
 delete mode 100644 test/Makefile
 delete mode 100644 test/avro-data-type/avro-data-type.feature
 delete mode 100644 test/avro-serdes-action/User.avsc
 delete mode 100644 test/avro-serdes-action/avro-serdes-action.feature
 delete mode 100644 test/extract-field-action/yaks-config.yaml
 delete mode 100644 test/insert-field-action/yaks-config.yaml
 delete mode 100644 test/rest-openapi-sink/yaks-config.yaml
 delete mode 100644 test/timer-source/yaks-config.yaml
 delete mode 100644 test/timer-to-http/yaks-config.yaml
 rename {test => tests/camel-kamelets-itest}/README.md (74%)
 create mode 100644 tests/camel-kamelets-itest/pom.xml
 copy it-tests/aws/aws-sns/sink/terraform/main.tf => tests/camel-kamelets-itest/src/test/java/KameletsYaksIT.java (58%)
 create mode 100644 tests/camel-kamelets-itest/src/test/java/YaksAutoConfiguration.java
 rename {test/avro-data-type => tests/camel-kamelets-itest/src/test/resources}/User.avsc (100%)
 rename {test/aws-ddb-sink => tests/camel-kamelets-itest/src/test/resources}/amazonDDBClient.groovy (100%)
 rename {test/aws-s3 => tests/camel-kamelets-itest/src/test/resources}/amazonS3Client.groovy (100%)
 rename test/avro-data-type/json-to-avro-pipe.yaml => tests/camel-kamelets-itest/src/test/resources/avro-binary-source-pipe.yaml (98%)
 rename test/avro-serdes-action/avro-to-log-pipe.yaml => tests/camel-kamelets-itest/src/test/resources/avro-deserialize-pipe.yaml (98%)
 rename test/avro-serdes-action/json-to-avro-pipe.yaml => tests/camel-kamelets-itest/src/test/resources/avro-serialize-pipe.yaml (98%)
 rename test/avro-data-type/avro-to-log-pipe.yaml => tests/camel-kamelets-itest/src/test/resources/avro-x-struct-sink-pipe.yaml (98%)
 rename {test/avro-serdes-action => tests/camel-kamelets-itest/src/test/resources/avro}/README.md (100%)
 create mode 100644 tests/camel-kamelets-itest/src/test/resources/avro/avro-data-type.feature
 create mode 100644 tests/camel-kamelets-itest/src/test/resources/avro/avro-serdes-action.feature
 copy {test/avro-serdes-action => tests/camel-kamelets-itest/src/test/resources/avro}/yaks-config.yaml (89%)
 rename {test/aws-ddb-sink => tests/camel-kamelets-itest/src/test/resources}/aws-ddb-sink-pipe.yaml (100%)
 rename {test/aws-s3 => tests/camel-kamelets-itest/src/test/resources}/aws-s3-credentials.properties (100%)
 rename {test/aws-s3 => tests/camel-kamelets-itest/src/test/resources}/aws-s3-to-http.yaml (100%)
 rename {test/aws-s3 => tests/camel-kamelets-itest/src/test/resources}/aws-s3-to-knative-broker.yaml (100%)
 rename {test/aws-s3 => tests/camel-kamelets-itest/src/test/resources}/aws-s3-to-knative-channel.yaml (100%)
 rename {test/aws-s3 => tests/camel-kamelets-itest/src/test/resources}/aws-s3-to-log-secret-based.groovy (100%)
 rename {test/aws-s3 => tests/camel-kamelets-itest/src/test/resources}/aws-s3-to-log-uri-based.groovy (100%)
 rename {test/aws-s3 => tests/camel-kamelets-itest/src/test/resources}/aws-s3-uri-pipe.yaml (100%)
 rename {test/aws-ddb-sink => tests/camel-kamelets-itest/src/test/resources/aws/ddb}/aws-ddb-sink-deleteItem.feature (97%)
 rename {test/aws-ddb-sink => tests/camel-kamelets-itest/src/test/resources/aws/ddb}/aws-ddb-sink-putItem.feature (96%)
 rename {test/aws-ddb-sink => tests/camel-kamelets-itest/src/test/resources/aws/ddb}/aws-ddb-sink-updateItem.feature (97%)
 rename {test/aws-ddb-sink => tests/camel-kamelets-itest/src/test/resources/aws/ddb}/yaks-config.yaml (93%)
 rename {test/aws-s3 => tests/camel-kamelets-itest/src/test/resources/aws/s3}/README.md (100%)
 rename {test/aws-s3 => tests/camel-kamelets-itest/src/test/resources/aws/s3}/aws-s3-knative-broker.feature (95%)
 rename {test/aws-s3 => tests/camel-kamelets-itest/src/test/resources/aws/s3}/aws-s3-knative-channel.feature (95%)
 rename {test/aws-s3 => tests/camel-kamelets-itest/src/test/resources/aws/s3}/aws-s3-knative-cloudevents.feature (96%)
 rename {test/aws-s3 => tests/camel-kamelets-itest/src/test/resources/aws/s3}/aws-s3-source-property-conf.feature (93%)
 rename {test/aws-s3 => tests/camel-kamelets-itest/src/test/resources/aws/s3}/aws-s3-source-secret-conf.feature (95%)
 rename {test/aws-s3 => tests/camel-kamelets-itest/src/test/resources/aws/s3}/aws-s3-source-uri-conf.feature (93%)
 rename {test/aws-s3 => tests/camel-kamelets-itest/src/test/resources/aws/s3}/aws-s3-to-http.feature (94%)
 rename {test/aws-s3 => tests/camel-kamelets-itest/src/test/resources/aws/s3}/aws-s3-uri-pipe.feature (93%)
 rename {test/aws-s3 => tests/camel-kamelets-itest/src/test/resources/aws/s3}/yaks-config.yaml (85%)
 create mode 100644 tests/camel-kamelets-itest/src/test/resources/citrus-application.properties
 copy test/salesforce-sink/salesforce-credentials.properties => tests/camel-kamelets-itest/src/test/resources/cucumber.properties (81%)
 rename {test/data-type-action => tests/camel-kamelets-itest/src/test/resources}/data-type-action-pipe.yaml (100%)
 rename {test/salesforce-sink => tests/camel-kamelets-itest/src/test/resources}/direct-to-salesforce-delete-pipe.yaml (100%)
 rename {test/salesforce-sink => tests/camel-kamelets-itest/src/test/resources}/direct-to-salesforce-update-pipe.yaml (100%)
 rename {test/earthquake-source => tests/camel-kamelets-itest/src/test/resources}/earthquake-to-http.yaml (100%)
 rename {test/earthquake-source => tests/camel-kamelets-itest/src/test/resources/earthquake}/earthquake-source.feature (96%)
 rename {test/earthquake-source => tests/camel-kamelets-itest/src/test/resources/earthquake}/yaks-config.yaml (100%)
 rename {test/extract-field-action => tests/camel-kamelets-itest/src/test/resources}/extract-field-action-pipe.yaml (100%)
 rename {test/insert-field-action => tests/camel-kamelets-itest/src/test/resources}/insert-field-action-pipe.yaml (100%)
 rename {test/kafka => tests/camel-kamelets-itest/src/test/resources}/kafka-sink-pipe.yaml (100%)
 rename {test/kafka => tests/camel-kamelets-itest/src/test/resources}/kafka-source-pipe.yaml (100%)
 rename {test => tests/camel-kamelets-itest/src/test/resources}/kafka/install.sh (100%)
 rename {test => tests/camel-kamelets-itest/src/test/resources}/kafka/kafka-sink.feature (100%)
 rename {test => tests/camel-kamelets-itest/src/test/resources}/kafka/kafka-source.feature (98%)
 rename {test => tests/camel-kamelets-itest/src/test/resources}/kafka/uninstall.sh (100%)
 rename {test => tests/camel-kamelets-itest/src/test/resources}/kafka/yaks-config.yaml (96%)
 rename {test/aws-s3/utils => tests/camel-kamelets-itest/src/test/resources}/knative-channel-to-log.yaml (100%)
 rename {test/aws-s3/utils => tests/camel-kamelets-itest/src/test/resources}/knative-to-log.yaml (100%)
 copy .github/asf-deploy-settings.xml => tests/camel-kamelets-itest/src/test/resources/log4j2-test.xml (58%)
 rename {test/mail-sink => tests/camel-kamelets-itest/src/test/resources}/mail-server.groovy (100%)
 rename {test/mail-sink => tests/camel-kamelets-itest/src/test/resources/mail}/mail-sink.feature (100%)
 rename {test/mail-sink => tests/camel-kamelets-itest/src/test/resources/mail}/yaks-config.yaml (96%)
 rename {test/rest-openapi-sink => tests/camel-kamelets-itest/src/test/resources}/openapi.json (100%)
 rename {test/rest-openapi-sink => tests/camel-kamelets-itest/src/test/resources/openapi}/rest-openapi-sink.feature (98%)
 rename {test/avro-serdes-action => tests/camel-kamelets-itest/src/test/resources/openapi}/yaks-config.yaml (94%)
 rename {test/rest-openapi-sink => tests/camel-kamelets-itest/src/test/resources}/pet.json (100%)
 rename {test/aws-ddb-sink => tests/camel-kamelets-itest/src/test/resources}/putItem.groovy (100%)
 rename {test/rest-openapi-sink => tests/camel-kamelets-itest/src/test/resources}/rest-openapi-sink-pipe.yaml (100%)
 rename {test/salesforce-sink => tests/camel-kamelets-itest/src/test/resources}/salesforce-credentials.properties (100%)
 rename {test/salesforce-sink => tests/camel-kamelets-itest/src/test/resources/salesforce}/delete-secret.sh (100%)
 rename {test/salesforce-sink => tests/camel-kamelets-itest/src/test/resources/salesforce}/prepare-secret.sh (100%)
 rename {test/salesforce-sink => tests/camel-kamelets-itest/src/test/resources/salesforce}/salesforce-sink.feature (100%)
 rename {test/salesforce-sink => tests/camel-kamelets-itest/src/test/resources/salesforce}/yaks-config.yaml (89%)
 rename {test/timer-to-http => tests/camel-kamelets-itest/src/test/resources}/timer-to-http.groovy (99%)
 rename test/timer-to-http/application.properties => tests/camel-kamelets-itest/src/test/resources/timer-to-http.properties (100%)
 rename {test/timer-source => tests/camel-kamelets-itest/src/test/resources}/timer-to-http.yaml (100%)
 rename {test/mail-sink => tests/camel-kamelets-itest/src/test/resources}/timer-to-mail.yaml (100%)
 rename {test/salesforce-sink => tests/camel-kamelets-itest/src/test/resources}/timer-to-salesforce-pipe.yaml (100%)
 rename {test/timer-source => tests/camel-kamelets-itest/src/test/resources/timer}/timer-source.feature (95%)
 rename {test/timer-to-http => tests/camel-kamelets-itest/src/test/resources/timer}/timer-to-http.feature (80%)
 rename {test/avro-data-type => tests/camel-kamelets-itest/src/test/resources/timer}/yaks-config.yaml (93%)
 rename {test/avro-data-type => tests/camel-kamelets-itest/src/test/resources/transformation}/README.md (100%)
 rename {test/data-type-action => tests/camel-kamelets-itest/src/test/resources/transformation}/data-type-action.feature (96%)
 rename {test/extract-field-action => tests/camel-kamelets-itest/src/test/resources/transformation}/extract-field-action.feature (97%)
 rename {test/insert-field-action => tests/camel-kamelets-itest/src/test/resources/transformation}/insert-field-action.feature (96%)
 rename {test/data-type-action => tests/camel-kamelets-itest/src/test/resources/transformation}/yaks-config.yaml (92%)
 rename {test/aws-ddb-sink => tests/camel-kamelets-itest/src/test/resources}/verifyItems.groovy (100%)