This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git.
from af07acb AWS CloudWatch Kamelet: Introduce optional overrideEndpoint
and uriEndpointOverride for testing purpose
new f2263a4 chore: Add Kamelet rest-openapi-sink
new 1d0499d chore: Adding some license headers
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/yaks-tests.yaml | 1 +
kamelets/rest-openapi-sink.kamelet.yaml | 57 ++++
.../kamelets/rest-openapi-sink.kamelet.yaml | 57 ++++
test/aws-ddb-sink/aws-ddb-sink-deleteItem.feature | 17 ++
test/aws-ddb-sink/aws-ddb-sink-putItem.feature | 17 ++
test/aws-ddb-sink/aws-ddb-sink-updateItem.feature | 17 ++
test/earthquake-source/earthquake-source.feature | 17 ++
.../insert-field-action-binding.yaml | 17 ++
.../insert-field-action.feature | 17 ++
test/mail-sink/mail-server.groovy | 17 ++
test/mail-sink/mail-sink.feature | 17 ++
test/mail-sink/timer-to-mail.yaml | 17 ++
test/rest-openapi-sink/openapi.json | 289 +++++++++++++++++++++
test/rest-openapi-sink/pet.json | 1 +
.../rest-openapi-sink-binding.yaml} | 24 +-
test/rest-openapi-sink/rest-openapi-sink.feature | 69 +++++
.../yaks-config.yaml | 4 +-
test/timer-source/timer-source.feature | 17 ++
18 files changed, 657 insertions(+), 15 deletions(-)
create mode 100644 kamelets/rest-openapi-sink.kamelet.yaml
create mode 100644
library/camel-kamelets/src/main/resources/kamelets/rest-openapi-sink.kamelet.yaml
create mode 100644 test/rest-openapi-sink/openapi.json
create mode 100644 test/rest-openapi-sink/pet.json
copy test/{aws-ddb-sink/aws-ddb-sink-binding.yaml =>
rest-openapi-sink/rest-openapi-sink-binding.yaml} (70%)
create mode 100644 test/rest-openapi-sink/rest-openapi-sink.feature
copy test/{insert-field-action => rest-openapi-sink}/yaks-config.yaml (94%)