This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot_sbom
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
omit 8f139ba5 Regen SBOM from commit
c31b25a830413b8d22d52f229636b790842fdf6f
add 7edcef93 Regen SBOM from commit
c31b25a830413b8d22d52f229636b790842fdf6f (#2020)
add b06399e8 Improve Protobuf serialization/deserialization Kamelets
add 239b0562 Bump org.apache.maven.plugin-tools:maven-plugin-annotations
(#2021)
add 4022e39a Bump org.apache.maven.plugins:maven-plugin-plugin from 3.12.0
to 3.13.0 (#2022)
add e81c2bbe Updated CHANGELOG.md
add 5b960316 Bump org.apache.camel.k:camel-k-crds from 2.3.0 to 2.3.1
(#2023)
add 1d0f4f1f chore(e2e): Add AWS SQS Kamelet tests (#2026)
add c3adccde Bump com.amazon.redshift:redshift-jdbc42 from 2.1.0.26 to
2.1.0.27 (#2025)
add a837124c Regen for commit c3adccdec421208163eac7d3903d1294713754fa
(#2027)
add 71f1f1e0 Upgrade to Camel 4.6.0 (#2030)
add 9f536946 #2024: Use properties in kamelet beans to set values. (#2031)
add f1b7c210 Updated CHANGELOG.md
add b2d6952d Regen SBOM from commit
f1b7c210d1732a27291d974757b68460a9585d17
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 (8f139ba5)
\
N -- N -- N refs/heads/regen_bot_sbom (b2d6952d)
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:
CHANGELOG.md | 10 +
camel-kamelets-sbom/camel-kamelets-sbom.json | 2339 ++++++++++----------
camel-kamelets-sbom/camel-kamelets-sbom.xml | 2242 +++++++++----------
kamelets/avro-deserialize-action.kamelet.yaml | 8 +-
kamelets/avro-serialize-action.kamelet.yaml | 8 +-
kamelets/aws-redshift-sink.kamelet.yaml | 2 +-
kamelets/aws-redshift-source.kamelet.yaml | 2 +-
kamelets/protobuf-deserialize-action.kamelet.yaml | 7 +-
kamelets/protobuf-serialize-action.kamelet.yaml | 7 +-
.../camel/kamelets/utils/format/MimeType.java | 2 +
.../camel/kamelets/utils/format/SchemaType.java | 49 -
.../format/schema/DelegatingSchemaResolver.java | 4 +-
.../utils/format/schema/protobuf/Protobuf.java | 29 -
.../schema/protobuf/ProtobufSchemaResolver.java | 159 --
.../kamelets/avro-deserialize-action.kamelet.yaml | 8 +-
.../kamelets/avro-serialize-action.kamelet.yaml | 8 +-
.../kamelets/aws-redshift-sink.kamelet.yaml | 2 +-
.../kamelets/aws-redshift-source.kamelet.yaml | 2 +-
.../protobuf-deserialize-action.kamelet.yaml | 7 +-
.../protobuf-serialize-action.kamelet.yaml | 7 +-
library/kamelets-maven-plugin/pom.xml | 4 +-
pom.xml | 8 +-
tests/camel-kamelets-itest/pom.xml | 6 +
.../src/test/java/KameletsYaksIT.java | 1 +
.../src/test/resources/avro/README.md | 10 +-
.../aws/kinesis/aws-kinesis-source.feature | 5 +-
.../test/resources/aws/s3/amazonS3Client.groovy | 3 +-
.../test/resources/aws/s3/aws-s3-http-pipe.feature | 2 +
.../aws/s3/aws-s3-source-secret-conf.feature | 6 +-
.../aws/s3/aws-s3-to-knative-channel.yaml | 2 +-
.../src/test/resources/aws/s3/yaks-config.yaml | 3 +-
.../src/test/resources/aws/{s3 => sqs}/README.md | 32 +-
.../amazonSQSClient.groovy} | 14 +-
.../aws/sqs/aws-sqs-credentials.properties | 8 +
.../aws-sqs-knative-channel.feature} | 32 +-
.../aws/sqs/aws-sqs-source-property-conf.feature | 32 +
.../aws/sqs/aws-sqs-source-secret-conf.feature | 36 +
.../aws/sqs/aws-sqs-source-uri-conf.feature | 27 +
.../aws-sqs-to-knative-channel.yaml} | 11 +-
.../aws-sqs-to-log-secret-based.groovy} | 4 +-
.../aws-sqs-to-log-uri-based.groovy} | 12 +-
.../resources/aws/sqs/aws-sqs-uri-pipe.feature | 29 +
.../aws-sqs-uri-pipe.yaml} | 9 +-
.../resources/aws/{s3 => sqs}/yaks-config.yaml | 21 +-
.../resources/earthquake/earthquake-source.feature | 2 +
.../src/test/resources/kafka/kafka-source.feature | 1 +
.../src/test/resources/mail/mail-sink.feature | 1 +
.../resources/openapi/rest-openapi-sink.feature | 2 +
.../src/test/resources/protobuf/README.md | 42 +
.../src/test/resources/protobuf/User.proto | 10 +
.../protobuf-binary-source-pipe.yaml} | 17 +-
.../resources/protobuf/protobuf-data-type.feature | 22 +
.../protobuf-deserialize-pipe.yaml} | 13 +-
.../protobuf/protobuf-serdes-action.feature | 22 +
.../protobuf-serialize-pipe.yaml} | 13 +-
.../protobuf-x-struct-sink-pipe.yaml} | 17 +-
.../{openapi => protobuf}/yaks-config.yaml | 8 +-
.../src/test/resources/timer/timer-source.feature | 2 +
.../src/test/resources/timer/timer-to-http.feature | 2 +
.../transformation/data-type-action.feature | 2 +
.../transformation/extract-field-action.feature | 2 +
.../transformation/insert-field-action.feature | 2 +
62 files changed, 2720 insertions(+), 2679 deletions(-)
delete mode 100644
library/camel-kamelets-utils/src/main/java/org/apache/camel/kamelets/utils/format/SchemaType.java
delete mode 100644
library/camel-kamelets-utils/src/main/java/org/apache/camel/kamelets/utils/format/schema/protobuf/Protobuf.java
delete mode 100644
library/camel-kamelets-utils/src/main/java/org/apache/camel/kamelets/utils/format/schema/protobuf/ProtobufSchemaResolver.java
copy tests/camel-kamelets-itest/src/test/resources/aws/{s3 => sqs}/README.md
(62%)
copy
tests/camel-kamelets-itest/src/test/resources/aws/{s3/amazonS3Client.groovy =>
sqs/amazonSQSClient.groovy} (87%)
create mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/sqs/aws-sqs-credentials.properties
copy
tests/camel-kamelets-itest/src/test/resources/aws/{s3/aws-s3-knative-channel.feature
=> sqs/aws-sqs-knative-channel.feature} (50%)
create mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/sqs/aws-sqs-source-property-conf.feature
create mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/sqs/aws-sqs-source-secret-conf.feature
create mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/sqs/aws-sqs-source-uri-conf.feature
copy
tests/camel-kamelets-itest/src/test/resources/aws/{s3/aws-s3-to-knative-channel.yaml
=> sqs/aws-sqs-to-knative-channel.yaml} (87%)
copy
tests/camel-kamelets-itest/src/test/resources/aws/{s3/aws-s3-to-log-secret-based.groovy
=> sqs/aws-sqs-to-log-secret-based.groovy} (92%)
copy
tests/camel-kamelets-itest/src/test/resources/aws/{s3/aws-s3-to-log-secret-based.groovy
=> sqs/aws-sqs-to-log-uri-based.groovy} (61%)
create mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/sqs/aws-sqs-uri-pipe.feature
copy
tests/camel-kamelets-itest/src/test/resources/aws/{s3/aws-s3-uri-pipe.yaml =>
sqs/aws-sqs-uri-pipe.yaml} (88%)
copy tests/camel-kamelets-itest/src/test/resources/aws/{s3 =>
sqs}/yaks-config.yaml (85%)
create mode 100644
tests/camel-kamelets-itest/src/test/resources/protobuf/README.md
create mode 100644
tests/camel-kamelets-itest/src/test/resources/protobuf/User.proto
copy
tests/camel-kamelets-itest/src/test/resources/{avro/avro-binary-source-pipe.yaml
=> protobuf/protobuf-binary-source-pipe.yaml} (81%)
create mode 100644
tests/camel-kamelets-itest/src/test/resources/protobuf/protobuf-data-type.feature
copy
tests/camel-kamelets-itest/src/test/resources/{avro/avro-deserialize-pipe.yaml
=> protobuf/protobuf-deserialize-pipe.yaml} (80%)
create mode 100644
tests/camel-kamelets-itest/src/test/resources/protobuf/protobuf-serdes-action.feature
copy
tests/camel-kamelets-itest/src/test/resources/{avro/avro-serialize-pipe.yaml =>
protobuf/protobuf-serialize-pipe.yaml} (83%)
copy
tests/camel-kamelets-itest/src/test/resources/{avro/avro-x-struct-sink-pipe.yaml
=> protobuf/protobuf-x-struct-sink-pipe.yaml} (81%)
copy tests/camel-kamelets-itest/src/test/resources/{openapi =>
protobuf}/yaks-config.yaml (89%)