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 4721cb42f8 Regen SBOM from commit 
067c1dbacb15a24c35774554a7124ce8fb4196d1
     add 9317a43930 Regen SBOM from commit 
067c1dbacb15a24c35774554a7124ce8fb4196d1 (#8128)
     add 7c1a9b6ffe Bump quarkiverse-groovy.version from 3.30.4 to 3.30.6
     add 43431adf68 Add .sdkmanrc
     add 3057418a89 Upgrade to Camel 4.17.0
     add 842d2752fb Fixup 43431ad Add .sdkmanrc
     add 0c10cd84e5 Ensure MasterTest waits for follower process to shut down
     add 37400ccc44 Bump quarkiverse-freemarker.version from 1.2.0 to 1.3.0
     add 88e98a7302 Bump net.revelc.code:impsort-maven-plugin from 1.12.0 to 
1.13.0
     add 2215f5b371 Rationalize master extension integration testing
     add d0a50172fb Do not rely on GraalVM substitutions when making JPA 
independent of Spring
     add 9f0bd4e3b1 Add Cyber Ark vault extension
     add 76f0b0eb97 Fix potential master-file race with cluster data deletion 
and lock acquisition on Windows
     add 3396a6d083 Add camel-quarkus-support-httpclient5 to keycloak extension
     add fbaf2f9ef9 Upgrade Quarkus to 3.31.0.CR1
     add fb24459f76 Document FOP JDK version limitations and override native 
builder image in integration tests due to #7936
     add ee13482576 Disable Groovy native integration tests due to #8122
     add cca405e87b Disable netty-http authentication tests due to #8147
     add 9ff94a6d8f Disable cxf-soap-grouped native profile due to #8148
     add 8b436498f3 Disable Langchain4jAgentTest.agentWithMcpClient due to #8153
     add 089b95a62d Pin modelcontextprotocol/server-everything to 2025.12.18 
for Langchain4jAgentTest.agentWithMcpClient test
     add 0beb7e65e7 Restore Quarkus SNAPSHOT testing against 
camel-quarkus-examples camel-quarkus-main branch
     add fd44a19fb2 PDF generation with image in native with Apache FOP
     add bcfa62adfb Upgrade MySQL test container version from 8.4 to 9.5
     add bca5c064f5 Bump org.jolokia:jolokia-agent-jvm from 2.4.2 to 2.4.3
     add 40448c7949 Upgrade quarkiverse batik to 1.1.0
     add 1b5c166fff Add cli-debug JVM only extension
     add 8f1c2f1833 Update MacOS build tips in contributor user guide
     add 5ceae69067 Remove redundant localstack container 
PROVIDER_OVERRIDE_CLOUDWATCH environment variable
     add 87396343da Regen SBOM from commit 
5ceae69067835b5303c62847a1846e19442063c6

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   (4721cb42f8)
            \
             N -- N -- N   refs/heads/regen_bot_sbom (87396343da)

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/ci-build.yaml                    |     3 -
 .github/workflows/quarkus-master-cron.yaml         |     4 +-
 .sdkmanrc                                          |     5 +
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 46225 ++++++++++---------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          | 42271 +++++++++--------
 catalog/pom.xml                                    |    26 +
 docs/antora.yml                                    |     6 +-
 .../ROOT/examples/components/cyberark-vault.yml    |    13 +
 docs/modules/ROOT/examples/components/olingo4.yml  |     2 +-
 docs/modules/ROOT/examples/components/stomp.yml    |     2 +-
 docs/modules/ROOT/examples/others/aws-xray.yml     |     2 +-
 docs/modules/ROOT/examples/others/cli-debug.yml    |    13 +
 docs/modules/ROOT/examples/others/mdc.yml          |     2 +-
 docs/modules/ROOT/nav.adoc                         |     2 +
 .../ROOT/pages/contributor-guide/index.adoc        |     6 +-
 .../ROOT/pages/reference/extensions/aws-xray.adoc  |     6 +-
 .../extensions/{python.adoc => cli-debug.adoc}     |    22 +-
 .../extensions/{oauth.adoc => cyberark-vault.adoc} |    20 +-
 .../ROOT/pages/reference/extensions/fop.adoc       |    15 +
 .../ROOT/pages/reference/extensions/groovy.adoc    |    10 -
 .../ROOT/pages/reference/extensions/mdc.adoc       |     2 +-
 .../ROOT/pages/reference/extensions/olingo4.adoc   |     6 +-
 .../ROOT/pages/reference/extensions/stomp.adoc     |     6 +-
 extensions-core/core/deployment/pom.xml            |     2 +-
 .../org/apache/camel/quarkus/main/CamelMain.java   |    19 +
 extensions-core/yaml-dsl/deployment/pom.xml        |     2 +-
 .../main/resources/META-INF/quarkus-extension.yaml |     1 +
 extensions-jvm/cli-connector/deployment/pom.xml    |     2 +-
 .../cli-debug}/deployment/pom.xml                  |    10 +-
 .../cli/debug/deployment/CliDebugProcessor.java}   |    12 +-
 .../milo => extensions-jvm/cli-debug}/pom.xml      |     6 +-
 .../cli-debug}/runtime/pom.xml                     |    17 +-
 .../main/resources/META-INF/quarkus-extension.yaml |     6 +-
 extensions-jvm/console/deployment/pom.xml          |     2 +-
 extensions-jvm/pom.xml                             |     1 +
 .../main/resources/META-INF/quarkus-extension.yaml |     1 +
 extensions-support/language/deployment/pom.xml     |     2 +-
 .../deployment/SupportMongoDBProcessor.java        |     4 +-
 extensions-support/spring/integration-test/pom.xml |     2 +-
 .../{milo => cyberark-vault}/deployment/pom.xml    |    12 +-
 .../vault/deployment/CyberarkVaultProcessor.java}  |     6 +-
 extensions/{milo => cyberark-vault}/pom.xml        |     4 +-
 .../{oauth => cyberark-vault}/runtime/pom.xml      |    14 +-
 .../main/resources/META-INF/quarkus-extension.yaml |     7 +-
 extensions/debug/deployment/pom.xml                |     2 +-
 extensions/docling/deployment/pom.xml              |     4 +
 .../docling/deployment/DoclingProcessor.java       |    47 +
 extensions/docling/runtime/pom.xml                 |     9 +
 ...lingServeClientBuilderFactorySubstitutions.java |    21 +-
 extensions/fhir/deployment/pom.xml                 |     2 +-
 extensions/file-cluster-service/deployment/pom.xml |     2 +-
 extensions/fop/deployment/pom.xml                  |     4 +
 .../component/fop/deployment/FopProcessor.java     |    84 +-
 extensions/fop/runtime/pom.xml                     |     8 +
 .../fop/runtime/src/main/doc/limitations.adoc      |    13 +
 .../groovy/runtime/src/main/doc/limitations.adoc   |    10 -
 extensions/infinispan/runtime/pom.xml              |    11 -
 extensions/jackson/deployment/pom.xml              |     2 +-
 extensions/jacksonxml/deployment/pom.xml           |     2 +-
 extensions/jasypt/deployment/pom.xml               |     2 +-
 extensions/jfr/deployment/pom.xml                  |     2 +-
 extensions/jolokia/deployment/pom.xml              |     2 +-
 .../component/jpa/deployment/JpaProcessor.java     |    72 +-
 extensions/jpa/runtime/pom.xml                     |     5 -
 .../component/jpa/graal/JpaSubstitution.java       |    59 -
 extensions/jta/deployment/pom.xml                  |     4 +-
 extensions/kafka/deployment/pom.xml                |     2 +-
 extensions/keycloak/deployment/pom.xml             |     4 +
 .../keycloak/deployment/KeycloakProcessor.java     |     8 +
 extensions/keycloak/runtime/pom.xml                |     4 +
 .../kubernetes-cluster-service/deployment/pom.xml  |     2 +-
 ...terServiceConfigEnabledWithoutDefaultsTest.java |     4 +-
 ...ServiceConfigEnabledWithoutRebalancingTest.java |     4 +-
 .../cluster/KubernetesClusterServiceRecorder.java  |     4 +-
 extensions/mdc/deployment/pom.xml                  |     2 +-
 extensions/micrometer/deployment/pom.xml           |     2 +-
 extensions/microprofile-health/deployment/pom.xml  |     2 +-
 .../main/resources/META-INF/quarkus-extension.yaml |     1 +
 extensions/openapi-java/deployment/pom.xml         |     2 +-
 extensions/opentelemetry/deployment/pom.xml        |     2 +-
 extensions/opentelemetry2/deployment/pom.xml       |     2 +-
 extensions/pom.xml                                 |     1 +
 extensions/quartz/deployment/pom.xml               |     2 +-
 extensions/servlet/deployment/pom.xml              |     2 +-
 extensions/sjms/deployment/pom.xml                 |     2 +-
 extensions/sjms2/deployment/pom.xml                |     2 +-
 extensions/telemetry-dev/deployment/pom.xml        |     2 +-
 .../aws2/aws-secrets-manager/pom.xml               |     2 +-
 .../secrets/manager/it/AwsSecretsManagerTest.java  |     6 +-
 .../it/AwsSecretsManagerTestEnvCustomizer.java     |     2 +-
 .../manager/it/CamelContextSqsReloadTest.java      |     4 +-
 integration-test-groups/aws2/aws2-cw/pom.xml       |     2 +-
 .../quarkus/component/aws2/cw/it/Aws2CwTest.java   |     2 +-
 .../aws2/cw/it/Aws2CwTestEnvCustomizer.java        |     2 +-
 integration-test-groups/aws2/aws2-ddb/pom.xml      |     2 +-
 .../aws2/ddb/it/Aws2DdbTestEnvCustomizer.java      |     2 +-
 integration-test-groups/aws2/aws2-kinesis/pom.xml  |     2 +-
 .../aws2/kinesis/it/Aws2KinesisFirehoseTest.java   |     2 +-
 .../component/aws2/kinesis/it/Aws2KinesisTest.java |     2 +-
 .../kinesis/it/Aws2KinesisTestEnvCustomizer.java   |     2 +-
 integration-test-groups/aws2/aws2-lambda/pom.xml   |     2 +-
 .../lambda/it/Aws2LambdaTestEnvCustomizer.java     |     2 +-
 integration-test-groups/aws2/aws2-s3/pom.xml       |     2 +-
 .../aws2/s3/it/Aws2S3TestEnvCustomizer.java        |     2 +-
 integration-test-groups/aws2/aws2-ses/pom.xml      |     2 +-
 .../quarkus/component/aws2/ses/it/Aws2SesTest.java |     2 +-
 .../aws2/ses/it/Aws2SesTestEnvCustomizer.java      |     2 +-
 integration-test-groups/aws2/aws2-sqs-sns/pom.xml  |     2 +-
 .../aws2/sns/it/Aws2SqsSnsTestEnvCustomizer.java   |     2 +-
 integration-test-groups/aws2/aws2-sqs/pom.xml      |     2 +-
 .../aws2/sqs/it/Aws2SqsTestEnvCustomizer.java      |     2 +-
 .../azure/azure-eventhubs/pom.xml                  |     2 +-
 .../azure/azure-key-vault/pom.xml                  |     2 +-
 .../azure/azure-servicebus/pom.xml                 |     2 +-
 .../azure/azure-storage-blob/pom.xml               |     2 +-
 .../azure/azure-storage-datalake/pom.xml           |     2 +-
 .../azure/azure-storage-queue/pom.xml              |     2 +-
 integration-test-groups/compression/lzf/pom.xml    |     2 +-
 .../compression/zip-deflater/pom.xml               |     2 +-
 .../compression/zipfile/pom.xml                    |     2 +-
 .../cxf-soap/cxf-soap-client/pom.xml               |    13 +-
 .../cxf-soap/cxf-soap-converter/pom.xml            |     2 +-
 .../cxf-soap/cxf-soap-metrics/pom.xml              |     2 +-
 .../cxf-soap/cxf-soap-mtom-awt/pom.xml             |     2 +-
 .../cxf-soap/cxf-soap-mtom/pom.xml                 |     2 +-
 .../cxf-soap/cxf-soap-rest/pom.xml                 |    13 +-
 .../cxf-soap/cxf-soap-server/pom.xml               |     2 +-
 .../cxf-soap/cxf-soap-ssl/pom.xml                  |     2 +-
 .../cxf-soap/cxf-soap-ws-security-client/pom.xml   |    13 +-
 .../cxf-soap/cxf-soap-ws-security-server/pom.xml   |     2 +-
 .../cxf-soap/cxf-soap-ws-trust/pom.xml             |     2 +-
 .../dataformats-json/json-gson/pom.xml             |     2 +-
 .../dataformats-json/json-jackson/pom.xml          |     2 +-
 .../dataformats-json/json-jsonb/pom.xml            |     2 +-
 integration-test-groups/debezium/mongodb/pom.xml   |    15 +-
 integration-test-groups/debezium/mssql/pom.xml     |    15 +-
 integration-test-groups/debezium/mysql/pom.xml     |    15 +-
 integration-test-groups/debezium/oracle/pom.xml    |    16 +-
 .../debezium/postgresql/pom.xml                    |    19 +-
 integration-test-groups/foundation/bean/pom.xml    |     4 +-
 integration-test-groups/foundation/browse/pom.xml  |     2 +-
 .../foundation/component-name-resolver/pom.xml     |     2 +-
 .../foundation/controlbus/pom.xml                  |     2 +-
 .../foundation/core-annotations/pom.xml            |     2 +-
 .../foundation/core-languages/pom.xml              |     2 +-
 .../foundation/core-thread-pools/pom.xml           |     2 +-
 integration-test-groups/foundation/core/pom.xml    |     2 +-
 integration-test-groups/foundation/dataset/pom.xml |     2 +-
 integration-test-groups/foundation/direct/pom.xml  |     2 +-
 integration-test-groups/foundation/eip/pom.xml     |     2 +-
 .../foundation/language/pom.xml                    |     2 +-
 integration-test-groups/foundation/log/pom.xml     |     2 +-
 integration-test-groups/foundation/mock/pom.xml    |     2 +-
 integration-test-groups/foundation/ref/pom.xml     |     2 +-
 .../foundation/route-configurations/pom.xml        |     2 +-
 .../foundation/scheduler/pom.xml                   |     2 +-
 integration-test-groups/foundation/seda/pom.xml    |     2 +-
 integration-test-groups/foundation/stream/pom.xml  |     2 +-
 integration-test-groups/foundation/timer/pom.xml   |     2 +-
 .../foundation/transformer/pom.xml                 |     2 +-
 .../foundation/type-converter/pom.xml              |     2 +-
 .../foundation/variables/pom.xml                   |     2 +-
 integration-test-groups/http/http/pom.xml          |     7 +-
 integration-test-groups/http/netty-http/pom.xml    |     2 +-
 .../component/http/netty/NettyHttpResource.java    |     4 +
 .../component/http/netty/it/NettyHttpTest.java     |     3 +
 integration-test-groups/http/vertx-http/pom.xml    |     2 +-
 integration-test-groups/jdbc/db2/pom.xml           |     2 +-
 integration-test-groups/jdbc/h2/pom.xml            |     2 +-
 integration-test-groups/jdbc/mariadb/pom.xml       |     2 +-
 integration-test-groups/jdbc/mssql/pom.xml         |     2 +-
 integration-test-groups/jdbc/mysql/pom.xml         |    13 +-
 integration-test-groups/jdbc/oracle/pom.xml        |     2 +-
 integration-test-groups/jdbc/postgresql/pom.xml    |     2 +-
 .../mongodb/mongodb-gridfs/pom.xml                 |     2 +-
 integration-test-groups/mongodb/mongodb/pom.xml    |     2 +-
 .../xml/jvm/xslt-aggregate/pom.xml                 |     2 +-
 integration-test-groups/xml/jvm/xslt-bean/pom.xml  |     2 +-
 integration-test-groups/xml/jvm/xslt-file/pom.xml  |     2 +-
 integration-test-groups/xml/jvm/xslt-http/pom.xml  |     2 +-
 integration-test-groups/xml/jvm/xslt-ref/pom.xml   |     2 +-
 .../xml/native/xslt-classpath/pom.xml              |     2 +-
 integration-tests-jvm/asn1/pom.xml                 |     2 +-
 integration-tests-jvm/asterisk/pom.xml             |     2 +-
 integration-tests-jvm/aws-xray/pom.xml             |     2 +-
 integration-tests-jvm/azure-cosmosdb/pom.xml       |     2 +-
 integration-tests-jvm/azure-files/pom.xml          |     2 +-
 integration-tests-jvm/barcode/pom.xml              |     2 +-
 integration-tests-jvm/bonita/pom.xml               |     2 +-
 integration-tests-jvm/chatscript/pom.xml           |     2 +-
 integration-tests-jvm/chunk/pom.xml                |     2 +-
 integration-tests-jvm/cli-connector/pom.xml        |     2 +-
 .../{python => cli-debug}/pom.xml                  |    28 +-
 .../component/cli/debug/it/CliDebugRoutes.java     |    10 +-
 .../src/main/resources/application.properties      |    23 +-
 .../component/cli/debug/it/CliDebugTest.java       |    81 +
 integration-tests-jvm/cm-sms/pom.xml               |     2 +-
 integration-tests-jvm/coap/pom.xml                 |     2 +-
 integration-tests-jvm/cometd/pom.xml               |     2 +-
 integration-tests-jvm/console/pom.xml              |     2 +-
 .../controlbus-statistics/pom.xml                  |     2 +-
 integration-tests-jvm/couchbase/pom.xml            |    15 +-
 integration-tests-jvm/dfdl/pom.xml                 |     2 +-
 integration-tests-jvm/djl/pom.xml                  |     2 +-
 integration-tests-jvm/dns/pom.xml                  |     2 +-
 integration-tests-jvm/drill/pom.xml                |     2 +-
 integration-tests-jvm/dsl-modeline/pom.xml         |     2 +-
 integration-tests-jvm/ehcache/pom.xml              |     2 +-
 integration-tests-jvm/elasticsearch/pom.xml        |    13 +-
 integration-tests-jvm/fastjson/pom.xml             |     2 +-
 integration-tests-jvm/flink/pom.xml                |     2 +-
 integration-tests-jvm/google-functions/pom.xml     |     2 +-
 integration-tests-jvm/guava-eventbus/pom.xml       |     2 +-
 integration-tests-jvm/huaweicloud-smn/pom.xml      |     2 +-
 integration-tests-jvm/ibm-secrets-manager/pom.xml  |     2 +-
 integration-tests-jvm/ibm-watson-discovery/pom.xml |     2 +-
 integration-tests-jvm/ibm-watson-language/pom.xml  |     2 +-
 integration-tests-jvm/iec60870/pom.xml             |     2 +-
 integration-tests-jvm/ignite/pom.xml               |     2 +-
 integration-tests-jvm/irc/pom.xml                  |     2 +-
 integration-tests-jvm/javascript/pom.xml           |     2 +-
 integration-tests-jvm/jcr/pom.xml                  |     2 +-
 integration-tests-jvm/jgroups-raft/pom.xml         |     2 +-
 integration-tests-jvm/jgroups/pom.xml              |     2 +-
 integration-tests-jvm/jooq/pom.xml                 |     2 +-
 integration-tests-jvm/json-patch/pom.xml           |     2 +-
 integration-tests-jvm/jsonapi/pom.xml              |     2 +-
 integration-tests-jvm/ldif/pom.xml                 |     2 +-
 integration-tests-jvm/lucene/pom.xml               |     2 +-
 integration-tests-jvm/main-devmode/pom.xml         |     4 +-
 integration-tests-jvm/milvus/pom.xml               |     2 +-
 integration-tests-jvm/mvel/pom.xml                 |     2 +-
 integration-tests-jvm/opensearch/pom.xml           |    13 +-
 integration-tests-jvm/pom.xml                      |     1 +
 integration-tests-jvm/pqc/pom.xml                  |     2 +-
 integration-tests-jvm/printer/pom.xml              |     2 +-
 integration-tests-jvm/pulsar/pom.xml               |     2 +-
 integration-tests-jvm/python/pom.xml               |     2 +-
 integration-tests-jvm/quickfix/pom.xml             |     2 +-
 integration-tests-jvm/redis/pom.xml                |    13 +-
 integration-tests-jvm/robotframework/pom.xml       |     2 +-
 integration-tests-jvm/schematron/pom.xml           |     2 +-
 integration-tests-jvm/smooks/pom.xml               |     2 +-
 integration-tests-jvm/smpp/pom.xml                 |     2 +-
 integration-tests-jvm/snmp/pom.xml                 |     2 +-
 integration-tests-jvm/spring-redis/pom.xml         |    13 +-
 integration-tests-jvm/stitch/pom.xml               |     2 +-
 integration-tests-jvm/stomp/pom.xml                |     2 +-
 integration-tests-jvm/stub/pom.xml                 |     2 +-
 integration-tests-jvm/thrift/pom.xml               |     2 +-
 integration-tests-jvm/web3j/pom.xml                |     2 +-
 integration-tests-jvm/wordpress/pom.xml            |     2 +-
 integration-tests-jvm/workday/pom.xml              |     2 +-
 integration-tests-jvm/xml-grouped/pom.xml          |     2 +-
 integration-tests-jvm/xmpp/pom.xml                 |     2 +-
 integration-tests-jvm/zookeeper-master/pom.xml     |     2 +-
 integration-tests-jvm/zookeeper/pom.xml            |     2 +-
 integration-tests-support/activemq/pom.xml         |    10 -
 integration-tests-support/aws2/pom.xml             |    34 +-
 .../quarkus/test/support/aws2/Aws2Client.java      |     2 -
 .../test/support/aws2/Aws2TestEnvContext.java      |     7 +-
 .../test/support/aws2/Aws2TestEnvCustomizer.java   |     2 -
 .../test/support/aws2/Aws2TestResource.java        |    20 +-
 .../support/aws2/{Aws2Client.java => Service.java} |    43 +-
 integration-tests-support/azure/pom.xml            |     8 -
 .../certificate-generator/pom.xml                  |    10 -
 integration-tests-support/debezium/pom.xml         |    12 +-
 integration-tests-support/google/pom.xml           |    18 +-
 integration-tests-support/http/pom.xml             |     2 +-
 integration-tests-support/jdbc/pom.xml             |     2 +-
 integration-tests-support/kafka/pom.xml            |    10 -
 integration-tests-support/messaging/common/pom.xml |     2 +-
 integration-tests-support/messaging/jms/pom.xml    |     2 +-
 integration-tests-support/messaging/sjms/pom.xml   |     2 +-
 integration-tests-support/mongodb/pom.xml          |    10 -
 integration-tests-support/splunk/pom.xml           |    10 -
 integration-tests-support/test-support/pom.xml     |     2 +-
 integration-tests/activemq/pom.xml                 |    13 +-
 integration-tests/activemq6/pom.xml                |    13 +-
 integration-tests/amqp/pom.xml                     |     2 +-
 integration-tests/arangodb/pom.xml                 |    13 +-
 integration-tests/as2/pom.xml                      |     2 +-
 integration-tests/avro-rpc/pom.xml                 |     2 +-
 integration-tests/avro/pom.xml                     |     2 +-
 integration-tests/aws2-grouped/pom.xml             |     2 +-
 integration-tests/aws2/pom.xml                     |     2 +-
 integration-tests/azure-grouped/pom.xml            |     2 +-
 integration-tests/base64/pom.xml                   |     2 +-
 integration-tests/bean-validator/pom.xml           |     2 +-
 integration-tests/beanio/pom.xml                   |     2 +-
 integration-tests/bindy/pom.xml                    |     2 +-
 integration-tests/box/pom.xml                      |     2 +-
 integration-tests/braintree/pom.xml                |     2 +-
 integration-tests/caffeine/pom.xml                 |     2 +-
 integration-tests/cassandraql/pom.xml              |    13 +-
 integration-tests/cbor/pom.xml                     |     2 +-
 integration-tests/compression-grouped/pom.xml      |     2 +-
 integration-tests/consul/pom.xml                   |    13 +-
 integration-tests/couchdb/pom.xml                  |    13 +-
 integration-tests/crypto-pgp/pom.xml               |     2 +-
 integration-tests/crypto/pom.xml                   |     4 +-
 integration-tests/csimple/pom.xml                  |     2 +-
 integration-tests/csv/pom.xml                      |     2 +-
 integration-tests/cxf-soap-grouped/pom.xml         |    15 +-
 integration-tests/cyberark-vault/README.adoc       |    32 +
 integration-tests/{paho => cyberark-vault}/pom.xml |    26 +-
 .../cyberark/vault/it/CyberArkRoutes.java          |    58 +
 .../cyberark/vault/it/CyberarkVaultResource.java   |    38 +-
 .../src/main/resources/application.properties      |    10 +-
 .../cyberark/vault/it/CyberarkVaultIT.java         |     4 +-
 .../cyberark/vault/it/CyberarkVaultTest.java}      |    47 +-
 .../vault/it/CyberarkVaultTestResource.java        |   161 +
 .../src/test/resources/conf/default.conf           |    12 +
 .../src/test/resources/conf/policy/BotApp.yml      |    29 +-
 .../src/test/resources/conf/tls/tls.conf           |    39 +
 .../src/test/resources/docker-compose.yml          |   104 +
 integration-tests/cyberark-vault/startConjur.sh    |    82 +
 .../cyberark-vault/stopConjur.sh                   |    14 +-
 integration-tests/dataformat/pom.xml               |     2 +-
 integration-tests/dataformats-json-grouped/pom.xml |     2 +-
 integration-tests/datasonnet/pom.xml               |     2 +-
 integration-tests/debezium-grouped/pom.xml         |    47 +-
 integration-tests/debug/pom.xml                    |     2 +-
 integration-tests/digitalocean/pom.xml             |     2 +-
 integration-tests/disruptor/pom.xml                |     2 +-
 integration-tests/docling/pom.xml                  |    13 +-
 integration-tests/dropbox/pom.xml                  |     2 +-
 .../elasticsearch-rest-client/pom.xml              |    13 +-
 integration-tests/exec/pom.xml                     |     2 +-
 integration-tests/fhir/pom.xml                     |    13 +-
 integration-tests/file/pom.xml                     |     2 +-
 integration-tests/flatpack/pom.xml                 |     2 +-
 integration-tests/fop/pom.xml                      |     4 +-
 .../camel/quarkus/component/fop/it/FopTest.java    |    68 +-
 integration-tests/fory/pom.xml                     |     2 +-
 integration-tests/foundation-grouped/pom.xml       |     4 +-
 integration-tests/freemarker/pom.xml               |     2 +-
 integration-tests/ftp/pom.xml                      |     2 +-
 integration-tests/geocoder/pom.xml                 |     2 +-
 integration-tests/git/pom.xml                      |     2 +-
 integration-tests/github/pom.xml                   |     2 +-
 integration-tests/google-bigquery/pom.xml          |     2 +-
 integration-tests/google-pubsub/pom.xml            |     2 +-
 integration-tests/google-secret-manager/pom.xml    |     4 +-
 integration-tests/google-storage/pom.xml           |    13 +-
 integration-tests/google/pom.xml                   |     2 +-
 integration-tests/graphql/pom.xml                  |     2 +-
 integration-tests/grok/pom.xml                     |     2 +-
 integration-tests/groovy-xml/pom.xml               |     2 +-
 integration-tests/groovy/pom.xml                   |     2 +-
 .../src/main/resources/application.properties      |     3 -
 .../quarkus/component/groovy/it/GroovyIT.java      |     2 +
 integration-tests/grpc/pom.xml                     |     2 +-
 integration-tests/hashicorp-vault/pom.xml          |    13 +-
 integration-tests/hazelcast/pom.xml                |     4 +-
 integration-tests/headersmap/pom.xml               |     2 +-
 integration-tests/hl7/pom.xml                      |     2 +-
 integration-tests/http-grouped/pom.xml             |    13 +-
 integration-tests/ibm-cos/pom.xml                  |     2 +-
 integration-tests/infinispan-common/pom.xml        |    13 +-
 .../infinispan/common/InfinispanCommonTest.java    |     8 +-
 .../infinispan-quarkus-client/pom.xml              |     8 +-
 integration-tests/infinispan/pom.xml               |    14 +-
 integration-tests/influxdb/pom.xml                 |    13 +-
 integration-tests/iso8583/pom.xml                  |     2 +-
 integration-tests/jackson-avro/pom.xml             |     2 +-
 integration-tests/jackson-protobuf/pom.xml         |     2 +-
 integration-tests/jasypt/pom.xml                   |     2 +-
 integration-tests/java-joor-dsl/pom.xml            |     2 +-
 integration-tests/jaxb/pom.xml                     |     2 +-
 integration-tests/jcache/pom.xml                   |     2 +-
 integration-tests/jdbc-grouped/pom.xml             |    13 +-
 integration-tests/jfr/pom.xml                      |     2 +-
 integration-tests/jira/pom.xml                     |     2 +-
 integration-tests/jms-artemis-client/pom.xml       |     2 +-
 integration-tests/jms-artemis-ra/pom.xml           |     2 +-
 integration-tests/jms-ibmmq-client/pom.xml         |    13 +-
 integration-tests/jms-qpid-amqp-client/pom.xml     |     2 +-
 integration-tests/jolokia/pom.xml                  |     2 +-
 integration-tests/jolt/pom.xml                     |     2 +-
 integration-tests/joor/pom.xml                     |     2 +-
 integration-tests/jpa/pom.xml                      |     2 +-
 integration-tests/jq/pom.xml                       |     2 +-
 integration-tests/jsch/pom.xml                     |    13 +-
 integration-tests/jslt/pom.xml                     |     2 +-
 integration-tests/json-validator/pom.xml           |     2 +-
 integration-tests/jsonata/pom.xml                  |     2 +-
 integration-tests/jsonpath/pom.xml                 |     2 +-
 integration-tests/jt400-mocked/pom.xml             |     2 +-
 integration-tests/jt400/pom.xml                    |     2 +-
 integration-tests/jta/pom.xml                      |     2 +-
 .../jta/src/main/resources/application.properties  |     2 +
 .../camel/quarkus/component/jta/it/JtaTest.java    |    16 +-
 integration-tests/kafka-oauth/pom.xml              |    13 +-
 integration-tests/kafka-sasl-ssl/pom.xml           |    11 -
 integration-tests/kafka-sasl/pom.xml               |    11 -
 integration-tests/kafka-ssl/pom.xml                |    11 -
 integration-tests/kafka/pom.xml                    |     5 -
 integration-tests/kamelet/pom.xml                  |     2 +-
 integration-tests/keycloak/pom.xml                 |    13 +-
 integration-tests/knative/pom.xml                  |     2 +-
 integration-tests/kubernetes/pom.xml               |    13 +-
 .../src/main/resources/application.properties      |     6 +
 .../it/KubernetesConfigMapContextReloadTest.java   |     9 +-
 .../it/KubernetesSecretContextReloadTest.java      |     8 +-
 integration-tests/kudu/pom.xml                     |    13 +-
 integration-tests/langchain4j-agent/pom.xml        |     2 +-
 .../langchain4j/agent/it/AgentProducers.java       |     2 +-
 integration-tests/langchain4j-chat/pom.xml         |     2 +-
 integration-tests/langchain4j-embeddings/pom.xml   |     2 +-
 .../langchain4j-embeddingstore/pom.xml             |    15 +-
 integration-tests/langchain4j-tokenizer/pom.xml    |     2 +-
 integration-tests/langchain4j-tools/pom.xml        |     2 +-
 integration-tests/langchain4j-web-search/pom.xml   |     2 +-
 integration-tests/ldap/pom.xml                     |     2 +-
 integration-tests/leveldb/pom.xml                  |     2 +-
 integration-tests/lra/pom.xml                      |    13 +-
 integration-tests/lumberjack/pom.xml               |     2 +-
 integration-tests/mail-microsoft-oauth/pom.xml     |     2 +-
 integration-tests/mail/pom.xml                     |    13 +-
 integration-tests/main-command-mode/pom.xml        |     2 +-
 integration-tests/main-unknown-args-fail/pom.xml   |     2 +-
 integration-tests/main-unknown-args-ignore/pom.xml |     2 +-
 integration-tests/main-xml-io/pom.xml              |     2 +-
 integration-tests/main-xml-jaxb/pom.xml            |     2 +-
 integration-tests/main-yaml/pom.xml                |     2 +-
 integration-tests/main/pom.xml                     |     2 +-
 integration-tests/management/pom.xml               |     2 +-
 integration-tests/mapstruct/pom.xml                |     2 +-
 integration-tests/master-file/pom.xml              |     2 +-
 .../component/master/it/MasterFileTest.java        |    15 +-
 integration-tests/master-openshift/pom.xml         |    13 +-
 integration-tests/master/pom.xml                   |   232 -
 .../component/master/it/MasterResource.java        |    35 -
 .../quarkus/component/master/it/MasterRoutes.java  |    48 -
 .../src/main/resources/application.properties      |    18 -
 .../quarkus/component/master/it/MasterIT.java      |    24 -
 .../quarkus/component/master/it/MasterTest.java    |   107 -
 integration-tests/mdc/pom.xml                      |     2 +-
 integration-tests/micrometer/pom.xml               |     2 +-
 .../microprofile-fault-tolerance/pom.xml           |     2 +-
 integration-tests/microprofile-health/pom.xml      |     2 +-
 integration-tests/milo/pom.xml                     |     2 +-
 integration-tests/minio/pom.xml                    |    13 +-
 integration-tests/mllp/pom.xml                     |     2 +-
 integration-tests/mongodb-grouped/pom.xml          |     2 +-
 integration-tests/mustache/pom.xml                 |     2 +-
 integration-tests/mybatis/pom.xml                  |     2 +-
 integration-tests/nats/pom.xml                     |    13 +-
 integration-tests/netty/pom.xml                    |     2 +-
 integration-tests/nitrite/pom.xml                  |     2 +-
 integration-tests/oaipmh/pom.xml                   |     2 +-
 integration-tests/oauth/pom.xml                    |    13 +-
 integration-tests/observability-services/pom.xml   |     2 +-
 integration-tests/ognl/pom.xml                     |     2 +-
 integration-tests/olingo4/pom.xml                  |     2 +-
 integration-tests/openstack/pom.xml                |     2 +-
 integration-tests/opentelemetry/pom.xml            |    11 +-
 integration-tests/opentelemetry2/pom.xml           |    11 +-
 integration-tests/optaplanner/pom.xml              |     2 +-
 integration-tests/paho-mqtt5/pom.xml               |    13 +-
 integration-tests/paho/pom.xml                     |     2 +-
 integration-tests/pdf/pom.xml                      |     2 +-
 integration-tests/pg-replication-slot/pom.xml      |    13 +-
 integration-tests/pgevent/pom.xml                  |    13 +-
 integration-tests/pinecone/pom.xml                 |    15 +-
 integration-tests/platform-http-proxy-ssl/pom.xml  |     2 +-
 integration-tests/platform-http-proxy/pom.xml      |     2 +-
 integration-tests/platform-http/pom.xml            |     2 +-
 integration-tests/pom.xml                          |     2 +-
 integration-tests/protobuf/pom.xml                 |     2 +-
 integration-tests/pubnub/pom.xml                   |     2 +-
 integration-tests/qdrant/pom.xml                   |    15 +-
 .../component/qdrant/it/QdrantResource.java        |     8 +-
 .../quarkus/component/qdrant/it/QdrantTest.java    |     2 +-
 integration-tests/quartz-clustered/pom.xml         |     2 +-
 integration-tests/quartz/pom.xml                   |     2 +-
 integration-tests/qute/pom.xml                     |     2 +-
 integration-tests/reactive-streams/pom.xml         |     2 +-
 integration-tests/rest-openapi/pom.xml             |     2 +-
 integration-tests/rest/pom.xml                     |     2 +-
 integration-tests/saga/pom.xml                     |     2 +-
 integration-tests/salesforce/pom.xml               |     2 +-
 integration-tests/sap-netweaver/pom.xml            |     2 +-
 integration-tests/saxon/pom.xml                    |     2 +-
 integration-tests/servicenow/pom.xml               |     2 +-
 integration-tests/servlet/pom.xml                  |     2 +-
 integration-tests/shiro/pom.xml                    |     2 +-
 integration-tests/sjms-artemis-client/pom.xml      |     2 +-
 integration-tests/sjms-qpid-amqp-client/pom.xml    |     2 +-
 integration-tests/sjms2-artemis-client/pom.xml     |     2 +-
 integration-tests/sjms2-qpid-amqp-client/pom.xml   |     2 +-
 integration-tests/slack/pom.xml                    |     2 +-
 .../smallrye-reactive-messaging/pom.xml            |     2 +-
 integration-tests/smb/pom.xml                      |    13 +-
 integration-tests/soap/pom.xml                     |     2 +-
 integration-tests/solr/pom.xml                     |    15 +-
 integration-tests/splunk-hec/pom.xml               |     2 +-
 integration-tests/splunk/pom.xml                   |     2 +-
 integration-tests/spring-rabbitmq/pom.xml          |    15 +-
 integration-tests/sql/pom.xml                      |    13 +-
 integration-tests/ssh/pom.xml                      |    13 +-
 integration-tests/stax/pom.xml                     |     2 +-
 integration-tests/stringtemplate/pom.xml           |     2 +-
 integration-tests/swift/pom.xml                    |     2 +-
 integration-tests/syndication/pom.xml              |     2 +-
 integration-tests/syslog/pom.xml                   |     2 +-
 integration-tests/tarfile/pom.xml                  |     2 +-
 integration-tests/telegram/pom.xml                 |     2 +-
 integration-tests/telemetry-dev/pom.xml            |     2 +-
 integration-tests/tika/pom.xml                     |     2 +-
 integration-tests/twilio/pom.xml                   |     2 +-
 integration-tests/twitter/pom.xml                  |     2 +-
 integration-tests/univocity-parsers/pom.xml        |     2 +-
 integration-tests/validator/pom.xml                |     2 +-
 integration-tests/velocity/pom.xml                 |     2 +-
 integration-tests/vertx-websocket/pom.xml          |     2 +-
 integration-tests/vertx/pom.xml                    |     2 +-
 integration-tests/wasm/pom.xml                     |     2 +-
 integration-tests/weather/pom.xml                  |     2 +-
 integration-tests/weaviate/pom.xml                 |    15 +-
 integration-tests/xchange/pom.xml                  |     2 +-
 integration-tests/xj/pom.xml                       |     2 +-
 integration-tests/xml-grouped/pom.xml              |     2 +-
 integration-tests/xml-jaxp/pom.xml                 |     2 +-
 integration-tests/xmlsecurity/pom.xml              |     2 +-
 integration-tests/xpath/pom.xml                    |     2 +-
 integration-tests/xslt-saxon/pom.xml               |     2 +-
 integration-tests/zendesk/pom.xml                  |     2 +-
 pom.xml                                            |    44 +-
 poms/bom-test/pom.xml                              |     4 -
 poms/bom/pom.xml                                   |    65 +-
 poms/bom/src/main/generated/flattened-full-pom.xml |  1888 +-
 .../src/main/generated/flattened-reduced-pom.xml   |   951 +-
 .../generated/flattened-reduced-verbose-pom.xml    |  1087 +-
 test-framework/junit5-extension-tests/pom.xml      |     2 +-
 test-framework/junit5/pom.xml                      |     2 +-
 .../integration-test-pom.xml                       |     2 +-
 tooling/perf-regression/pom.xml                    |     4 +-
 tooling/scripts/test-categories.yaml               |     2 +-
 tooling/test-list/pom.xml                          |     1 -
 541 files changed, 50479 insertions(+), 45949 deletions(-)
 create mode 100644 .sdkmanrc
 create mode 100644 docs/modules/ROOT/examples/components/cyberark-vault.yml
 create mode 100644 docs/modules/ROOT/examples/others/cli-debug.yml
 copy docs/modules/ROOT/pages/reference/extensions/{python.adoc => 
cli-debug.adoc} (61%)
 copy docs/modules/ROOT/pages/reference/extensions/{oauth.adoc => 
cyberark-vault.adoc} (60%)
 copy {extensions/oauth => extensions-jvm/cli-debug}/deployment/pom.xml (87%)
 copy 
extensions-jvm/{iec60870/deployment/src/main/java/org/apache/camel/quarkus/component/iec60870/deployment/Iec60870Processor.java
 => 
cli-debug/deployment/src/main/java/org/apache/camel/quarkus/component/cli/debug/deployment/CliDebugProcessor.java}
 (84%)
 copy {extensions/milo => extensions-jvm/cli-debug}/pom.xml (89%)
 copy {extensions/oauth => extensions-jvm/cli-debug}/runtime/pom.xml (89%)
 copy extensions-jvm/{dns => 
cli-debug}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (93%)
 copy extensions/{milo => cyberark-vault}/deployment/pom.xml (85%)
 copy 
extensions/{bean-validator/deployment/src/main/java/org/apache/camel/quarkus/component/bean/validator/deployment/BeanValidatorProcessor.java
 => 
cyberark-vault/deployment/src/main/java/org/apache/camel/quarkus/component/cyberark/vault/deployment/CyberarkVaultProcessor.java}
 (86%)
 copy extensions/{milo => cyberark-vault}/pom.xml (92%)
 copy extensions/{oauth => cyberark-vault}/runtime/pom.xml (89%)
 copy {extensions-core/core-cloud => 
extensions/cyberark-vault}/runtime/src/main/resources/META-INF/quarkus-extension.yaml
 (91%)
 copy 
extensions-support/debezium/runtime/src/main/java/org/apache/camel/quarkus/support/debezium/graal/MBeansSubstitutions.java
 => 
extensions/docling/runtime/src/main/java/ai/docling/serve/client/DoclingServeClientBuilderFactorySubstitutions.java
 (69%)
 delete mode 100644 
extensions/jpa/runtime/src/main/java/org/apache/camel/quarkus/component/jpa/graal/JpaSubstitution.java
 copy integration-tests-jvm/{python => cli-debug}/pom.xml (76%)
 copy 
integration-tests/base64/src/main/java/org/apache/camel/quarkus/component/base64/it/Base64RouteBuilder.java
 => 
integration-tests-jvm/cli-debug/src/main/java/org/apache/camel/quarkus/component/cli/debug/it/CliDebugRoutes.java
 (82%)
 copy {integration-test-groups/aws2/aws-secrets-manager => 
integration-tests-jvm/cli-debug}/src/main/resources/application.properties (57%)
 create mode 100644 
integration-tests-jvm/cli-debug/src/test/java/org/apache/camel/quarkus/component/cli/debug/it/CliDebugTest.java
 copy 
integration-tests-support/aws2/src/test/java/org/apache/camel/quarkus/test/support/aws2/{Aws2Client.java
 => Service.java} (53%)
 create mode 100644 integration-tests/cyberark-vault/README.adoc
 copy integration-tests/{paho => cyberark-vault}/pom.xml (82%)
 create mode 100644 
integration-tests/cyberark-vault/src/main/java/org/apache/camel/quarkus/component/cyberark/vault/it/CyberArkRoutes.java
 copy 
integration-test-groups/foundation/bean/src/main/java/org/apache/camel/quarkus/component/bean/eip/EipResource.java
 => 
integration-tests/cyberark-vault/src/main/java/org/apache/camel/quarkus/component/cyberark/vault/it/CyberarkVaultResource.java
 (60%)
 copy {integration-test-groups/aws2/aws2-lambda => 
integration-tests/cyberark-vault}/src/main/resources/application.properties 
(76%)
 copy 
integration-test-groups/aws2/aws2-ddb/src/test/java/org/apache/camel/quarkus/component/aws2/ddb/it/Aws2DdbStreamIT.java
 => 
integration-tests/cyberark-vault/src/test/java/org/apache/camel/quarkus/component/cyberark/vault/it/CyberarkVaultIT.java
 (88%)
 copy 
integration-tests/{jms-qpid-amqp-client/src/test/java/org/apache/camel/quarkus/component/jms/qpid/it/JmsQpidTest.java
 => 
cyberark-vault/src/test/java/org/apache/camel/quarkus/component/cyberark/vault/it/CyberarkVaultTest.java}
 (55%)
 create mode 100644 
integration-tests/cyberark-vault/src/test/java/org/apache/camel/quarkus/component/cyberark/vault/it/CyberarkVaultTestResource.java
 create mode 100755 
integration-tests/cyberark-vault/src/test/resources/conf/default.conf
 copy .asf.yaml => 
integration-tests/cyberark-vault/src/test/resources/conf/policy/BotApp.yml (58%)
 create mode 100755 
integration-tests/cyberark-vault/src/test/resources/conf/tls/tls.conf
 create mode 100755 
integration-tests/cyberark-vault/src/test/resources/docker-compose.yml
 create mode 100755 integration-tests/cyberark-vault/startConjur.sh
 copy release-utils/scripts/promote-release.sh => 
integration-tests/cyberark-vault/stopConjur.sh (70%)
 delete mode 100644 integration-tests/master/pom.xml
 delete mode 100644 
integration-tests/master/src/main/java/org/apache/camel/quarkus/component/master/it/MasterResource.java
 delete mode 100644 
integration-tests/master/src/main/java/org/apache/camel/quarkus/component/master/it/MasterRoutes.java
 delete mode 100644 
integration-tests/master/src/main/resources/application.properties
 delete mode 100644 
integration-tests/master/src/test/java/org/apache/camel/quarkus/component/master/it/MasterIT.java
 delete mode 100644 
integration-tests/master/src/test/java/org/apache/camel/quarkus/component/master/it/MasterTest.java


Reply via email to