This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.jolokia-jolokia-agent-jvm-2.4.3
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
omit de44c86015 Auto generated changes for dependabot commit
5e79279f9a7767abf41aa439e239d72f99df2182
omit 5e79279f9a Bump org.jolokia:jolokia-agent-jvm from 2.4.2 to 2.4.3
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 ed4d7e9b84 Bump org.jolokia:jolokia-agent-jvm from 2.4.2 to 2.4.3
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 (de44c86015)
\
N -- N -- N
refs/heads/dependabot/maven/org.jolokia-jolokia-agent-jvm-2.4.3 (ed4d7e9b84)
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 +-
docs/antora.yml | 4 +-
.../ROOT/pages/reference/extensions/fop.adoc | 15 +++++++
.../ROOT/pages/reference/extensions/groovy.adoc | 10 -----
extensions-core/core/deployment/pom.xml | 2 +-
extensions-core/yaml-dsl/deployment/pom.xml | 2 +-
extensions-jvm/cli-connector/deployment/pom.xml | 2 +-
extensions-jvm/console/deployment/pom.xml | 2 +-
extensions-support/language/deployment/pom.xml | 2 +-
.../deployment/SupportMongoDBProcessor.java | 4 +-
extensions-support/spring/integration-test/pom.xml | 2 +-
extensions/debug/deployment/pom.xml | 2 +-
extensions/fhir/deployment/pom.xml | 2 +-
extensions/file-cluster-service/deployment/pom.xml | 2 +-
.../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 +-
extensions/jta/deployment/pom.xml | 4 +-
extensions/kafka/deployment/pom.xml | 2 +-
.../kubernetes-cluster-service/deployment/pom.xml | 2 +-
extensions/mdc/deployment/pom.xml | 2 +-
extensions/micrometer/deployment/pom.xml | 2 +-
extensions/microprofile-health/deployment/pom.xml | 2 +-
extensions/openapi-java/deployment/pom.xml | 2 +-
extensions/opentelemetry/deployment/pom.xml | 2 +-
extensions/opentelemetry2/deployment/pom.xml | 2 +-
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 +-
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/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 | 19 ++++-----
.../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/pom.xml | 13 +-----
.../vault/it/CyberarkVaultTestResource.java | 1 -
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 +-
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 | 2 +-
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 | 10 +----
.../infinispan/InfinispanQuarkusClientTest.java | 2 -
integration-tests/infinispan/pom.xml | 16 +-------
.../component/infinispan/InfinispanTest.java | 2 -
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 +-
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 +-
integration-tests/master-openshift/pom.xml | 13 +-----
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/protobuf/pom.xml | 2 +-
integration-tests/pubnub/pom.xml | 2 +-
integration-tests/qdrant/pom.xml | 15 +------
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 | 17 ++++----
poms/bom-test/pom.xml | 4 --
poms/bom/pom.xml | 5 ---
poms/bom/src/main/generated/flattened-full-pom.xml | 21 ++++------
.../src/main/generated/flattened-reduced-pom.xml | 13 ++----
.../generated/flattened-reduced-verbose-pom.xml | 13 ++----
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 +-
461 files changed, 599 insertions(+), 1411 deletions(-)
copy
integration-tests-support/aws2/src/test/java/org/apache/camel/quarkus/test/support/aws2/{Aws2Client.java
=> Service.java} (53%)