This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
from 27d4cc48e Fix #2873: migrate the kafka, jira and slack itests from
Pipe to Camel routes (#3044)
add d716a9d3c Fix #2873: migrate the remaining itests from Pipe to Camel
routes (#3045)
No new revisions were added by this update.
Summary of changes:
.../resources/counter/counter-source-pipe.yaml | 39 -----------------
...it.yaml => counter-source-route.citrus.it.yaml} | 6 +--
.../counter-source-route.yaml} | 11 +++--
.../test/resources/crypto/crypto-action-pipe.yaml | 49 ----------------------
....it.yaml => crypto-action-route.citrus.it.yaml} | 4 +-
.../crypto-action-route.yaml} | 16 +++----
.../resources/earthquake/earthquake-to-http.yaml | 18 +++-----
.../filter/has-header-filter-action-pipe.yaml | 46 --------------------
... has-header-filter-action-route.citrus.it.yaml} | 4 +-
.../has-header-filter-action-route.yaml} | 13 +++---
.../filter/predicate-filter-action-pipe.yaml | 40 ------------------
...> predicate-filter-action-route.citrus.it.yaml} | 4 +-
.../predicate-filter-action-route.yaml} | 8 ++--
.../header/insert-header-action-pipe.yaml | 40 ------------------
...l => insert-header-action-route.citrus.it.yaml} | 4 +-
.../insert-header-action-route.yaml} | 8 ++--
.../src/test/resources/http/http-sink-pipe.yaml | 38 -----------------
...trus.it.yaml => http-sink-route.citrus.it.yaml} | 4 +-
.../http-sink-route.yaml} | 10 ++---
.../test/resources/http/http-source-to-http.yaml | 26 +++++-------
.../src/test/resources/log/log-sink-pipe.yaml | 38 -----------------
...itrus.it.yaml => log-sink-route.citrus.it.yaml} | 6 +--
.../log-sink-route.yaml} | 10 +++--
.../src/test/resources/mail/mail-sink-pipe.yaml | 47 ---------------------
...trus.it.yaml => mail-sink-route.citrus.it.yaml} | 4 +-
.../mail-sink-route.yaml} | 20 ++++-----
.../rest-openapi-sink-add-pet.citrus.it.yaml | 2 +-
.../rest-openapi-sink-delete-pet.citrus.it.yaml | 2 +-
.../resources/openapi/rest-openapi-sink-pipe.yaml | 46 --------------------
.../rest-openapi-sink-route.yaml} | 16 ++++---
.../test/resources/timer/timer-to-http-pipe.yaml | 32 --------------
....it.yaml => timer-to-http-route.citrus.it.yaml} | 4 +-
.../timer-to-http-route.yaml} | 10 ++---
33 files changed, 100 insertions(+), 525 deletions(-)
delete mode 100644
tests/camel-kamelets-itest/src/test/resources/counter/counter-source-pipe.yaml
rename
tests/camel-kamelets-itest/src/test/resources/counter/{counter-source-pipe.citrus.it.yaml
=> counter-source-route.citrus.it.yaml} (90%)
copy
tests/camel-kamelets-itest/src/test/resources/{slack/slack-source-route.yaml =>
counter/counter-source-route.yaml} (83%)
delete mode 100644
tests/camel-kamelets-itest/src/test/resources/crypto/crypto-action-pipe.yaml
rename
tests/camel-kamelets-itest/src/test/resources/crypto/{crypto-action-pipe.citrus.it.yaml
=> crypto-action-route.citrus.it.yaml} (96%)
copy
tests/camel-kamelets-itest/src/test/resources/{transformation/data-type-action-route.yaml
=> crypto/crypto-action-route.yaml} (77%)
delete mode 100644
tests/camel-kamelets-itest/src/test/resources/filter/has-header-filter-action-pipe.yaml
rename
tests/camel-kamelets-itest/src/test/resources/filter/{has-header-filter-action-pipe.citrus.it.yaml
=> has-header-filter-action-route.citrus.it.yaml} (95%)
copy
tests/camel-kamelets-itest/src/test/resources/{transformation/data-type-action-route.yaml
=> filter/has-header-filter-action-route.yaml} (81%)
delete mode 100644
tests/camel-kamelets-itest/src/test/resources/filter/predicate-filter-action-pipe.yaml
rename
tests/camel-kamelets-itest/src/test/resources/filter/{predicate-filter-action-pipe.citrus.it.yaml
=> predicate-filter-action-route.citrus.it.yaml} (95%)
copy
tests/camel-kamelets-itest/src/test/resources/{transformation/hoist-field-action-route.yaml
=> filter/predicate-filter-action-route.yaml} (87%)
delete mode 100644
tests/camel-kamelets-itest/src/test/resources/header/insert-header-action-pipe.yaml
rename
tests/camel-kamelets-itest/src/test/resources/header/{insert-header-action-pipe.citrus.it.yaml
=> insert-header-action-route.citrus.it.yaml} (95%)
copy
tests/camel-kamelets-itest/src/test/resources/{transformation/replace-field-action-route.yaml
=> header/insert-header-action-route.yaml} (88%)
delete mode 100644
tests/camel-kamelets-itest/src/test/resources/http/http-sink-pipe.yaml
rename
tests/camel-kamelets-itest/src/test/resources/http/{http-sink-pipe.citrus.it.yaml
=> http-sink-route.citrus.it.yaml} (96%)
copy
tests/camel-kamelets-itest/src/test/resources/{transformation/drop-field-action-route.yaml
=> http/http-sink-route.yaml} (83%)
delete mode 100644
tests/camel-kamelets-itest/src/test/resources/log/log-sink-pipe.yaml
rename
tests/camel-kamelets-itest/src/test/resources/log/{log-sink-pipe.citrus.it.yaml
=> log-sink-route.citrus.it.yaml} (92%)
copy
tests/camel-kamelets-itest/src/test/resources/{slack/slack-source-route.yaml =>
log/log-sink-route.yaml} (84%)
delete mode 100644
tests/camel-kamelets-itest/src/test/resources/mail/mail-sink-pipe.yaml
rename
tests/camel-kamelets-itest/src/test/resources/mail/{mail-sink-pipe.citrus.it.yaml
=> mail-sink-route.citrus.it.yaml} (96%)
copy
tests/camel-kamelets-itest/src/test/resources/{slack/slack-sink-route.yaml =>
mail/mail-sink-route.yaml} (73%)
delete mode 100644
tests/camel-kamelets-itest/src/test/resources/openapi/rest-openapi-sink-pipe.yaml
copy
tests/camel-kamelets-itest/src/test/resources/{transformation/data-type-action-route.yaml
=> openapi/rest-openapi-sink-route.yaml} (77%)
delete mode 100644
tests/camel-kamelets-itest/src/test/resources/timer/timer-to-http-pipe.yaml
rename
tests/camel-kamelets-itest/src/test/resources/timer/{timer-to-http-pipe.citrus.it.yaml
=> timer-to-http-route.citrus.it.yaml} (95%)
copy
tests/camel-kamelets-itest/src/test/resources/{nats/nats-source-route.yaml =>
timer/timer-to-http-route.yaml} (86%)