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 2022/03/17 09:58:37 UTC

[camel-kamelets] branch regen_bot updated (af07acb -> 73f65ca)

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 af07acb  AWS CloudWatch Kamelet: Introduce optional overrideEndpoint and uriEndpointOverride for testing purpose
     add f2263a4  chore: Add Kamelet rest-openapi-sink
     add 1d0499d  chore: Adding some license headers
     add 73f65ca  Regen for commit 1d0499d79c710dfce5a0f2445e9de96ee122d87a

No new revisions were added by this update.

Summary of changes:
 .github/workflows/yaks-tests.yaml                  |   1 +
 docs/modules/ROOT/nav.adoc                         |   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 ++
 19 files changed, 658 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%)