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


 discard 993593fd4 Regen for commit 41b60fdbaa2f1bb9ec24e0331f6f3054fabc64ac
     add d5dbfc539 Fix #2873: migrate the avro and protobuf itests from Pipe to 
Camel routes (#3041)
     add 09a0f0745 Fix #2873: migrate the transformation itests from Pipe to 
Camel routes (#3040)
     add 7a976c119 Regen for commit 09a0f0745c964e3e39898d5867b1ef7fa38b2c40

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (993593fd4)
            \
             N -- N -- N   refs/heads/regen_bot (7a976c119)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../src/test/resources/avro/README.md              | 12 ++--
 .../resources/avro/avro-binary-source-pipe.yaml    | 53 ------------------
 .../avro-binary-source-route.yaml}                 | 27 ++++++---
 .../resources/avro/avro-data-type.citrus.it.yaml   |  6 +-
 .../test/resources/avro/avro-deserialize-pipe.yaml | 44 ---------------
 .../avro-deserialize-route.yaml}                   | 19 ++++---
 .../avro/avro-serdes-action.citrus.it.yaml         |  6 +-
 .../test/resources/avro/avro-serialize-pipe.yaml   | 52 ------------------
 .../avro-serialize-route.yaml}                     | 26 ++++++---
 .../resources/avro/avro-x-struct-sink-pipe.yaml    | 57 -------------------
 .../avro-x-struct-sink-route.yaml}                 | 28 +++++++---
 .../src/test/resources/protobuf/README.md          | 12 ++--
 .../protobuf/protobuf-binary-source-pipe.yaml      | 60 --------------------
 .../protobuf-binary-source-route.yaml}             | 32 ++++++++---
 .../protobuf/protobuf-data-type.citrus.it.yaml     |  6 +-
 .../protobuf/protobuf-deserialize-pipe.yaml        | 51 -----------------
 .../protobuf-deserialize-route.yaml}               | 24 +++++---
 .../protobuf/protobuf-serdes-action.citrus.it.yaml |  6 +-
 .../protobuf/protobuf-serialize-pipe.yaml          | 59 --------------------
 .../protobuf-serialize-route.yaml}                 | 31 ++++++++---
 .../protobuf/protobuf-x-struct-sink-pipe.yaml      | 64 ----------------------
 .../protobuf-x-struct-sink-route.yaml}             | 33 ++++++++---
 .../transformation/data-type-action-pipe.yaml      | 50 -----------------
 ....yaml => data-type-action-route.citrus.it.yaml} |  4 +-
 .../data-type-action-route.yaml}                   | 23 +++++---
 .../transformation/drop-field-action-pipe.yaml     | 40 --------------
 ...yaml => drop-field-action-route.citrus.it.yaml} |  4 +-
 .../drop-field-action-route.yaml}                  | 18 +++---
 .../transformation/extract-field-action-pipe.yaml  | 40 --------------
 ...l => extract-field-action-route.citrus.it.yaml} |  4 +-
 .../extract-field-action-route.yaml}               | 18 +++---
 .../transformation/hoist-field-action-pipe.yaml    | 40 --------------
 ...aml => hoist-field-action-route.citrus.it.yaml} |  4 +-
 .../hoist-field-action-route.yaml}                 | 18 +++---
 .../transformation/insert-field-action-pipe.yaml   | 41 --------------
 ...ml => insert-field-action-route.citrus.it.yaml} |  4 +-
 .../insert-field-action-route.yaml}                | 20 ++++---
 .../transformation/mask-field-action-pipe.yaml     | 41 --------------
 ...yaml => mask-field-action-route.citrus.it.yaml} |  4 +-
 .../mask-field-action-route.yaml}                  | 19 ++++---
 .../transformation/replace-field-action-pipe.yaml  | 40 --------------
 ...l => replace-field-action-route.citrus.it.yaml} |  4 +-
 .../replace-field-action-route.yaml}               | 18 +++---
 43 files changed, 262 insertions(+), 900 deletions(-)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/avro/avro-binary-source-pipe.yaml
 copy 
tests/camel-kamelets-itest/src/test/resources/{aws/kinesis/aws-kinesis-event-listener.yaml
 => avro/avro-binary-source-route.yaml} (57%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/avro/avro-deserialize-pipe.yaml
 copy 
tests/camel-kamelets-itest/src/test/resources/{aws/kinesis/aws-kinesis-event-listener.yaml
 => avro/avro-deserialize-route.yaml} (66%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/avro/avro-serialize-pipe.yaml
 copy 
tests/camel-kamelets-itest/src/test/resources/{aws/kinesis/aws-kinesis-event-listener.yaml
 => avro/avro-serialize-route.yaml} (58%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/avro/avro-x-struct-sink-pipe.yaml
 copy 
tests/camel-kamelets-itest/src/test/resources/{aws/kinesis/aws-kinesis-event-listener.yaml
 => avro/avro-x-struct-sink-route.yaml} (55%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/protobuf/protobuf-binary-source-pipe.yaml
 copy 
tests/camel-kamelets-itest/src/test/resources/{aws/kinesis/aws-kinesis-event-listener.yaml
 => protobuf/protobuf-binary-source-route.yaml} (56%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/protobuf/protobuf-deserialize-pipe.yaml
 copy 
tests/camel-kamelets-itest/src/test/resources/{aws/kinesis/aws-kinesis-event-listener.yaml
 => protobuf/protobuf-deserialize-route.yaml} (65%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/protobuf/protobuf-serialize-pipe.yaml
 copy 
tests/camel-kamelets-itest/src/test/resources/{aws/kinesis/aws-kinesis-event-listener.yaml
 => protobuf/protobuf-serialize-route.yaml} (58%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/protobuf/protobuf-x-struct-sink-pipe.yaml
 copy 
tests/camel-kamelets-itest/src/test/resources/{aws/kinesis/aws-kinesis-event-listener.yaml
 => protobuf/protobuf-x-struct-sink-route.yaml} (54%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/transformation/data-type-action-pipe.yaml
 rename 
tests/camel-kamelets-itest/src/test/resources/transformation/{data-type-action-pipe.citrus.it.yaml
 => data-type-action-route.citrus.it.yaml} (95%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{aws/kinesis/aws-kinesis-event-listener.yaml
 => transformation/data-type-action-route.yaml} (69%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/transformation/drop-field-action-pipe.yaml
 rename 
tests/camel-kamelets-itest/src/test/resources/transformation/{drop-field-action-pipe.citrus.it.yaml
 => drop-field-action-route.citrus.it.yaml} (95%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{cassandra/cassandra-source-route.yaml
 => transformation/drop-field-action-route.yaml} (76%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/transformation/extract-field-action-pipe.yaml
 rename 
tests/camel-kamelets-itest/src/test/resources/transformation/{extract-field-action-pipe.citrus.it.yaml
 => extract-field-action-route.citrus.it.yaml} (95%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{cassandra/cassandra-source-route.yaml
 => transformation/extract-field-action-route.yaml} (76%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/transformation/hoist-field-action-pipe.yaml
 rename 
tests/camel-kamelets-itest/src/test/resources/transformation/{hoist-field-action-pipe.citrus.it.yaml
 => hoist-field-action-route.citrus.it.yaml} (95%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{cassandra/cassandra-source-route.yaml
 => transformation/hoist-field-action-route.yaml} (76%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/transformation/insert-field-action-pipe.yaml
 rename 
tests/camel-kamelets-itest/src/test/resources/transformation/{insert-field-action-pipe.citrus.it.yaml
 => insert-field-action-route.citrus.it.yaml} (95%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{dns/dns-ip-action-route.yaml => 
transformation/insert-field-action-route.yaml} (74%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/transformation/mask-field-action-pipe.yaml
 rename 
tests/camel-kamelets-itest/src/test/resources/transformation/{mask-field-action-pipe.citrus.it.yaml
 => mask-field-action-route.citrus.it.yaml} (95%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{aws/sns/aws-sqs-sns-event-listener.yaml
 => transformation/mask-field-action-route.yaml} (73%)
 delete mode 100644 
tests/camel-kamelets-itest/src/test/resources/transformation/replace-field-action-pipe.yaml
 rename 
tests/camel-kamelets-itest/src/test/resources/transformation/{replace-field-action-pipe.citrus.it.yaml
 => replace-field-action-route.citrus.it.yaml} (95%)
 copy 
tests/camel-kamelets-itest/src/test/resources/{cassandra/cassandra-source-route.yaml
 => transformation/replace-field-action-route.yaml} (76%)

Reply via email to