This is an automated email from the ASF dual-hosted git repository.
jiriondrusek pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 0b2a8b09a1 New langchain4j-agents wiremock records.
discard 0e0af15170 Generated files
discard dafe67e50b Generated files
discard 82df4b4b71 Generated files
discard f104ae7d7b Adjust opentelenetry2 tests for recent Camel fixes
discard f36fac694f Fixed Opentelemetry2 test
discard 44135d4bb0 Disabled native profiles until kubernetes is upgraded on
Quarkus
discard c5d620601a fixeed observability services
discard fbe4b25244 Upgrade Camel to 4.18.0
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 46128be856 Rename camel-quarkus-junit5 to camel-quarkus-junit
add aab62f3a55 Enable AWS Secret rotation on macOS local environment
add b050e44974 Regen SBOM from commit
5ceae69067835b5303c62847a1846e19442063c6
add 560b0d21a4 Automatically register Camel REST API context path with the
Quarkus Swagger UI
add de527638e3 Add changelog for 3.20.4
add fee0157898 Add support for type mappings to REST OpenAPI codegen
add d7d6563fbd Add once extension
new 9df98933ca Upgrade Camel to 4.18.0
new c71cb197ef fixeed observability services
new 4fa7c1323f Disabled native profiles until kubernetes is upgraded on
Quarkus
new 0c9dd6367f Fixed Opentelemetry2 test
new 5ae7c3fb4b Adjust opentelenetry2 tests for recent Camel fixes
new 4e53dfa8a0 Generated files
new 3e6ab1cd5a Generated files
new 87ab249ace Generated files
new 2d84d3f163 New langchain4j-agents wiremock records.
new 83d87bc56a Generated files after rebase
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 (0b2a8b09a1)
\
N -- N -- N refs/heads/camel-main (83d87bc56a)
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.
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/ci-build.yaml | 3 -
.github/workflows/quarkus-master-cron.yaml | 4 +-
CHANGELOG.md | 10 +
camel-quarkus-sbom/camel-quarkus-sbom.json | 46225 ++++++++++---------
camel-quarkus-sbom/camel-quarkus-sbom.xml | 42271 +++++++++--------
catalog/pom.xml | 26 +
docs/antora.yml | 4 +-
docs/modules/ROOT/examples/components/once.yml | 13 +
docs/modules/ROOT/examples/others/cli-debug.yml | 13 +
docs/modules/ROOT/nav.adoc | 2 +
.../ROOT/pages/contributor-guide/index.adoc | 6 +-
.../modules/ROOT/pages/migration-guide/3.31.0.adoc | 13 +
.../camel-spring-boot-to-camel-quarkus.adoc | 2 +-
docs/modules/ROOT/pages/migration-guide/index.adoc | 1 +
.../extensions/{python.adoc => cli-debug.adoc} | 22 +-
.../ROOT/pages/reference/extensions/fop.adoc | 15 +
.../ROOT/pages/reference/extensions/groovy.adoc | 10 -
.../reference/extensions/{oauth.adoc => once.adoc} | 20 +-
.../pages/reference/extensions/openapi-java.adoc | 29 +-
.../pages/reference/extensions/rest-openapi.adoc | 14 +
docs/modules/ROOT/pages/user-guide/testing.adoc | 4 +-
extensions-core/core/deployment/pom.xml | 2 +-
.../org/apache/camel/quarkus/main/CamelMain.java | 19 +
extensions-core/yaml-dsl/deployment/pom.xml | 2 +-
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 +
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 +-
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 +-
extensions/jta/deployment/pom.xml | 4 +-
extensions/kafka/deployment/pom.xml | 2 +-
extensions/keycloak/deployment/pom.xml | 4 +
extensions/keycloak/runtime/pom.xml | 4 +
.../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 +-
.../{cyberark-vault => once}/deployment/pom.xml | 8 +-
.../component/once/deployment/OnceProcessor.java} | 6 +-
extensions/{oauth => once}/pom.xml | 4 +-
.../{cyberark-vault => once}/runtime/pom.xml | 10 +-
.../main/resources/META-INF/quarkus-extension.yaml | 6 +-
extensions/openapi-java/deployment/pom.xml | 6 +-
.../java/deployment/OpenApiJavaProcessor.java | 11 +
.../java/deployment/SwaggerCamelUrlTest.java} | 35 +-
extensions/openapi-java/runtime/pom.xml | 4 +
.../openapi-java/runtime/src/main/doc/usage.adoc | 27 +-
extensions/opentelemetry/deployment/pom.xml | 2 +-
extensions/opentelemetry2/deployment/pom.xml | 2 +-
extensions/pom.xml | 1 +
extensions/quartz/deployment/pom.xml | 2 +-
.../CamelQuarkusSwaggerCodegenProvider.java | 63 +-
.../runtime/RestOpenApiBuildTimeConfig.java | 15 +
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/README.adoc | 8 +
.../aws2/aws-secrets-manager/pom.xml | 2 +-
.../secrets/manager/it/AwsSecretsManagerTest.java | 80 +-
.../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 +-
.../{bonita => junit-test-framework}/pom.xml | 25 +-
.../framework/CamelQuarkusTestFrameworkTest.java | 24 +-
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 | 2 +
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 | 20 +-
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 +-
.../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 | 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 +-
.../component/master/it/MasterFileTest.java | 6 +-
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/{debug => once}/pom.xml | 75 +-
.../quarkus/component/once/it/OnceResource.java} | 17 +-
.../quarkus/component/once/it/OnceRoutes.java} | 10 +-
.../src/main/resources/application.properties | 3 +-
.../once/src/main/resources/data/camels.txt | 2 +
.../camel/quarkus/component/once/it/OnceIT.java | 4 +-
.../camel/quarkus/component/once/it/OnceTest.java} | 32 +-
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 | 1 +
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 +-
.../rest-openapi/src/main/openapi/example.yaml | 1 +
.../src/main/resources/application.properties | 2 +
.../component/rest/openapi/it/RestOpenapiTest.java | 11 +
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 | 25 +-
poms/bom-test/pom.xml | 4 -
poms/bom/pom.xml | 66 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 90 +-
.../src/main/generated/flattened-reduced-pom.xml | 71 +-
.../generated/flattened-reduced-verbose-pom.xml | 71 +-
.../pom.xml | 8 +-
.../extensions/continousDev/ContinuousDevTest.java | 4 +-
.../test/extensions/continousDev/HelloET.java | 0
.../extensions/continousDev/HelloResource.java | 2 +-
.../doubeRouteBuilder/DoubleRoutesTest.java | 0
.../test/extensions/doubeRouteBuilder/FirstET.java | 0
.../extensions/doubeRouteBuilder/RouteBuilder.java | 0
.../extensions/doubeRouteBuilder/SecondET.java | 0
.../ProducedRouteBuilderET.java | 0
.../ProducedRouteBuilderTest.java | 2 +-
.../routeBuilder/RouteBuilderFailureET.java | 0
.../routeBuilder/RouteBuilderFailureTest.java | 2 +-
.../routeBuilder/RouteBuilderWarningET.java | 0
...RouteBuilderWarningWithProducedBuilderTest.java | 0
...teBuilderWarningWithoutProducedBuilderTest.java | 0
.../extensions/routeBuilder/RouteProducer.java | 0
.../{junit5 => camel-quarkus-junit}/pom.xml | 8 +-
.../camel/quarkus/test/AfterAllCallback.java | 0
.../camel/quarkus/test/AfterConstructCallback.java | 0
.../camel/quarkus/test/AfterEachCallback.java | 0
.../camel/quarkus/test/BeforeEachCallback.java | 0
.../apache/camel/quarkus/test/CallbackUtil.java | 0
.../quarkus/test/CamelQuarkusTestSupport.java | 18 +-
.../test/ContextNotStoppingManagerFactory.java | 8 +-
.../test/CustomCamelContextConfiguration.java | 2 +-
.../test/CustomTestExecutionConfiguration.java | 2 +-
.../test/LegacyCamelContextNotStoppingManager.java | 8 +-
.../TransientCamelContextNotStoppingManager.java | 6 +-
...test.junit.callback.QuarkusTestAfterAllCallback | 0
...unit.callback.QuarkusTestAfterConstructCallback | 0
...est.junit.callback.QuarkusTestAfterEachCallback | 0
...st.junit.callback.QuarkusTestBeforeEachCallback | 0
.../test/common/AbstractSimpleMockTest.java | 0
.../test/common/JupiterCallbackCorrectTest.java | 0
.../quarkus/test/junit6}/CamelTestSupportTest.java | 2 +-
.../junit6}/RouteFilterPatternExcludeTest.java | 2 +-
.../RouteFilterPatternIncludeExcludeTest.java | 2 +-
.../junit6}/RouteFilterPatternIncludeTest.java | 2 +-
.../patterns/AdviceWithAnotherRouteTest.java | 2 +-
.../junit6}/patterns/AdviceWithLambdaTest.java | 2 +-
.../patterns/DebugNoLazyTypeConverterTest.java | 4 +-
.../quarkus/test/junit6}/patterns/DebugTest.java | 4 +-
.../test/junit6/patterns/DebugUnitTest.java} | 10 +-
.../FilterCreateCamelContextPerClassTest.java | 2 +-
.../junit6}/patterns/FilterFluentTemplateTest.java | 2 +-
.../test/junit6}/patterns/FilterJUnit5Test.java | 2 +-
.../quarkus/test/junit6}/patterns/FilterTest.java | 2 +-
.../test/junit6}/patterns/GetMockEndpointTest.java | 2 +-
.../patterns/IsMockEndpointsAndSkipJUnit5Test.java | 2 +-
.../junit6}/patterns/IsMockEndpointsFileTest.java | 4 +-
.../patterns/IsMockEndpointsJUnit5Test.java | 2 +-
.../test/junit6}/patterns/IsMockEndpointsTest.java | 2 +-
.../patterns/MockEndpointFailNoHeaderTest.java | 2 +-
.../test/junit6}/patterns/MyProduceBean.java | 2 +-
.../quarkus/test/junit6}/patterns/MySender.java | 2 +-
.../test/junit6}/patterns/ProduceBeanTest.java | 2 +-
.../RouteBuilderConfigureExceptionTest.java | 2 +-
.../RouteProcessorDumpRouteCoverageTest.java | 12 +-
.../junit6}/patterns/SimpleMockEndpointsTest.java | 2 +-
.../junit6}/patterns/SimpleNotifyBuilderTest.java | 2 +-
.../patterns/SimpleWeaveAddMockLastTest.java | 2 +-
.../test/junit6}/patterns/TestDebugBreakpoint.java | 4 +-
...rridePropertiesWithPropertiesComponentTest.java | 2 +-
.../AdviceInDoBeforeEachMethodsTest.java | 0
test-framework/junit5/pom.xml | 43 +-
test-framework/pom.xml | 3 +-
.../integration-test-pom.xml | 2 +-
tooling/perf-regression/pom.xml | 4 +-
tooling/scripts/test-categories.yaml | 1 +
tooling/test-list/pom.xml | 4 +-
588 files changed, 48225 insertions(+), 43793 deletions(-)
create mode 100644 docs/modules/ROOT/examples/components/once.yml
create mode 100644 docs/modules/ROOT/examples/others/cli-debug.yml
create mode 100644 docs/modules/ROOT/pages/migration-guide/3.31.0.adoc
copy docs/modules/ROOT/pages/reference/extensions/{python.adoc =>
cli-debug.adoc} (61%)
copy docs/modules/ROOT/pages/reference/extensions/{oauth.adoc => once.adoc}
(67%)
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/{cyberark-vault => once}/deployment/pom.xml (89%)
copy
extensions/{file/deployment/src/main/java/org/apache/camel/quarkus/component/file/deployment/FileProcessor.java
=>
once/deployment/src/main/java/org/apache/camel/quarkus/component/once/deployment/OnceProcessor.java}
(88%)
copy extensions/{oauth => once}/pom.xml (93%)
copy extensions/{cyberark-vault => once}/runtime/pom.xml (91%)
copy extensions/{sql =>
once}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (93%)
copy
extensions/{kafka/deployment/src/test/java/org/apache/camel/quarkus/component/kafka/deployment/QuarkusKafkaClientFactoryDisabledMergeConfigTest.java
=>
openapi-java/deployment/src/test/java/org/apache/camel/quarkus/component/openapi/java/deployment/SwaggerCamelUrlTest.java}
(59%)
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-jvm/{bonita => junit-test-framework}/pom.xml (78%)
copy
test-framework/junit5/src/test/java/org/apache/camel/quarkus/test/junit5/patterns/GetMockEndpointTest.java
=>
integration-tests-jvm/junit-test-framework/src/test/java/org/apache/camel/quarkus/junit/test/framework/CamelQuarkusTestFrameworkTest.java
(66%)
copy
integration-tests-support/aws2/src/test/java/org/apache/camel/quarkus/test/support/aws2/{Aws2Client.java
=> Service.java} (53%)
copy integration-tests/{debug => once}/pom.xml (85%)
copy
integration-tests/{mdc/src/main/java/org/apache/camel/quarkus/component/mdc/it/MdcResource.java
=>
once/src/main/java/org/apache/camel/quarkus/component/once/it/OnceResource.java}
(77%)
copy
integration-tests/{jfr/src/main/java/org/apache/camel/quarkus/component/jfr/it/JfrRoutes.java
=>
once/src/main/java/org/apache/camel/quarkus/component/once/it/OnceRoutes.java}
(78%)
copy {integration-test-groups/debezium/oracle =>
integration-tests/once}/src/main/resources/application.properties (95%)
create mode 100644 integration-tests/once/src/main/resources/data/camels.txt
copy
integration-test-groups/compression/lzf/src/test/java/org/apache/camel/quarkus/component/lzf/it/LzfIT.java
=>
integration-tests/once/src/test/java/org/apache/camel/quarkus/component/once/it/OnceIT.java
(91%)
copy
integration-tests/{stax/src/test/java/org/apache/camel/quarkus/component/stax/it/StaxTest.java
=>
once/src/test/java/org/apache/camel/quarkus/component/once/it/OnceTest.java}
(64%)
rename test-framework/{junit5-extension-tests =>
camel-quarkus-junit-tests}/pom.xml (91%)
rename test-framework/{junit5-extension-tests =>
camel-quarkus-junit-tests}/src/test/java/org/apache/camel/quarkus/test/extensions/continousDev/ContinuousDevTest.java
(97%)
rename test-framework/{junit5-extension-tests =>
camel-quarkus-junit-tests}/src/test/java/org/apache/camel/quarkus/test/extensions/continousDev/HelloET.java
(100%)
rename test-framework/{junit5-extension-tests =>
camel-quarkus-junit-tests}/src/test/java/org/apache/camel/quarkus/test/extensions/continousDev/HelloResource.java
(96%)
rename test-framework/{junit5-extension-tests =>
camel-quarkus-junit-tests}/src/test/java/org/apache/camel/quarkus/test/extensions/doubeRouteBuilder/DoubleRoutesTest.java
(100%)
rename test-framework/{junit5-extension-tests =>
camel-quarkus-junit-tests}/src/test/java/org/apache/camel/quarkus/test/extensions/doubeRouteBuilder/FirstET.java
(100%)
rename test-framework/{junit5-extension-tests =>
camel-quarkus-junit-tests}/src/test/java/org/apache/camel/quarkus/test/extensions/doubeRouteBuilder/RouteBuilder.java
(100%)
rename test-framework/{junit5-extension-tests =>
camel-quarkus-junit-tests}/src/test/java/org/apache/camel/quarkus/test/extensions/doubeRouteBuilder/SecondET.java
(100%)
rename test-framework/{junit5-extension-tests =>
camel-quarkus-junit-tests}/src/test/java/org/apache/camel/quarkus/test/extensions/producedRouteBuilder/ProducedRouteBuilderET.java
(100%)
rename test-framework/{junit5-extension-tests =>
camel-quarkus-junit-tests}/src/test/java/org/apache/camel/quarkus/test/extensions/producedRouteBuilder/ProducedRouteBuilderTest.java
(97%)
rename test-framework/{junit5-extension-tests =>
camel-quarkus-junit-tests}/src/test/java/org/apache/camel/quarkus/test/extensions/routeBuilder/RouteBuilderFailureET.java
(100%)
rename test-framework/{junit5-extension-tests =>
camel-quarkus-junit-tests}/src/test/java/org/apache/camel/quarkus/test/extensions/routeBuilder/RouteBuilderFailureTest.java
(98%)
rename test-framework/{junit5-extension-tests =>
camel-quarkus-junit-tests}/src/test/java/org/apache/camel/quarkus/test/extensions/routeBuilder/RouteBuilderWarningET.java
(100%)
rename test-framework/{junit5-extension-tests =>
camel-quarkus-junit-tests}/src/test/java/org/apache/camel/quarkus/test/extensions/routeBuilder/RouteBuilderWarningWithProducedBuilderTest.java
(100%)
rename test-framework/{junit5-extension-tests =>
camel-quarkus-junit-tests}/src/test/java/org/apache/camel/quarkus/test/extensions/routeBuilder/RouteBuilderWarningWithoutProducedBuilderTest.java
(100%)
rename test-framework/{junit5-extension-tests =>
camel-quarkus-junit-tests}/src/test/java/org/apache/camel/quarkus/test/extensions/routeBuilder/RouteProducer.java
(100%)
copy test-framework/{junit5 => camel-quarkus-junit}/pom.xml (92%)
rename test-framework/{junit5 =>
camel-quarkus-junit}/src/main/java/org/apache/camel/quarkus/test/AfterAllCallback.java
(100%)
rename test-framework/{junit5 =>
camel-quarkus-junit}/src/main/java/org/apache/camel/quarkus/test/AfterConstructCallback.java
(100%)
rename test-framework/{junit5 =>
camel-quarkus-junit}/src/main/java/org/apache/camel/quarkus/test/AfterEachCallback.java
(100%)
rename test-framework/{junit5 =>
camel-quarkus-junit}/src/main/java/org/apache/camel/quarkus/test/BeforeEachCallback.java
(100%)
rename test-framework/{junit5 =>
camel-quarkus-junit}/src/main/java/org/apache/camel/quarkus/test/CallbackUtil.java
(100%)
rename test-framework/{junit5 =>
camel-quarkus-junit}/src/main/java/org/apache/camel/quarkus/test/CamelQuarkusTestSupport.java
(97%)
rename test-framework/{junit5 =>
camel-quarkus-junit}/src/main/java/org/apache/camel/quarkus/test/ContextNotStoppingManagerFactory.java
(86%)
rename test-framework/{junit5 =>
camel-quarkus-junit}/src/main/java/org/apache/camel/quarkus/test/CustomCamelContextConfiguration.java
(96%)
rename test-framework/{junit5 =>
camel-quarkus-junit}/src/main/java/org/apache/camel/quarkus/test/CustomTestExecutionConfiguration.java
(95%)
rename test-framework/{junit5 =>
camel-quarkus-junit}/src/main/java/org/apache/camel/quarkus/test/LegacyCamelContextNotStoppingManager.java
(86%)
rename test-framework/{junit5 =>
camel-quarkus-junit}/src/main/java/org/apache/camel/quarkus/test/TransientCamelContextNotStoppingManager.java
(88%)
rename test-framework/{junit5 =>
camel-quarkus-junit}/src/main/resources/META-INF/services/io.quarkus.test.junit.callback.QuarkusTestAfterAllCallback
(100%)
rename test-framework/{junit5 =>
camel-quarkus-junit}/src/main/resources/META-INF/services/io.quarkus.test.junit.callback.QuarkusTestAfterConstructCallback
(100%)
rename test-framework/{junit5 =>
camel-quarkus-junit}/src/main/resources/META-INF/services/io.quarkus.test.junit.callback.QuarkusTestAfterEachCallback
(100%)
rename test-framework/{junit5 =>
camel-quarkus-junit}/src/main/resources/META-INF/services/io.quarkus.test.junit.callback.QuarkusTestBeforeEachCallback
(100%)
rename test-framework/{junit5 =>
camel-quarkus-junit}/src/test/java/org/apache/camel/quarkus/test/common/AbstractSimpleMockTest.java
(100%)
rename test-framework/{junit5 =>
camel-quarkus-junit}/src/test/java/org/apache/camel/quarkus/test/common/JupiterCallbackCorrectTest.java
(100%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/CamelTestSupportTest.java
(98%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/RouteFilterPatternExcludeTest.java
(98%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/RouteFilterPatternIncludeExcludeTest.java
(98%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/RouteFilterPatternIncludeTest.java
(98%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/AdviceWithAnotherRouteTest.java
(98%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/AdviceWithLambdaTest.java
(97%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/DebugNoLazyTypeConverterTest.java
(97%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/DebugTest.java
(97%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5/patterns/DebugJUnit5Test.java
=>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6/patterns/DebugUnitTest.java}
(92%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/FilterCreateCamelContextPerClassTest.java
(97%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/FilterFluentTemplateTest.java
(97%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/FilterJUnit5Test.java
(97%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/FilterTest.java
(97%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/GetMockEndpointTest.java
(96%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/IsMockEndpointsAndSkipJUnit5Test.java
(98%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/IsMockEndpointsFileTest.java
(95%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/IsMockEndpointsJUnit5Test.java
(98%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/IsMockEndpointsTest.java
(97%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/MockEndpointFailNoHeaderTest.java
(97%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/MyProduceBean.java
(94%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/MySender.java
(94%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/ProduceBeanTest.java
(96%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/RouteBuilderConfigureExceptionTest.java
(96%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/RouteProcessorDumpRouteCoverageTest.java
(86%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/SimpleMockEndpointsTest.java
(97%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/SimpleNotifyBuilderTest.java
(97%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/SimpleWeaveAddMockLastTest.java
(97%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/TestDebugBreakpoint.java
(94%)
rename
test-framework/{junit5/src/test/java/org/apache/camel/quarkus/test/junit5 =>
camel-quarkus-junit/src/test/java/org/apache/camel/quarkus/test/junit6}/patterns/UseOverridePropertiesWithPropertiesComponentTest.java
(98%)
rename test-framework/{junit5 =>
camel-quarkus-junit}/src/test/java/org/apache/camel/quarkus/test/userTestCases/AdviceInDoBeforeEachMethodsTest.java
(100%)