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-quarkus.git


    omit dec3e381b6 Regen SBOM from commit 
18e274f52f23604550431b10bc4e16ed3fb709fa
     add 81709e2848 Regen SBOM from commit 
18e274f52f23604550431b10bc4e16ed3fb709fa (#7229)
     add f000f3e9ad Fix jms-artemis-ra module name (#7230)
     add e0a18d0870 Align langchain4j-tokenizer.adoc to reflect the component 
.adoc from Camel documentation (#7233)
     add 7fed1c317f Langchain4j-Tokenizer link is component and not others 
(#7234)
     add 7227376784 Revert "Langchain4j-Tokenizer link is component and not 
others (#7234)" (#7235)
     add 0e8596d6f4 Revert "Align langchain4j-tokenizer.adoc to reflect the 
component .adoc from …" (#7236)
     add 132c44eaa4 Bump cq-plugin.version from 4.17.2 to 4.17.3 (#7237)
     add a68195ced3 Remove logging of testcontainers configuration
     add 4cbb41d322 Handle potential for bcel to be present for xalan native 
mode
     add 739f0bf5b1 Do not manage com.squareup.okhttp3:mockwebserver
     add c2dcf8850b Bump actions/setup-java from 4.7.0 to 4.7.1 (#7242)
     add f3c71203dc Bump quarkiverse-mybatis.version from 2.3.1 to 2.3.2 (#7243)
     add 00220cecf8 Manage and align com.fasterxml:aalto-xml (#7241)
     add aaad606e4e Bump cq-plugin.version from 4.17.3 to 4.17.4
     add 98c1f7d0e4 Bump quarkiverse-groovy.version from 3.21.1 to 3.21.2
     add 8cd07517dd Upgrade quarkus-jsch to 3.0.15
     add fcc8f12553 Document groovy extension limitations for property 
placeholders in native mode
     add 9c5a516073 Update IBM MQ versions
     add f3745bb451 fixes #6771 DataFormat endpoints ignore camel.dataformat.* 
configuration properties
     add a1a1cd85e2 Use Pinecone emulator for integration testing
     add adbc20899d Regen SBOM from commit 
a1a1cd85e220abb432728f4be3876b9d42448685

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   (dec3e381b6)
            \
             N -- N -- N   refs/heads/regen_bot_sbom (adbc20899d)

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:
 .github/workflows/camel-master-cron.yaml           |  16 +-
 .github/workflows/ci-build.yaml                    |  16 +-
 .github/workflows/generate-sbom-main.yml           |   2 +-
 .github/workflows/pr-validate.yml                  |   2 +-
 .github/workflows/quarkus-master-cron.yaml         |  16 +-
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 369 ++++++++-------------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          | 329 ++++++++----------
 .../pages/reference/extensions/dataformat.adoc     |  24 ++
 .../ROOT/pages/reference/extensions/groovy.adoc    |  28 +-
 .../deployment/XalanNativeImageProcessor.java      |  19 ++
 .../dataformat/deployment/DataformatProcessor.java |  17 +
 .../dataformat/CamelDataformatConfig.java          |  30 +-
 .../component/dataformat/DataformatRecorder.java   |  77 +++++
 .../groovy/runtime/src/main/doc/limitations.adoc   |  27 +-
 .../it/ElasticsearchTestResource.java              |   3 -
 .../component/redis/it/RedisTestResource.java      |   3 -
 .../test/support/kafka/KafkaTestResource.java      |   4 -
 .../test/support/mongodb/MongoDbTestResource.java  |   3 -
 .../activemq/it/ActiveMQTestResource.java          |   3 -
 .../arangodb/it/ArangodbTestResource.java          |   3 -
 integration-tests/beanio/pom.xml                   |  17 +
 .../component/beanio/it/BeanioResource.java        |  47 +--
 .../quarkus/component/beanio/it/BeanioRoutes.java  |   4 +
 .../quarkus/component/beanio/it/model/Person.java} |  25 +-
 .../src/main/resources/application.properties      |   6 +-
 .../beanio/src/main/resources/employee-mapping.xml |  12 +
 .../quarkus/component/beanio/it/BeanioTest.java    |  52 ++-
 .../beanio/src/test/resources/employees-csv.txt    |   2 +-
 .../src/test/resources/employees-delimited.txt     |   2 +-
 .../src/test/resources/employees-fixedlength.txt   |   2 +-
 .../src/test/resources/employees-with-error.txt    |   2 +-
 .../beanio/src/test/resources/employees-xml.txt    |   2 +-
 .../cassandraql/it/CassandraqlTestResource.java    |   2 -
 .../component/consul/it/ConsulTestResource.java    |   3 -
 .../common/it/AbstractDebeziumTestResource.java    |   2 -
 .../influxdb/it/InfluxdbTestResource.java          |   3 -
 integration-tests/jms-artemis-ra/pom.xml           |   2 +-
 .../component/kudu/it/KuduTestResource.java        |   3 -
 .../component/nats/it/NatsTestResource.java        |   3 -
 .../component/paho/it/PahoTestResource.java        |   3 -
 .../slot/it/PgReplicationSlotTestResource.java     |   3 -
 integration-tests/pinecone/pom.xml                 |  27 ++
 .../component/pinecone/it/PineconeResource.java    |  31 +-
 .../component/pinecone/it/PineconeTest.java        |  38 +--
 .../pinecone/it/PineconeTestResource.java          |  48 ++-
 ...dexes-0cb5785f-987c-481d-b49a-51dac8cc4a5a.json |  29 --
 ...dexes-293cf644-849f-4860-809f-13278d509acb.json |  30 --
 ...dexes-5854cd4f-0384-40dd-bfa5-bf36592d3a9b.json |  33 --
 ...index-92a8d520-01e3-48ae-89eb-1f51beed3276.json |  26 --
 .../component/qdrant/it/QdrantTestResource.java    |   3 -
 pom.xml                                            |  16 +-
 poms/bom/pom.xml                                   |  17 +-
 poms/bom/src/main/generated/flattened-full-pom.xml |  32 +-
 .../src/main/generated/flattened-reduced-pom.xml   |  32 +-
 .../generated/flattened-reduced-verbose-pom.xml    |  32 +-
 55 files changed, 754 insertions(+), 828 deletions(-)
 copy 
extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelRuntimeConfig.java
 => 
extensions/dataformat/runtime/src/main/java/org/apache/camel/quarkus/component/dataformat/CamelDataformatConfig.java
 (65%)
 create mode 100644 
extensions/dataformat/runtime/src/main/java/org/apache/camel/quarkus/component/dataformat/DataformatRecorder.java
 copy integration-tests/{java-joor-dsl/src/main/resources/routes/MyUser.java => 
beanio/src/main/java/org/apache/camel/quarkus/component/beanio/it/model/Person.java}
 (84%)
 delete mode 100644 
integration-tests/pinecone/src/test/resources/mappings/indexes-0cb5785f-987c-481d-b49a-51dac8cc4a5a.json
 delete mode 100644 
integration-tests/pinecone/src/test/resources/mappings/indexes-293cf644-849f-4860-809f-13278d509acb.json
 delete mode 100644 
integration-tests/pinecone/src/test/resources/mappings/indexes-5854cd4f-0384-40dd-bfa5-bf36592d3a9b.json
 delete mode 100644 
integration-tests/pinecone/src/test/resources/mappings/indexes_test-index-92a8d520-01e3-48ae-89eb-1f51beed3276.json

Reply via email to