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 bbdd20b7 Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0
to 3.3.1 (#1985)
add 99962a62 chore: Fix YAKS tests for Camel 4.5.0 (#1986)
No new revisions were added by this update.
Summary of changes:
pom.xml | 4 ++--
tests/camel-kamelets-itest/pom.xml | 17 +++++++----------
.../src/test/resources/{ => avro}/User.avsc | 0
.../resources/{ => avro}/avro-binary-source-pipe.yaml | 0
.../resources/{ => avro}/avro-deserialize-pipe.yaml | 0
.../test/resources/{ => avro}/avro-serialize-pipe.yaml | 0
.../resources/{ => avro}/avro-x-struct-sink-pipe.yaml | 0
.../src/test/resources/avro/yaks-config.yaml | 10 +++++-----
.../resources/{ => aws/ddb}/amazonDDBClient.groovy | 1 +
.../resources/{ => aws/ddb}/aws-ddb-sink-pipe.yaml | 0
.../src/test/resources/{ => aws/ddb}/putItem.groovy | 2 ++
.../test/resources/{ => aws/ddb}/verifyItems.groovy | 2 ++
.../src/test/resources/aws/ddb/yaks-config.yaml | 8 ++++----
.../test/resources/{ => aws/s3}/amazonS3Client.groovy | 1 +
.../{ => aws/s3}/aws-s3-credentials.properties | 0
...aws-s3-to-http.feature => aws-s3-http-pipe.feature} | 12 ++++++------
.../resources/aws/s3/aws-s3-knative-broker.feature | 6 +++---
.../resources/aws/s3/aws-s3-knative-channel.feature | 6 +++---
.../aws/s3/aws-s3-knative-cloudevents.feature | 6 +++---
.../aws/s3/aws-s3-source-property-conf.feature | 6 +++---
.../resources/aws/s3/aws-s3-source-secret-conf.feature | 6 +++---
.../resources/aws/s3/aws-s3-source-uri-conf.feature | 6 +++---
.../test/resources/{ => aws/s3}/aws-s3-to-http.yaml | 0
.../{ => aws/s3}/aws-s3-to-knative-broker.yaml | 0
.../{ => aws/s3}/aws-s3-to-knative-channel.yaml | 0
.../{ => aws/s3}/aws-s3-to-log-secret-based.groovy | 1 +
.../{ => aws/s3}/aws-s3-to-log-uri-based.groovy | 1 +
.../src/test/resources/aws/s3/aws-s3-uri-pipe.feature | 6 +++---
.../test/resources/{ => aws/s3}/aws-s3-uri-pipe.yaml | 0
.../resources/{ => aws/s3}/knative-channel-to-log.yaml | 0
.../test/resources/{ => aws/s3}/knative-to-log.yaml | 0
.../src/test/resources/aws/s3/yaks-config.yaml | 18 +++++++++---------
.../src/test/resources/citrus-application.properties | 4 ++--
.../resources/{ => earthquake}/earthquake-to-http.yaml | 0
.../test/resources/{ => kafka}/kafka-sink-pipe.yaml | 0
.../test/resources/{ => kafka}/kafka-source-pipe.yaml | 0
.../src/test/resources/kafka/yaks-config.yaml | 4 ++--
.../src/test/resources/{ => mail}/mail-server.groovy | 2 ++
.../src/test/resources/mail/mail-sink.feature | 4 ++--
.../src/test/resources/{ => mail}/timer-to-mail.yaml | 0
.../src/test/resources/mail/yaks-config.yaml | 4 ++--
.../src/test/resources/{ => openapi}/openapi.json | 0
.../src/test/resources/{ => openapi}/pet.json | 0
.../{ => openapi}/rest-openapi-sink-pipe.yaml | 0
.../src/test/resources/openapi/yaks-config.yaml | 6 +++---
.../direct-to-salesforce-delete-pipe.yaml | 0
.../direct-to-salesforce-update-pipe.yaml | 0
.../{ => salesforce}/salesforce-credentials.properties | 0
.../{ => salesforce}/timer-to-salesforce-pipe.yaml | 0
.../src/test/resources/salesforce/yaks-config.yaml | 8 ++++----
.../test/resources/{ => timer}/timer-to-http-pipe.yaml | 0
.../test/resources/{ => timer}/timer-to-http.groovy | 3 ++-
.../resources/{ => timer}/timer-to-http.properties | 0
.../src/test/resources/timer/yaks-config.yaml | 6 +++---
.../{ => transformation}/data-type-action-pipe.yaml | 0
.../extract-field-action-pipe.yaml | 0
.../{ => transformation}/insert-field-action-pipe.yaml | 0
.../src/test/resources/transformation/yaks-config.yaml | 6 +++---
58 files changed, 87 insertions(+), 79 deletions(-)
rename tests/camel-kamelets-itest/src/test/resources/{ => avro}/User.avsc
(100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
avro}/avro-binary-source-pipe.yaml (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
avro}/avro-deserialize-pipe.yaml (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
avro}/avro-serialize-pipe.yaml (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
avro}/avro-x-struct-sink-pipe.yaml (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
aws/ddb}/amazonDDBClient.groovy (99%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
aws/ddb}/aws-ddb-sink-pipe.yaml (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
aws/ddb}/putItem.groovy (98%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
aws/ddb}/verifyItems.groovy (98%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
aws/s3}/amazonS3Client.groovy (99%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
aws/s3}/aws-s3-credentials.properties (100%)
rename
tests/camel-kamelets-itest/src/test/resources/aws/s3/{aws-s3-to-http.feature =>
aws-s3-http-pipe.feature} (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
aws/s3}/aws-s3-to-http.yaml (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
aws/s3}/aws-s3-to-knative-broker.yaml (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
aws/s3}/aws-s3-to-knative-channel.yaml (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
aws/s3}/aws-s3-to-log-secret-based.groovy (98%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
aws/s3}/aws-s3-to-log-uri-based.groovy (98%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
aws/s3}/aws-s3-uri-pipe.yaml (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
aws/s3}/knative-channel-to-log.yaml (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
aws/s3}/knative-to-log.yaml (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
earthquake}/earthquake-to-http.yaml (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
kafka}/kafka-sink-pipe.yaml (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
kafka}/kafka-source-pipe.yaml (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
mail}/mail-server.groovy (98%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
mail}/timer-to-mail.yaml (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
openapi}/openapi.json (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ => openapi}/pet.json
(100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
openapi}/rest-openapi-sink-pipe.yaml (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
salesforce}/direct-to-salesforce-delete-pipe.yaml (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
salesforce}/direct-to-salesforce-update-pipe.yaml (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
salesforce}/salesforce-credentials.properties (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
salesforce}/timer-to-salesforce-pipe.yaml (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
timer}/timer-to-http-pipe.yaml (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
timer}/timer-to-http.groovy (98%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
timer}/timer-to-http.properties (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
transformation}/data-type-action-pipe.yaml (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
transformation}/extract-field-action-pipe.yaml (100%)
rename tests/camel-kamelets-itest/src/test/resources/{ =>
transformation}/insert-field-action-pipe.yaml (100%)