This is an automated email from the ASF dual-hosted git repository.
cdeppisch pushed a change to branch 4.4.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
from 1ce88384 Replace IBM bean by the IBM jakarta version
new d7186707 chore: Fix YAKS tests for Camel 4.4.1
new 3854999e chore(ci): Enable GH actions workflows on 4.4.x branch
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:
.github/workflows/ci-build.yml | 5 ++---
.github/workflows/java-tests.yaml | 2 +-
.github/workflows/validate.yaml | 4 ++--
.github/workflows/yaks-tests.yaml | 2 +-
pom.xml | 6 +++---
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 +++---
62 files changed, 94 insertions(+), 87 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%)