From daf2cb7592322c65499ba439d5142ab17d5dc61a Mon Sep 17 00:00:00 2001 From: jomin mathew <> Date: Fri, 27 Feb 2026 11:38:24 +0000 Subject: [PATCH 1/2] Build: Update Camel version to 4.19.0-SNAPSHOT Updated the parent and dependency versions from 4.18.0-SNAPSHOT to 4.19.0-SNAPSHOT to align with the current development cycle and fix build failures caused by missing artifacts in the Apache Snapshot repository. --- aggregate-dist/pom.xml | 2 +- aggregate/pom.xml | 2 +- aws/main-endpointdsl-aws-kcl-kinesis/pom.xml | 2 +- aws/main-endpointdsl-aws2-s3-kafka/pom.xml | 2 +- aws/main-endpointdsl-aws2-s3/pom.xml | 2 +- aws/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml | 2 +- aws/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml | 2 +- aws/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml | 2 +- aws/main-endpointdsl-aws2/pom.xml | 2 +- aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml | 2 +- aws/main-endpointdsl-kafka-aws2-s3/pom.xml | 2 +- aws/pom.xml | 2 +- azure/azure-eventhubs/pom.xml | 2 +- azure/azure-storage-blob/pom.xml | 2 +- azure/kafka-azure/pom.xml | 2 +- azure/pom.xml | 2 +- basic/pom.xml | 2 +- bigxml-split/pom.xml | 2 +- billboard-aggregate/pom.xml | 2 +- cafe-endpointdsl/pom.xml | 2 +- cafe/pom.xml | 2 +- cassandra-kubernetes/README.adoc | 2 +- cassandra-kubernetes/pom.xml | 2 +- console/pom.xml | 2 +- couchbase-log/pom.xml | 2 +- csimple-joor/pom.xml | 2 +- csimple/pom.xml | 2 +- debezium-eventhubs-blob/pom.xml | 2 +- flight-recorder/pom.xml | 2 +- ftp/pom.xml | 2 +- google/google-pubsub/pom.xml | 2 +- google/pom.xml | 2 +- hazelcast-kubernetes/pom.xml | 2 +- java-lambda/pom.xml | 2 +- jdbc/pom.xml | 2 +- jmx/pom.xml | 2 +- jooq/pom.xml | 2 +- kafka/pom.xml | 2 +- kamelet-chucknorris/pom.xml | 2 +- kamelet-main/pom.xml | 2 +- kamelet-sql/pom.xml | 2 +- kamelet/pom.xml | 2 +- loadbalancing/pom.xml | 2 +- main-endpointdsl/pom.xml | 2 +- main-groovy/pom.xml | 2 +- main-health/pom.xml | 2 +- main-joor/pom.xml | 2 +- main-lambda/pom.xml | 2 +- main-micrometer/pom.xml | 2 +- main-tiny/pom.xml | 2 +- main-xml/pom.xml | 2 +- main-yaml/pom.xml | 2 +- main/pom.xml | 2 +- mapstruct/pom.xml | 2 +- minio/pom.xml | 2 +- mongodb/pom.xml | 2 +- netty-custom-correlation/pom.xml | 2 +- pom.xml | 4 ++-- pubnub/pom.xml | 2 +- quickfixj/pom.xml | 2 +- resume-api/pom.xml | 2 +- resume-api/resume-api-aws2-kinesis/pom.xml | 2 +- resume-api/resume-api-cassandraql/pom.xml | 2 +- resume-api/resume-api-common/pom.xml | 2 +- resume-api/resume-api-file-offset/pom.xml | 2 +- resume-api/resume-api-fileset-clusterized/pom.xml | 2 +- resume-api/resume-api-fileset-wal/pom.xml | 2 +- resume-api/resume-api-fileset/pom.xml | 2 +- routeloader/pom.xml | 2 +- routes-configuration/pom.xml | 2 +- routetemplate-xml/pom.xml | 2 +- routetemplate/pom.xml | 2 +- salesforce-consumer/pom.xml | 2 +- splunk/pom.xml | 2 +- spring-pulsar/pom.xml | 2 +- spring-xquery/pom.xml | 2 +- spring/pom.xml | 2 +- telegram/pom.xml | 2 +- transformer-demo/pom.xml | 2 +- vault/aws-secrets-manager-reloading/pom.xml | 2 +- vault/aws-secrets-manager/pom.xml | 2 +- vault/azure-key-vault-reloading/pom.xml | 2 +- vault/google-secret-manager-reloading/pom.xml | 2 +- vault/pom.xml | 2 +- whatsapp/pom.xml | 2 +- 85 files changed, 86 insertions(+), 86 deletions(-) diff --git a/aggregate-dist/pom.xml b/aggregate-dist/pom.xml index 0010ed50a..d390660c5 100644 --- a/aggregate-dist/pom.xml +++ b/aggregate-dist/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-aggregate-dist diff --git a/aggregate/pom.xml b/aggregate/pom.xml index 3fd15b663..914fc58ba 100644 --- a/aggregate/pom.xml +++ b/aggregate/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-aggregate diff --git a/aws/main-endpointdsl-aws-kcl-kinesis/pom.xml b/aws/main-endpointdsl-aws-kcl-kinesis/pom.xml index bd92fa97f..0fa14ccae 100644 --- a/aws/main-endpointdsl-aws-kcl-kinesis/pom.xml +++ b/aws/main-endpointdsl-aws-kcl-kinesis/pom.xml @@ -25,7 +25,7 @@ org.apache.camel.example camel-examples-aws-parent - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-main-endpointdsl-aws2-kinesis-kcl diff --git a/aws/main-endpointdsl-aws2-s3-kafka/pom.xml b/aws/main-endpointdsl-aws2-s3-kafka/pom.xml index 3b52b041f..f49e8f2fa 100644 --- a/aws/main-endpointdsl-aws2-s3-kafka/pom.xml +++ b/aws/main-endpointdsl-aws2-s3-kafka/pom.xml @@ -25,7 +25,7 @@ org.apache.camel.example camel-examples-aws-parent - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-main-endpointdsl-aws2-s3-kafka diff --git a/aws/main-endpointdsl-aws2-s3/pom.xml b/aws/main-endpointdsl-aws2-s3/pom.xml index ad453f985..dd797b806 100644 --- a/aws/main-endpointdsl-aws2-s3/pom.xml +++ b/aws/main-endpointdsl-aws2-s3/pom.xml @@ -25,7 +25,7 @@ org.apache.camel.example camel-examples-aws-parent - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-main-endpointdsl-aws2-s3 diff --git a/aws/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml b/aws/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml index aae830d84..18c7d630f 100644 --- a/aws/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml +++ b/aws/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml @@ -25,7 +25,7 @@ org.apache.camel.example camel-example-main-endpointdsl-aws2 - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT aws2-eventbridge-creator diff --git a/aws/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml b/aws/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml index 7311dede8..7df265d9e 100644 --- a/aws/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml +++ b/aws/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml @@ -25,7 +25,7 @@ org.apache.camel.example camel-example-main-endpointdsl-aws2 - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT aws2-s3-events-inject diff --git a/aws/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml b/aws/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml index 44f58664e..6f5157d5f 100644 --- a/aws/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml +++ b/aws/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml @@ -25,7 +25,7 @@ org.apache.camel.example camel-example-main-endpointdsl-aws2 - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT aws2-sqs-consumer diff --git a/aws/main-endpointdsl-aws2/pom.xml b/aws/main-endpointdsl-aws2/pom.xml index 9715fa1bd..a26bb23f2 100644 --- a/aws/main-endpointdsl-aws2/pom.xml +++ b/aws/main-endpointdsl-aws2/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples-aws-parent - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-main-endpointdsl-aws2 diff --git a/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml b/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml index 19720308f..216a6a447 100644 --- a/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml +++ b/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml @@ -25,7 +25,7 @@ org.apache.camel.example camel-examples-aws-parent - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-main-endpointdsl-kafka-aws2-s3-restarting-policy diff --git a/aws/main-endpointdsl-kafka-aws2-s3/pom.xml b/aws/main-endpointdsl-kafka-aws2-s3/pom.xml index cd0bcb80f..41a691111 100644 --- a/aws/main-endpointdsl-kafka-aws2-s3/pom.xml +++ b/aws/main-endpointdsl-kafka-aws2-s3/pom.xml @@ -25,7 +25,7 @@ org.apache.camel.example camel-examples-aws-parent - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-main-endpointdsl-kafka-aws2-s3 diff --git a/aws/pom.xml b/aws/pom.xml index e761c4120..3abae1997 100644 --- a/aws/pom.xml +++ b/aws/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-examples-aws-parent diff --git a/azure/azure-eventhubs/pom.xml b/azure/azure-eventhubs/pom.xml index c02985c9d..70912ebe1 100644 --- a/azure/azure-eventhubs/pom.xml +++ b/azure/azure-eventhubs/pom.xml @@ -25,7 +25,7 @@ org.apache.camel.example camel-examples-azure-parent - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-azure-eventhubs diff --git a/azure/azure-storage-blob/pom.xml b/azure/azure-storage-blob/pom.xml index b5bd6cf8e..38a199e08 100644 --- a/azure/azure-storage-blob/pom.xml +++ b/azure/azure-storage-blob/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples-azure-parent - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-azure-storage-blob diff --git a/azure/kafka-azure/pom.xml b/azure/kafka-azure/pom.xml index ecae7deae..1961048b5 100644 --- a/azure/kafka-azure/pom.xml +++ b/azure/kafka-azure/pom.xml @@ -25,7 +25,7 @@ org.apache.camel.example camel-examples-azure-parent - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-main-kafka-azure-storage-blob diff --git a/azure/pom.xml b/azure/pom.xml index dae107d9f..58fb73d05 100644 --- a/azure/pom.xml +++ b/azure/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-examples-azure-parent diff --git a/basic/pom.xml b/basic/pom.xml index c1b471f97..e31f43ea6 100644 --- a/basic/pom.xml +++ b/basic/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-basic diff --git a/bigxml-split/pom.xml b/bigxml-split/pom.xml index 8812c12a2..0970c0057 100644 --- a/bigxml-split/pom.xml +++ b/bigxml-split/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-bigxml-split diff --git a/billboard-aggregate/pom.xml b/billboard-aggregate/pom.xml index 6cf6af6d6..995b6d777 100644 --- a/billboard-aggregate/pom.xml +++ b/billboard-aggregate/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-billboard-aggr diff --git a/cafe-endpointdsl/pom.xml b/cafe-endpointdsl/pom.xml index 55e4a9d72..50f37b32e 100644 --- a/cafe-endpointdsl/pom.xml +++ b/cafe-endpointdsl/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-cafe-endpointdsl diff --git a/cafe/pom.xml b/cafe/pom.xml index b017a731c..61a0e329d 100644 --- a/cafe/pom.xml +++ b/cafe/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-cafe diff --git a/cassandra-kubernetes/README.adoc b/cassandra-kubernetes/README.adoc index 282d06605..499e7d0b2 100644 --- a/cassandra-kubernetes/README.adoc +++ b/cassandra-kubernetes/README.adoc @@ -97,7 +97,7 @@ You should then see an output similar to this: [INFO] k8s: 2020-08-07 12:34:38,012 [main ] INFO AbstractCamelContext - Apache Camel 3.8.0-SNAPSHOT (camel-1) is starting [INFO] k8s: 2020-08-07 12:34:38,019 [main ] INFO AbstractCamelContext - StreamCaching is not in use. If using streams then its recommended to enable stream caching. See more details at http://camel.apache.org/stream-caching.html [INFO] k8s: 2020-08-07 12:34:38,019 [main ] INFO AbstractCamelContext - Using HealthCheck: camel-health -[INFO] k8s: 2020-08-07 12:34:38,664 [main ] INFO DefaultMavenCoordinates - DataStax Java driver for Apache Cassandra(R) (com.datastax.oss:java-driver-core) version 4.18.0-SNAPSHOT +[INFO] k8s: 2020-08-07 12:34:38,664 [main ] INFO DefaultMavenCoordinates - DataStax Java driver for Apache Cassandra(R) (com.datastax.oss:java-driver-core) version 4.19.0-SNAPSHOT [INFO] k8s: 2020-08-07 12:34:39,554 [s0-admin-0 ] INFO Clock - Using native clock for microsecond precision [INFO] k8s: 2020-08-07 12:34:41,453 [main ] INFO InternalRouteStartupManager - Route: cassandra-route started and consuming from: timer://foo [INFO] k8s: 2020-08-07 12:34:41,454 [main ] INFO AbstractCamelContext - Total 1 routes, of which 1 are started diff --git a/cassandra-kubernetes/pom.xml b/cassandra-kubernetes/pom.xml index fdb7633a9..c303de3e8 100644 --- a/cassandra-kubernetes/pom.xml +++ b/cassandra-kubernetes/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-cassandra-kubernetes diff --git a/console/pom.xml b/console/pom.xml index 9e32d6765..b439c0531 100644 --- a/console/pom.xml +++ b/console/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-console diff --git a/couchbase-log/pom.xml b/couchbase-log/pom.xml index 3eba7976f..a6da6f444 100644 --- a/couchbase-log/pom.xml +++ b/couchbase-log/pom.xml @@ -25,7 +25,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-main-couchbase diff --git a/csimple-joor/pom.xml b/csimple-joor/pom.xml index 65005607e..9fae68d67 100644 --- a/csimple-joor/pom.xml +++ b/csimple-joor/pom.xml @@ -25,7 +25,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-csimple-joor diff --git a/csimple/pom.xml b/csimple/pom.xml index 1b500a094..ce68801f6 100644 --- a/csimple/pom.xml +++ b/csimple/pom.xml @@ -25,7 +25,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-csimple diff --git a/debezium-eventhubs-blob/pom.xml b/debezium-eventhubs-blob/pom.xml index b9db802f7..6229ece3c 100644 --- a/debezium-eventhubs-blob/pom.xml +++ b/debezium-eventhubs-blob/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-debezium-eventhubs-blob diff --git a/flight-recorder/pom.xml b/flight-recorder/pom.xml index ba417f8d3..87107ef9c 100644 --- a/flight-recorder/pom.xml +++ b/flight-recorder/pom.xml @@ -25,7 +25,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-flight-recorder diff --git a/ftp/pom.xml b/ftp/pom.xml index b5556e938..ae5138e52 100644 --- a/ftp/pom.xml +++ b/ftp/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-ftp diff --git a/google/google-pubsub/pom.xml b/google/google-pubsub/pom.xml index b50b2183c..d505bfb95 100644 --- a/google/google-pubsub/pom.xml +++ b/google/google-pubsub/pom.xml @@ -25,7 +25,7 @@ org.apache.camel.example camel-examples-google-parent - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-google-pubsub diff --git a/google/pom.xml b/google/pom.xml index 972eb5aef..55c31bb5c 100644 --- a/google/pom.xml +++ b/google/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-examples-google-parent diff --git a/hazelcast-kubernetes/pom.xml b/hazelcast-kubernetes/pom.xml index 2ecdd8613..e7b45fe0b 100644 --- a/hazelcast-kubernetes/pom.xml +++ b/hazelcast-kubernetes/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-hazelcast-kubernetes diff --git a/java-lambda/pom.xml b/java-lambda/pom.xml index 248438628..c31d42884 100644 --- a/java-lambda/pom.xml +++ b/java-lambda/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-java-lambda diff --git a/jdbc/pom.xml b/jdbc/pom.xml index bc6f9a948..013f4273c 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-jdbc diff --git a/jmx/pom.xml b/jmx/pom.xml index 6445b3244..dfd094afd 100644 --- a/jmx/pom.xml +++ b/jmx/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-jmx diff --git a/jooq/pom.xml b/jooq/pom.xml index 8bca9998a..12aff4ee2 100644 --- a/jooq/pom.xml +++ b/jooq/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-jooq diff --git a/kafka/pom.xml b/kafka/pom.xml index ca52424c6..1c354ef27 100644 --- a/kafka/pom.xml +++ b/kafka/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-kafka diff --git a/kamelet-chucknorris/pom.xml b/kamelet-chucknorris/pom.xml index b04840543..115f9c5c9 100644 --- a/kamelet-chucknorris/pom.xml +++ b/kamelet-chucknorris/pom.xml @@ -25,7 +25,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-kamelet-chucknorris diff --git a/kamelet-main/pom.xml b/kamelet-main/pom.xml index 126160910..23389a8b3 100644 --- a/kamelet-main/pom.xml +++ b/kamelet-main/pom.xml @@ -25,7 +25,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-kamelet-main diff --git a/kamelet-sql/pom.xml b/kamelet-sql/pom.xml index 402de753e..dc2bb47ae 100644 --- a/kamelet-sql/pom.xml +++ b/kamelet-sql/pom.xml @@ -25,7 +25,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-kamelet-sql diff --git a/kamelet/pom.xml b/kamelet/pom.xml index c6774656e..e27d3ca6d 100644 --- a/kamelet/pom.xml +++ b/kamelet/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-kamelet diff --git a/loadbalancing/pom.xml b/loadbalancing/pom.xml index accaf20c9..97824d295 100644 --- a/loadbalancing/pom.xml +++ b/loadbalancing/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-loadbalancing diff --git a/main-endpointdsl/pom.xml b/main-endpointdsl/pom.xml index b4d59d7b8..79398f612 100644 --- a/main-endpointdsl/pom.xml +++ b/main-endpointdsl/pom.xml @@ -25,7 +25,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-main-endpointdsl diff --git a/main-groovy/pom.xml b/main-groovy/pom.xml index 8af91a111..51db9e7de 100644 --- a/main-groovy/pom.xml +++ b/main-groovy/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-main-groovy diff --git a/main-health/pom.xml b/main-health/pom.xml index 261ee9996..c8ceeb14e 100644 --- a/main-health/pom.xml +++ b/main-health/pom.xml @@ -25,7 +25,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-main-health diff --git a/main-joor/pom.xml b/main-joor/pom.xml index 828f7e48e..f2fba3ce3 100644 --- a/main-joor/pom.xml +++ b/main-joor/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-main-joor diff --git a/main-lambda/pom.xml b/main-lambda/pom.xml index 6f7b2dd3e..fd086b29e 100644 --- a/main-lambda/pom.xml +++ b/main-lambda/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-main-lambda diff --git a/main-micrometer/pom.xml b/main-micrometer/pom.xml index e03b45deb..25faf26ad 100644 --- a/main-micrometer/pom.xml +++ b/main-micrometer/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-main-micrometer diff --git a/main-tiny/pom.xml b/main-tiny/pom.xml index 506475d4e..87b22950d 100644 --- a/main-tiny/pom.xml +++ b/main-tiny/pom.xml @@ -25,7 +25,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-main-tiny diff --git a/main-xml/pom.xml b/main-xml/pom.xml index 74f9bcd97..c3924a6a4 100644 --- a/main-xml/pom.xml +++ b/main-xml/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-main-xml diff --git a/main-yaml/pom.xml b/main-yaml/pom.xml index 9c5955639..efed1385a 100644 --- a/main-yaml/pom.xml +++ b/main-yaml/pom.xml @@ -25,7 +25,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-main-yaml diff --git a/main/pom.xml b/main/pom.xml index 3ebc9ad84..4c09a584f 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-main diff --git a/mapstruct/pom.xml b/mapstruct/pom.xml index 37ace6769..2a032d537 100644 --- a/mapstruct/pom.xml +++ b/mapstruct/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-mapstruct diff --git a/minio/pom.xml b/minio/pom.xml index 3c6da287b..e4bca641a 100644 --- a/minio/pom.xml +++ b/minio/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-minio diff --git a/mongodb/pom.xml b/mongodb/pom.xml index b372568b1..4f3f02129 100644 --- a/mongodb/pom.xml +++ b/mongodb/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-mongodb diff --git a/netty-custom-correlation/pom.xml b/netty-custom-correlation/pom.xml index b54a01f3c..0ebce99e9 100644 --- a/netty-custom-correlation/pom.xml +++ b/netty-custom-correlation/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-netty-custom-correlation diff --git a/pom.xml b/pom.xml index 777ef21dd..c9824d6e0 100644 --- a/pom.xml +++ b/pom.xml @@ -23,12 +23,12 @@ org.apache.camel camel-dependencies - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT pom Camel Examples diff --git a/pubnub/pom.xml b/pubnub/pom.xml index 3a5f7bbdb..758b4e0d7 100644 --- a/pubnub/pom.xml +++ b/pubnub/pom.xml @@ -20,7 +20,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-pubnub diff --git a/quickfixj/pom.xml b/quickfixj/pom.xml index 7cb21be9a..33c048027 100644 --- a/quickfixj/pom.xml +++ b/quickfixj/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-quickfixj diff --git a/resume-api/pom.xml b/resume-api/pom.xml index 27aa038a7..ba9ce9535 100644 --- a/resume-api/pom.xml +++ b/resume-api/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT diff --git a/resume-api/resume-api-aws2-kinesis/pom.xml b/resume-api/resume-api-aws2-kinesis/pom.xml index c12e89f77..e5597cdc0 100644 --- a/resume-api/resume-api-aws2-kinesis/pom.xml +++ b/resume-api/resume-api-aws2-kinesis/pom.xml @@ -22,7 +22,7 @@ camel-example-resume-api-parent org.apache.camel.example - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT 4.0.0 diff --git a/resume-api/resume-api-cassandraql/pom.xml b/resume-api/resume-api-cassandraql/pom.xml index 4b584330a..9cda22825 100644 --- a/resume-api/resume-api-cassandraql/pom.xml +++ b/resume-api/resume-api-cassandraql/pom.xml @@ -22,7 +22,7 @@ camel-example-resume-api-parent org.apache.camel.example - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT 4.0.0 diff --git a/resume-api/resume-api-common/pom.xml b/resume-api/resume-api-common/pom.xml index 446bc449b..57d14dc12 100644 --- a/resume-api/resume-api-common/pom.xml +++ b/resume-api/resume-api-common/pom.xml @@ -22,7 +22,7 @@ camel-example-resume-api-parent org.apache.camel.example - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT 4.0.0 diff --git a/resume-api/resume-api-file-offset/pom.xml b/resume-api/resume-api-file-offset/pom.xml index a4b1460a4..4e2a564ab 100644 --- a/resume-api/resume-api-file-offset/pom.xml +++ b/resume-api/resume-api-file-offset/pom.xml @@ -22,7 +22,7 @@ camel-example-resume-api-parent org.apache.camel.example - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT 4.0.0 diff --git a/resume-api/resume-api-fileset-clusterized/pom.xml b/resume-api/resume-api-fileset-clusterized/pom.xml index e1f571c7f..c937be3fa 100644 --- a/resume-api/resume-api-fileset-clusterized/pom.xml +++ b/resume-api/resume-api-fileset-clusterized/pom.xml @@ -22,7 +22,7 @@ camel-example-resume-api-parent org.apache.camel.example - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT 4.0.0 diff --git a/resume-api/resume-api-fileset-wal/pom.xml b/resume-api/resume-api-fileset-wal/pom.xml index 1f7ae835c..f992c68e6 100644 --- a/resume-api/resume-api-fileset-wal/pom.xml +++ b/resume-api/resume-api-fileset-wal/pom.xml @@ -22,7 +22,7 @@ camel-example-resume-api-parent org.apache.camel.example - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT 4.0.0 diff --git a/resume-api/resume-api-fileset/pom.xml b/resume-api/resume-api-fileset/pom.xml index 301ac2a81..f8643579a 100644 --- a/resume-api/resume-api-fileset/pom.xml +++ b/resume-api/resume-api-fileset/pom.xml @@ -22,7 +22,7 @@ camel-example-resume-api-parent org.apache.camel.example - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT 4.0.0 diff --git a/routeloader/pom.xml b/routeloader/pom.xml index 7171dcbab..98e994052 100644 --- a/routeloader/pom.xml +++ b/routeloader/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-routeloader diff --git a/routes-configuration/pom.xml b/routes-configuration/pom.xml index eec89ad78..480445a85 100644 --- a/routes-configuration/pom.xml +++ b/routes-configuration/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-routes-configuration diff --git a/routetemplate-xml/pom.xml b/routetemplate-xml/pom.xml index e6fbabf58..baab4cde8 100644 --- a/routetemplate-xml/pom.xml +++ b/routetemplate-xml/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-routetemplate-xml diff --git a/routetemplate/pom.xml b/routetemplate/pom.xml index e83ba9d87..1b70c9b9e 100644 --- a/routetemplate/pom.xml +++ b/routetemplate/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-routetemplate diff --git a/salesforce-consumer/pom.xml b/salesforce-consumer/pom.xml index f4ff9783b..16ad8147b 100644 --- a/salesforce-consumer/pom.xml +++ b/salesforce-consumer/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-salesforce-consumer diff --git a/splunk/pom.xml b/splunk/pom.xml index 81a212e83..a33029dc4 100644 --- a/splunk/pom.xml +++ b/splunk/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-splunk diff --git a/spring-pulsar/pom.xml b/spring-pulsar/pom.xml index 84c33dc34..d545093dc 100644 --- a/spring-pulsar/pom.xml +++ b/spring-pulsar/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-spring-pulsar diff --git a/spring-xquery/pom.xml b/spring-xquery/pom.xml index 83765b00a..f25df385b 100644 --- a/spring-xquery/pom.xml +++ b/spring-xquery/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-spring-xquery diff --git a/spring/pom.xml b/spring/pom.xml index def8269ec..7e7b20a3e 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-spring diff --git a/telegram/pom.xml b/telegram/pom.xml index d7c80f4ef..ec2c8d965 100644 --- a/telegram/pom.xml +++ b/telegram/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-telegram diff --git a/transformer-demo/pom.xml b/transformer-demo/pom.xml index 31ab9900a..59b6a7461 100644 --- a/transformer-demo/pom.xml +++ b/transformer-demo/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-transformer-demo diff --git a/vault/aws-secrets-manager-reloading/pom.xml b/vault/aws-secrets-manager-reloading/pom.xml index 74fedde89..c8f9895c1 100644 --- a/vault/aws-secrets-manager-reloading/pom.xml +++ b/vault/aws-secrets-manager-reloading/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples-vault-parent - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-aws-secrets-manager-reloading diff --git a/vault/aws-secrets-manager/pom.xml b/vault/aws-secrets-manager/pom.xml index 0b6896b42..1040bce8b 100644 --- a/vault/aws-secrets-manager/pom.xml +++ b/vault/aws-secrets-manager/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples-vault-parent - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-aws-secrets-manager diff --git a/vault/azure-key-vault-reloading/pom.xml b/vault/azure-key-vault-reloading/pom.xml index b2088bcae..372dcd676 100644 --- a/vault/azure-key-vault-reloading/pom.xml +++ b/vault/azure-key-vault-reloading/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples-vault-parent - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-azure-key-vault-reloading diff --git a/vault/google-secret-manager-reloading/pom.xml b/vault/google-secret-manager-reloading/pom.xml index 732ab829b..c83cab0fd 100644 --- a/vault/google-secret-manager-reloading/pom.xml +++ b/vault/google-secret-manager-reloading/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples-vault-parent - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-google-secret-manager-reloading diff --git a/vault/pom.xml b/vault/pom.xml index 781d90f36..bd17978c6 100644 --- a/vault/pom.xml +++ b/vault/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-examples-vault-parent diff --git a/whatsapp/pom.xml b/whatsapp/pom.xml index aeb2c5c91..52c584ec3 100644 --- a/whatsapp/pom.xml +++ b/whatsapp/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.example camel-examples - 4.18.0-SNAPSHOT + 4.19.0-SNAPSHOT camel-example-whatsapp From 8896ff03e3b36bda6c61b4cfffbd63d3ec725751 Mon Sep 17 00:00:00 2001 From: Tom Cunningham Date: Fri, 27 Feb 2026 08:36:31 -0500 Subject: [PATCH 2/2] Use JUnit6 for camel-test --- aggregate/pom.xml | 2 +- .../test/java/org/apache/camel/example/AggregateTest.java | 6 +++--- .../java/org/apache/camel/example/AwsS3KafkaTest.java | 2 +- .../src/test/java/org/apache/camel/example/AwsS3Test.java | 2 +- .../src/test/java/org/apache/camel/example/AwsS3Test.java | 2 +- .../test/java/org/apache/camel/example/AwsSQSTest.java | 2 +- .../java/org/apache/camel/example/KafkaAwsS3Test.java | 4 ++-- .../java/org/apache/camel/example/KafkaAwsS3Test.java | 4 ++-- aws/pom.xml | 2 +- basic/pom.xml | 2 +- .../org/apache/camel/example/basic/CamelBasicTest.java | 2 +- bigxml-split/pom.xml | 2 +- .../apache/camel/example/bigxml/StaxTokenizerTest.java | 2 +- .../org/apache/camel/example/bigxml/XmlTokenizerTest.java | 2 +- billboard-aggregate/pom.xml | 2 +- .../apache/camel/example/billboard/BillboardAggrTest.java | 2 +- cafe-endpointdsl/pom.xml | 2 +- .../apache/camel/example/cafe/CafeRouteBuilderTest.java | 2 +- cafe/pom.xml | 2 +- .../apache/camel/example/cafe/CafeRouteBuilderTest.java | 2 +- console/pom.xml | 2 +- .../org/apache/camel/example/console/ConsoleTest.java | 6 +++--- couchbase-log/pom.xml | 2 +- .../test/java/org/apache/camel/example/CouchbaseTest.java | 4 ++-- csimple-joor/pom.xml | 2 +- .../java/org/apache/camel/example/CSimpleJOORTest.java | 4 ++-- csimple/pom.xml | 2 +- .../test/java/org/apache/camel/example/CSimpleTest.java | 4 ++-- ftp/pom.xml | 2 +- .../test/java/org/apache/camel/example/ftp/FtpTest.java | 8 ++++---- java-lambda/pom.xml | 2 +- .../java/org/apache/camel/example/java8/Java8Test.java | 2 +- jdbc/pom.xml | 2 +- .../test/java/org/apache/camel/example/jdbc/JdbcTest.java | 2 +- jmx/pom.xml | 2 +- .../test/java/org/apache/camel/example/jmx/JMXTest.java | 4 ++-- jooq/pom.xml | 2 +- .../java/org/apache/camel/examples/jooq/JOOQTest.java | 2 +- kafka/pom.xml | 2 +- .../java/org/apache/camel/example/kafka/KafkaTest.java | 2 +- kamelet-chucknorris/pom.xml | 2 +- .../org/apache/camel/example/KameletChuckNorrisTest.java | 2 +- kamelet-main/pom.xml | 2 +- .../java/org/apache/camel/example/KameletMainTest.java | 2 +- kamelet-sql/pom.xml | 2 +- kamelet/pom.xml | 2 +- .../test/java/org/apache/camel/example/KameletTest.java | 2 +- loadbalancing/pom.xml | 2 +- .../java/org/apache/camel/example/LoadBalancingTest.java | 2 +- main-endpointdsl/pom.xml | 2 +- .../org/apache/camel/example/MainEndpointDSLTest.java | 4 ++-- main-groovy/pom.xml | 2 +- main-health/pom.xml | 2 +- .../java/org/apache/camel/example/MainHealthTest.java | 4 ++-- main-joor/pom.xml | 2 +- .../test/java/org/apache/camel/example/MainJOORTest.java | 4 ++-- main-lambda/pom.xml | 2 +- .../java/org/apache/camel/example/MainLambdaTest.java | 2 +- main-micrometer/pom.xml | 2 +- main-tiny/pom.xml | 2 +- .../test/java/org/apache/camel/example/MainTinyTest.java | 4 ++-- main-xml/pom.xml | 2 +- .../test/java/org/apache/camel/example/MainXMLTest.java | 2 +- main-yaml/pom.xml | 2 +- .../test/java/org/apache/camel/example/MainYAMLTest.java | 2 +- main/pom.xml | 2 +- main/src/test/java/org/apache/camel/example/MainTest.java | 2 +- .../org/apache/camel/example/MainWithAnnotationTest.java | 2 +- mapstruct/pom.xml | 2 +- minio/pom.xml | 2 +- .../test/java/org/apache/camel/example/MainMinioTest.java | 2 +- mongodb/pom.xml | 2 +- .../org/apache/camel/example/mongodb/MongoDBTest.java | 2 +- netty-custom-correlation/pom.xml | 2 +- .../java/org/apache/camel/example/netty/NettyTest.java | 2 +- pubnub/pom.xml | 2 +- .../component/pubnub/example/PubNubStateManualTest.java | 2 +- quickfixj/pom.xml | 2 +- routeloader/pom.xml | 2 +- .../java/org/apache/camel/example/RouteLoaderTest.java | 2 +- routes-configuration/pom.xml | 2 +- .../org/apache/camel/example/RoutesConfigurationTest.java | 2 +- routetemplate-xml/pom.xml | 2 +- .../org/apache/camel/example/RouteTemplateXMLTest.java | 2 +- routetemplate/pom.xml | 2 +- .../java/org/apache/camel/example/RouteTemplateTest.java | 2 +- spring-pulsar/pom.xml | 2 +- .../java/org/apache/camel/example/SpringPulsarTest.java | 2 +- spring-xquery/pom.xml | 2 +- .../java/org/apache/camel/example/SpringXQueryTest.java | 4 ++-- transformer-demo/pom.xml | 2 +- .../camel/example/transformer/demo/TransformerTest.java | 2 +- 92 files changed, 110 insertions(+), 110 deletions(-) diff --git a/aggregate/pom.xml b/aggregate/pom.xml index 914fc58ba..4a7f0661e 100644 --- a/aggregate/pom.xml +++ b/aggregate/pom.xml @@ -84,7 +84,7 @@ org.apache.camel - camel-test-spring-junit5 + camel-test-spring-junit6 test diff --git a/aggregate/src/test/java/org/apache/camel/example/AggregateTest.java b/aggregate/src/test/java/org/apache/camel/example/AggregateTest.java index f96de90ed..399bbff9e 100644 --- a/aggregate/src/test/java/org/apache/camel/example/AggregateTest.java +++ b/aggregate/src/test/java/org/apache/camel/example/AggregateTest.java @@ -22,9 +22,9 @@ import org.apache.camel.builder.AdviceWithRouteBuilder; import org.apache.camel.component.mock.MockEndpoint; import org.apache.camel.model.ModelCamelContext; -import org.apache.camel.test.spring.junit5.CamelSpringTest; -import org.apache.camel.test.spring.junit5.MockEndpoints; -import org.apache.camel.test.spring.junit5.UseAdviceWith; +import org.apache.camel.test.spring.junit6.CamelSpringTest; +import org.apache.camel.test.spring.junit6.MockEndpoints; +import org.apache.camel.test.spring.junit6.UseAdviceWith; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.context.ContextConfiguration; diff --git a/aws/main-endpointdsl-aws2-s3-kafka/src/test/java/org/apache/camel/example/AwsS3KafkaTest.java b/aws/main-endpointdsl-aws2-s3-kafka/src/test/java/org/apache/camel/example/AwsS3KafkaTest.java index 2032301b9..3fd7c2919 100644 --- a/aws/main-endpointdsl-aws2-s3-kafka/src/test/java/org/apache/camel/example/AwsS3KafkaTest.java +++ b/aws/main-endpointdsl-aws2-s3-kafka/src/test/java/org/apache/camel/example/AwsS3KafkaTest.java @@ -30,7 +30,7 @@ import org.apache.camel.test.infra.aws2.services.AWSServiceFactory; import org.apache.camel.test.infra.kafka.services.KafkaService; import org.apache.camel.test.infra.kafka.services.KafkaServiceFactory; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.RegisterExtension; diff --git a/aws/main-endpointdsl-aws2-s3/src/test/java/org/apache/camel/example/AwsS3Test.java b/aws/main-endpointdsl-aws2-s3/src/test/java/org/apache/camel/example/AwsS3Test.java index 85fb79c25..9c715ba28 100644 --- a/aws/main-endpointdsl-aws2-s3/src/test/java/org/apache/camel/example/AwsS3Test.java +++ b/aws/main-endpointdsl-aws2-s3/src/test/java/org/apache/camel/example/AwsS3Test.java @@ -27,7 +27,7 @@ import org.apache.camel.test.infra.aws.common.services.AWSService; import org.apache.camel.test.infra.aws2.clients.AWSSDKClientUtils; import org.apache.camel.test.infra.aws2.services.AWSServiceFactory; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.RegisterExtension; diff --git a/aws/main-endpointdsl-aws2/aws2-s3-events-inject/src/test/java/org/apache/camel/example/AwsS3Test.java b/aws/main-endpointdsl-aws2/aws2-s3-events-inject/src/test/java/org/apache/camel/example/AwsS3Test.java index 481b2e655..e1bcc418c 100644 --- a/aws/main-endpointdsl-aws2/aws2-s3-events-inject/src/test/java/org/apache/camel/example/AwsS3Test.java +++ b/aws/main-endpointdsl-aws2/aws2-s3-events-inject/src/test/java/org/apache/camel/example/AwsS3Test.java @@ -25,7 +25,7 @@ import org.apache.camel.test.infra.aws.common.services.AWSService; import org.apache.camel.test.infra.aws2.clients.AWSSDKClientUtils; import org.apache.camel.test.infra.aws2.services.AWSServiceFactory; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.RegisterExtension; diff --git a/aws/main-endpointdsl-aws2/aws2-sqs-consumer/src/test/java/org/apache/camel/example/AwsSQSTest.java b/aws/main-endpointdsl-aws2/aws2-sqs-consumer/src/test/java/org/apache/camel/example/AwsSQSTest.java index 75bf570b3..280813ae8 100644 --- a/aws/main-endpointdsl-aws2/aws2-sqs-consumer/src/test/java/org/apache/camel/example/AwsSQSTest.java +++ b/aws/main-endpointdsl-aws2/aws2-sqs-consumer/src/test/java/org/apache/camel/example/AwsSQSTest.java @@ -26,7 +26,7 @@ import org.apache.camel.test.infra.aws.common.services.AWSService; import org.apache.camel.test.infra.aws2.clients.AWSSDKClientUtils; import org.apache.camel.test.infra.aws2.services.AWSServiceFactory; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.RegisterExtension; diff --git a/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/src/test/java/org/apache/camel/example/KafkaAwsS3Test.java b/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/src/test/java/org/apache/camel/example/KafkaAwsS3Test.java index c7ff3d736..1837989f0 100644 --- a/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/src/test/java/org/apache/camel/example/KafkaAwsS3Test.java +++ b/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/src/test/java/org/apache/camel/example/KafkaAwsS3Test.java @@ -29,8 +29,8 @@ import org.apache.camel.test.infra.aws2.services.AWSServiceFactory; import org.apache.camel.test.infra.kafka.services.KafkaService; import org.apache.camel.test.infra.kafka.services.KafkaServiceFactory; -import org.apache.camel.test.junit5.CamelContextConfiguration; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.junit6.CamelContextConfiguration; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.RegisterExtension; diff --git a/aws/main-endpointdsl-kafka-aws2-s3/src/test/java/org/apache/camel/example/KafkaAwsS3Test.java b/aws/main-endpointdsl-kafka-aws2-s3/src/test/java/org/apache/camel/example/KafkaAwsS3Test.java index a88dfd03e..819e51ffa 100644 --- a/aws/main-endpointdsl-kafka-aws2-s3/src/test/java/org/apache/camel/example/KafkaAwsS3Test.java +++ b/aws/main-endpointdsl-kafka-aws2-s3/src/test/java/org/apache/camel/example/KafkaAwsS3Test.java @@ -29,8 +29,8 @@ import org.apache.camel.test.infra.aws2.services.AWSServiceFactory; import org.apache.camel.test.infra.kafka.services.KafkaService; import org.apache.camel.test.infra.kafka.services.KafkaServiceFactory; -import org.apache.camel.test.junit5.CamelContextConfiguration; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.junit6.CamelContextConfiguration; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.RegisterExtension; diff --git a/aws/pom.xml b/aws/pom.xml index 3abae1997..2fa5f8fc9 100644 --- a/aws/pom.xml +++ b/aws/pom.xml @@ -48,7 +48,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 ${camel.version} test diff --git a/basic/pom.xml b/basic/pom.xml index e31f43ea6..f74ea2531 100644 --- a/basic/pom.xml +++ b/basic/pom.xml @@ -72,7 +72,7 @@ org.apache.camel - camel-test-junit5 + camel-test-junit6 test diff --git a/basic/src/test/java/org/apache/camel/example/basic/CamelBasicTest.java b/basic/src/test/java/org/apache/camel/example/basic/CamelBasicTest.java index e53340b55..dba99f1a9 100644 --- a/basic/src/test/java/org/apache/camel/example/basic/CamelBasicTest.java +++ b/basic/src/test/java/org/apache/camel/example/basic/CamelBasicTest.java @@ -18,7 +18,7 @@ import org.apache.camel.RoutesBuilder; import org.apache.camel.builder.NotifyBuilder; -import org.apache.camel.test.junit5.CamelTestSupport; +import org.apache.camel.test.junit6.CamelTestSupport; import org.junit.jupiter.api.Test; import java.util.concurrent.TimeUnit; diff --git a/bigxml-split/pom.xml b/bigxml-split/pom.xml index 0970c0057..a0b684ea9 100644 --- a/bigxml-split/pom.xml +++ b/bigxml-split/pom.xml @@ -85,7 +85,7 @@ org.apache.camel - camel-test-junit5 + camel-test-junit6 test diff --git a/bigxml-split/src/test/java/org/apache/camel/example/bigxml/StaxTokenizerTest.java b/bigxml-split/src/test/java/org/apache/camel/example/bigxml/StaxTokenizerTest.java index 286bb7c49..b1abc71e4 100644 --- a/bigxml-split/src/test/java/org/apache/camel/example/bigxml/StaxTokenizerTest.java +++ b/bigxml-split/src/test/java/org/apache/camel/example/bigxml/StaxTokenizerTest.java @@ -22,7 +22,7 @@ import org.apache.camel.LoggingLevel; import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.builder.RouteBuilder; -import org.apache.camel.test.junit5.CamelTestSupport; +import org.apache.camel.test.junit6.CamelTestSupport; import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.Test; import org.slf4j.Logger; diff --git a/bigxml-split/src/test/java/org/apache/camel/example/bigxml/XmlTokenizerTest.java b/bigxml-split/src/test/java/org/apache/camel/example/bigxml/XmlTokenizerTest.java index f2ba60a5a..7886e80e9 100644 --- a/bigxml-split/src/test/java/org/apache/camel/example/bigxml/XmlTokenizerTest.java +++ b/bigxml-split/src/test/java/org/apache/camel/example/bigxml/XmlTokenizerTest.java @@ -22,7 +22,7 @@ import org.apache.camel.LoggingLevel; import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.builder.RouteBuilder; -import org.apache.camel.test.junit5.CamelTestSupport; +import org.apache.camel.test.junit6.CamelTestSupport; import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.Test; import org.slf4j.Logger; diff --git a/billboard-aggregate/pom.xml b/billboard-aggregate/pom.xml index 995b6d777..ba4e8e76b 100644 --- a/billboard-aggregate/pom.xml +++ b/billboard-aggregate/pom.xml @@ -75,7 +75,7 @@ org.apache.camel - camel-test-junit5 + camel-test-junit6 test diff --git a/billboard-aggregate/src/test/java/org/apache/camel/example/billboard/BillboardAggrTest.java b/billboard-aggregate/src/test/java/org/apache/camel/example/billboard/BillboardAggrTest.java index db06e1255..b9d327f56 100644 --- a/billboard-aggregate/src/test/java/org/apache/camel/example/billboard/BillboardAggrTest.java +++ b/billboard-aggregate/src/test/java/org/apache/camel/example/billboard/BillboardAggrTest.java @@ -30,7 +30,7 @@ import org.apache.camel.component.mock.MockEndpoint; import org.apache.camel.impl.engine.PooledExchangeFactory; import org.apache.camel.model.dataformat.BindyType; -import org.apache.camel.test.junit5.CamelTestSupport; +import org.apache.camel.test.junit6.CamelTestSupport; import org.junit.jupiter.api.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; diff --git a/cafe-endpointdsl/pom.xml b/cafe-endpointdsl/pom.xml index 50f37b32e..58ba359a4 100644 --- a/cafe-endpointdsl/pom.xml +++ b/cafe-endpointdsl/pom.xml @@ -74,7 +74,7 @@ org.apache.camel - camel-test-junit5 + camel-test-junit6 test diff --git a/cafe-endpointdsl/src/test/java/org/apache/camel/example/cafe/CafeRouteBuilderTest.java b/cafe-endpointdsl/src/test/java/org/apache/camel/example/cafe/CafeRouteBuilderTest.java index aa2842682..d5a99b990 100644 --- a/cafe-endpointdsl/src/test/java/org/apache/camel/example/cafe/CafeRouteBuilderTest.java +++ b/cafe-endpointdsl/src/test/java/org/apache/camel/example/cafe/CafeRouteBuilderTest.java @@ -27,7 +27,7 @@ import org.apache.camel.example.cafe.test.TestDrinkRouter; import org.apache.camel.example.cafe.test.TestWaiter; import org.apache.camel.spi.Registry; -import org.apache.camel.test.junit5.CamelTestSupport; +import org.apache.camel.test.junit6.CamelTestSupport; import org.junit.jupiter.api.Test; class CafeRouteBuilderTest extends CamelTestSupport { diff --git a/cafe/pom.xml b/cafe/pom.xml index 61a0e329d..225699675 100644 --- a/cafe/pom.xml +++ b/cafe/pom.xml @@ -89,7 +89,7 @@ org.apache.camel - camel-test-junit5 + camel-test-junit6 test diff --git a/cafe/src/test/java/org/apache/camel/example/cafe/CafeRouteBuilderTest.java b/cafe/src/test/java/org/apache/camel/example/cafe/CafeRouteBuilderTest.java index 9e0cb7f78..3676b84d0 100644 --- a/cafe/src/test/java/org/apache/camel/example/cafe/CafeRouteBuilderTest.java +++ b/cafe/src/test/java/org/apache/camel/example/cafe/CafeRouteBuilderTest.java @@ -27,7 +27,7 @@ import org.apache.camel.example.cafe.test.TestDrinkRouter; import org.apache.camel.example.cafe.test.TestWaiter; import org.apache.camel.spi.Registry; -import org.apache.camel.test.junit5.CamelTestSupport; +import org.apache.camel.test.junit6.CamelTestSupport; import org.junit.jupiter.api.Test; import static org.apache.camel.component.mock.MockEndpoint.assertIsSatisfied; diff --git a/console/pom.xml b/console/pom.xml index b439c0531..c2108b81e 100644 --- a/console/pom.xml +++ b/console/pom.xml @@ -85,7 +85,7 @@ org.apache.camel - camel-test-spring-junit5 + camel-test-spring-junit6 test diff --git a/console/src/test/java/org/apache/camel/example/console/ConsoleTest.java b/console/src/test/java/org/apache/camel/example/console/ConsoleTest.java index b004f5c0b..b6989ecfe 100644 --- a/console/src/test/java/org/apache/camel/example/console/ConsoleTest.java +++ b/console/src/test/java/org/apache/camel/example/console/ConsoleTest.java @@ -22,9 +22,9 @@ import org.apache.camel.builder.AdviceWithRouteBuilder; import org.apache.camel.component.mock.MockEndpoint; import org.apache.camel.model.ModelCamelContext; -import org.apache.camel.test.spring.junit5.CamelSpringTest; -import org.apache.camel.test.spring.junit5.MockEndpoints; -import org.apache.camel.test.spring.junit5.UseAdviceWith; +import org.apache.camel.test.spring.junit6.CamelSpringTest; +import org.apache.camel.test.spring.junit6.MockEndpoints; +import org.apache.camel.test.spring.junit6.UseAdviceWith; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.context.ContextConfiguration; diff --git a/couchbase-log/pom.xml b/couchbase-log/pom.xml index a6da6f444..6b00b5651 100644 --- a/couchbase-log/pom.xml +++ b/couchbase-log/pom.xml @@ -82,7 +82,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/couchbase-log/src/test/java/org/apache/camel/example/CouchbaseTest.java b/couchbase-log/src/test/java/org/apache/camel/example/CouchbaseTest.java index 0ceb7a4f9..62975d5cc 100644 --- a/couchbase-log/src/test/java/org/apache/camel/example/CouchbaseTest.java +++ b/couchbase-log/src/test/java/org/apache/camel/example/CouchbaseTest.java @@ -34,8 +34,8 @@ import org.apache.camel.main.MainConfigurationProperties; import org.apache.camel.test.infra.couchbase.services.CouchbaseService; import org.apache.camel.test.infra.couchbase.services.CouchbaseServiceFactory; -import org.apache.camel.test.junit5.CamelContextConfiguration; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.junit6.CamelContextConfiguration; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.AfterAll; import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.Test; diff --git a/csimple-joor/pom.xml b/csimple-joor/pom.xml index 9fae68d67..933517c87 100644 --- a/csimple-joor/pom.xml +++ b/csimple-joor/pom.xml @@ -94,7 +94,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/csimple-joor/src/test/java/org/apache/camel/example/CSimpleJOORTest.java b/csimple-joor/src/test/java/org/apache/camel/example/CSimpleJOORTest.java index dee384446..d0c7a9e15 100644 --- a/csimple-joor/src/test/java/org/apache/camel/example/CSimpleJOORTest.java +++ b/csimple-joor/src/test/java/org/apache/camel/example/CSimpleJOORTest.java @@ -18,8 +18,8 @@ import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.main.MainConfigurationProperties; -import org.apache.camel.test.junit5.CamelContextConfiguration; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.junit6.CamelContextConfiguration; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import java.util.Properties; diff --git a/csimple/pom.xml b/csimple/pom.xml index ce68801f6..1556672bf 100644 --- a/csimple/pom.xml +++ b/csimple/pom.xml @@ -87,7 +87,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/csimple/src/test/java/org/apache/camel/example/CSimpleTest.java b/csimple/src/test/java/org/apache/camel/example/CSimpleTest.java index d05247319..d8d2fdbb5 100644 --- a/csimple/src/test/java/org/apache/camel/example/CSimpleTest.java +++ b/csimple/src/test/java/org/apache/camel/example/CSimpleTest.java @@ -18,8 +18,8 @@ import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.main.MainConfigurationProperties; -import org.apache.camel.test.junit5.CamelContextConfiguration; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.junit6.CamelContextConfiguration; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import java.util.Properties; diff --git a/ftp/pom.xml b/ftp/pom.xml index ae5138e52..fc9ad617c 100644 --- a/ftp/pom.xml +++ b/ftp/pom.xml @@ -80,7 +80,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/ftp/src/test/java/org/apache/camel/example/ftp/FtpTest.java b/ftp/src/test/java/org/apache/camel/example/ftp/FtpTest.java index 4ac70dfd2..81a79c4ce 100644 --- a/ftp/src/test/java/org/apache/camel/example/ftp/FtpTest.java +++ b/ftp/src/test/java/org/apache/camel/example/ftp/FtpTest.java @@ -24,8 +24,8 @@ import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.main.MainConfigurationProperties; -import org.apache.camel.test.junit5.CamelContextConfiguration; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.junit6.CamelContextConfiguration; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.apache.ftpserver.FtpServer; import org.apache.ftpserver.FtpServerFactory; import org.apache.ftpserver.filesystem.nativefs.NativeFileSystemFactory; @@ -38,8 +38,8 @@ import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.Test; -import static org.apache.camel.test.junit5.TestSupport.createDirectory; -import static org.apache.camel.test.junit5.TestSupport.deleteDirectory; +import static org.apache.camel.test.junit6.TestSupport.createDirectory; +import static org.apache.camel.test.junit6.TestSupport.deleteDirectory; import static org.apache.camel.util.PropertiesHelper.asProperties; import static org.junit.jupiter.api.Assertions.assertTrue; diff --git a/java-lambda/pom.xml b/java-lambda/pom.xml index c31d42884..dee5049d7 100644 --- a/java-lambda/pom.xml +++ b/java-lambda/pom.xml @@ -90,7 +90,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/java-lambda/src/test/java/org/apache/camel/example/java8/Java8Test.java b/java-lambda/src/test/java/org/apache/camel/example/java8/Java8Test.java index a0c8c47ed..57eb3ba8b 100644 --- a/java-lambda/src/test/java/org/apache/camel/example/java8/Java8Test.java +++ b/java-lambda/src/test/java/org/apache/camel/example/java8/Java8Test.java @@ -18,7 +18,7 @@ import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.main.MainConfigurationProperties; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import java.util.concurrent.TimeUnit; diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 013f4273c..e31eedc1d 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -104,7 +104,7 @@ org.apache.camel - camel-test-spring-junit5 + camel-test-spring-junit6 test diff --git a/jdbc/src/test/java/org/apache/camel/example/jdbc/JdbcTest.java b/jdbc/src/test/java/org/apache/camel/example/jdbc/JdbcTest.java index e6b69965a..05dd6ab44 100644 --- a/jdbc/src/test/java/org/apache/camel/example/jdbc/JdbcTest.java +++ b/jdbc/src/test/java/org/apache/camel/example/jdbc/JdbcTest.java @@ -18,7 +18,7 @@ import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.model.ModelCamelContext; -import org.apache.camel.test.spring.junit5.CamelSpringTest; +import org.apache.camel.test.spring.junit6.CamelSpringTest; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.context.ContextConfiguration; diff --git a/jmx/pom.xml b/jmx/pom.xml index dfd094afd..a26d8bf04 100644 --- a/jmx/pom.xml +++ b/jmx/pom.xml @@ -88,7 +88,7 @@ org.apache.camel - camel-test-spring-junit5 + camel-test-spring-junit6 test diff --git a/jmx/src/test/java/org/apache/camel/example/jmx/JMXTest.java b/jmx/src/test/java/org/apache/camel/example/jmx/JMXTest.java index 49f7d9212..314e56033 100644 --- a/jmx/src/test/java/org/apache/camel/example/jmx/JMXTest.java +++ b/jmx/src/test/java/org/apache/camel/example/jmx/JMXTest.java @@ -20,8 +20,8 @@ import org.apache.camel.builder.AdviceWithRouteBuilder; import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.model.ModelCamelContext; -import org.apache.camel.test.spring.junit5.CamelSpringTest; -import org.apache.camel.test.spring.junit5.UseAdviceWith; +import org.apache.camel.test.spring.junit6.CamelSpringTest; +import org.apache.camel.test.spring.junit6.UseAdviceWith; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.context.ContextConfiguration; diff --git a/jooq/pom.xml b/jooq/pom.xml index 12aff4ee2..16b870992 100644 --- a/jooq/pom.xml +++ b/jooq/pom.xml @@ -98,7 +98,7 @@ org.apache.camel - camel-test-spring-junit5 + camel-test-spring-junit6 test diff --git a/jooq/src/test/java/org/apache/camel/examples/jooq/JOOQTest.java b/jooq/src/test/java/org/apache/camel/examples/jooq/JOOQTest.java index d8223e4ff..5a0e4f763 100644 --- a/jooq/src/test/java/org/apache/camel/examples/jooq/JOOQTest.java +++ b/jooq/src/test/java/org/apache/camel/examples/jooq/JOOQTest.java @@ -18,7 +18,7 @@ import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.model.ModelCamelContext; -import org.apache.camel.test.spring.junit5.CamelSpringTest; +import org.apache.camel.test.spring.junit6.CamelSpringTest; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.context.ContextConfiguration; diff --git a/kafka/pom.xml b/kafka/pom.xml index 1c354ef27..149be077d 100644 --- a/kafka/pom.xml +++ b/kafka/pom.xml @@ -82,7 +82,7 @@ org.apache.camel - camel-test-junit5 + camel-test-junit6 test diff --git a/kafka/src/test/java/org/apache/camel/example/kafka/KafkaTest.java b/kafka/src/test/java/org/apache/camel/example/kafka/KafkaTest.java index c694d0b1b..539f7a9bc 100644 --- a/kafka/src/test/java/org/apache/camel/example/kafka/KafkaTest.java +++ b/kafka/src/test/java/org/apache/camel/example/kafka/KafkaTest.java @@ -24,7 +24,7 @@ import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.test.infra.kafka.services.KafkaService; import org.apache.camel.test.infra.kafka.services.KafkaServiceFactory; -import org.apache.camel.test.junit5.CamelTestSupport; +import org.apache.camel.test.junit6.CamelTestSupport; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.RegisterExtension; diff --git a/kamelet-chucknorris/pom.xml b/kamelet-chucknorris/pom.xml index 115f9c5c9..793ea5b79 100644 --- a/kamelet-chucknorris/pom.xml +++ b/kamelet-chucknorris/pom.xml @@ -93,7 +93,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/kamelet-chucknorris/src/test/java/org/apache/camel/example/KameletChuckNorrisTest.java b/kamelet-chucknorris/src/test/java/org/apache/camel/example/KameletChuckNorrisTest.java index 447ad0376..43ed238ee 100644 --- a/kamelet-chucknorris/src/test/java/org/apache/camel/example/KameletChuckNorrisTest.java +++ b/kamelet-chucknorris/src/test/java/org/apache/camel/example/KameletChuckNorrisTest.java @@ -20,7 +20,7 @@ import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.main.MainConfigurationProperties; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertTrue; diff --git a/kamelet-main/pom.xml b/kamelet-main/pom.xml index 23389a8b3..bb68fcdf3 100644 --- a/kamelet-main/pom.xml +++ b/kamelet-main/pom.xml @@ -75,7 +75,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/kamelet-main/src/test/java/org/apache/camel/example/KameletMainTest.java b/kamelet-main/src/test/java/org/apache/camel/example/KameletMainTest.java index 653effc39..2924ccec6 100644 --- a/kamelet-main/src/test/java/org/apache/camel/example/KameletMainTest.java +++ b/kamelet-main/src/test/java/org/apache/camel/example/KameletMainTest.java @@ -22,7 +22,7 @@ import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.component.kamelet.KameletComponent; import org.apache.camel.main.MainConfigurationProperties; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertTrue; diff --git a/kamelet-sql/pom.xml b/kamelet-sql/pom.xml index dc2bb47ae..891dce219 100644 --- a/kamelet-sql/pom.xml +++ b/kamelet-sql/pom.xml @@ -80,7 +80,7 @@ org.apache.camel - camel-test-junit5 + camel-test-junit6 test diff --git a/kamelet/pom.xml b/kamelet/pom.xml index e27d3ca6d..f3f535b9f 100644 --- a/kamelet/pom.xml +++ b/kamelet/pom.xml @@ -80,7 +80,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/kamelet/src/test/java/org/apache/camel/example/KameletTest.java b/kamelet/src/test/java/org/apache/camel/example/KameletTest.java index 0bd43b132..c1c9a6742 100644 --- a/kamelet/src/test/java/org/apache/camel/example/KameletTest.java +++ b/kamelet/src/test/java/org/apache/camel/example/KameletTest.java @@ -17,7 +17,7 @@ package org.apache.camel.example; import org.apache.camel.builder.NotifyBuilder; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import java.util.concurrent.TimeUnit; diff --git a/loadbalancing/pom.xml b/loadbalancing/pom.xml index 97824d295..dc0dfdcd2 100644 --- a/loadbalancing/pom.xml +++ b/loadbalancing/pom.xml @@ -85,7 +85,7 @@ org.apache.camel - camel-test-spring-junit5 + camel-test-spring-junit6 test diff --git a/loadbalancing/src/test/java/org/apache/camel/example/LoadBalancingTest.java b/loadbalancing/src/test/java/org/apache/camel/example/LoadBalancingTest.java index d80e3c840..64c4f755e 100644 --- a/loadbalancing/src/test/java/org/apache/camel/example/LoadBalancingTest.java +++ b/loadbalancing/src/test/java/org/apache/camel/example/LoadBalancingTest.java @@ -20,7 +20,7 @@ import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.example.model.Report; import org.apache.camel.model.ModelCamelContext; -import org.apache.camel.test.spring.junit5.CamelSpringTest; +import org.apache.camel.test.spring.junit6.CamelSpringTest; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.context.ContextConfiguration; diff --git a/main-endpointdsl/pom.xml b/main-endpointdsl/pom.xml index 79398f612..bdebf3877 100644 --- a/main-endpointdsl/pom.xml +++ b/main-endpointdsl/pom.xml @@ -87,7 +87,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/main-endpointdsl/src/test/java/org/apache/camel/example/MainEndpointDSLTest.java b/main-endpointdsl/src/test/java/org/apache/camel/example/MainEndpointDSLTest.java index 3ed956a1f..d9c3f6c5d 100644 --- a/main-endpointdsl/src/test/java/org/apache/camel/example/MainEndpointDSLTest.java +++ b/main-endpointdsl/src/test/java/org/apache/camel/example/MainEndpointDSLTest.java @@ -21,8 +21,8 @@ import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.main.MainConfigurationProperties; -import org.apache.camel.test.junit5.CamelContextConfiguration; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.junit6.CamelContextConfiguration; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import static org.apache.camel.util.PropertiesHelper.asProperties; diff --git a/main-groovy/pom.xml b/main-groovy/pom.xml index 51db9e7de..4fcafc4bb 100644 --- a/main-groovy/pom.xml +++ b/main-groovy/pom.xml @@ -99,7 +99,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/main-health/pom.xml b/main-health/pom.xml index c8ceeb14e..021c3d7cb 100644 --- a/main-health/pom.xml +++ b/main-health/pom.xml @@ -89,7 +89,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/main-health/src/test/java/org/apache/camel/example/MainHealthTest.java b/main-health/src/test/java/org/apache/camel/example/MainHealthTest.java index 1ea0edcb5..a1924164e 100644 --- a/main-health/src/test/java/org/apache/camel/example/MainHealthTest.java +++ b/main-health/src/test/java/org/apache/camel/example/MainHealthTest.java @@ -21,8 +21,8 @@ import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.main.MainConfigurationProperties; -import org.apache.camel.test.junit5.CamelContextConfiguration; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.junit6.CamelContextConfiguration; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import static org.apache.camel.util.PropertiesHelper.asProperties; diff --git a/main-joor/pom.xml b/main-joor/pom.xml index f2fba3ce3..96fef56bc 100644 --- a/main-joor/pom.xml +++ b/main-joor/pom.xml @@ -80,7 +80,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/main-joor/src/test/java/org/apache/camel/example/MainJOORTest.java b/main-joor/src/test/java/org/apache/camel/example/MainJOORTest.java index d776dacac..895f31158 100644 --- a/main-joor/src/test/java/org/apache/camel/example/MainJOORTest.java +++ b/main-joor/src/test/java/org/apache/camel/example/MainJOORTest.java @@ -21,8 +21,8 @@ import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.main.MainConfigurationProperties; -import org.apache.camel.test.junit5.CamelContextConfiguration; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.junit6.CamelContextConfiguration; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import static org.apache.camel.util.PropertiesHelper.asProperties; diff --git a/main-lambda/pom.xml b/main-lambda/pom.xml index fd086b29e..d0b8ef82b 100644 --- a/main-lambda/pom.xml +++ b/main-lambda/pom.xml @@ -80,7 +80,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/main-lambda/src/test/java/org/apache/camel/example/MainLambdaTest.java b/main-lambda/src/test/java/org/apache/camel/example/MainLambdaTest.java index 51253ab3f..11b198ec9 100644 --- a/main-lambda/src/test/java/org/apache/camel/example/MainLambdaTest.java +++ b/main-lambda/src/test/java/org/apache/camel/example/MainLambdaTest.java @@ -19,7 +19,7 @@ import java.util.concurrent.TimeUnit; import org.apache.camel.builder.NotifyBuilder; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertTrue; diff --git a/main-micrometer/pom.xml b/main-micrometer/pom.xml index 25faf26ad..eef9c6156 100644 --- a/main-micrometer/pom.xml +++ b/main-micrometer/pom.xml @@ -114,7 +114,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/main-tiny/pom.xml b/main-tiny/pom.xml index 87b22950d..c0864f801 100644 --- a/main-tiny/pom.xml +++ b/main-tiny/pom.xml @@ -82,7 +82,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/main-tiny/src/test/java/org/apache/camel/example/MainTinyTest.java b/main-tiny/src/test/java/org/apache/camel/example/MainTinyTest.java index 1b68e2795..3cc6c6114 100644 --- a/main-tiny/src/test/java/org/apache/camel/example/MainTinyTest.java +++ b/main-tiny/src/test/java/org/apache/camel/example/MainTinyTest.java @@ -21,8 +21,8 @@ import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.main.MainConfigurationProperties; -import org.apache.camel.test.junit5.CamelContextConfiguration; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.junit6.CamelContextConfiguration; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import static org.apache.camel.util.PropertiesHelper.asProperties; diff --git a/main-xml/pom.xml b/main-xml/pom.xml index c3924a6a4..48c512d0a 100644 --- a/main-xml/pom.xml +++ b/main-xml/pom.xml @@ -92,7 +92,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/main-xml/src/test/java/org/apache/camel/example/MainXMLTest.java b/main-xml/src/test/java/org/apache/camel/example/MainXMLTest.java index e4aca919f..973c050c6 100644 --- a/main-xml/src/test/java/org/apache/camel/example/MainXMLTest.java +++ b/main-xml/src/test/java/org/apache/camel/example/MainXMLTest.java @@ -20,7 +20,7 @@ import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.main.MainConfigurationProperties; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertTrue; diff --git a/main-yaml/pom.xml b/main-yaml/pom.xml index efed1385a..7e8f453be 100644 --- a/main-yaml/pom.xml +++ b/main-yaml/pom.xml @@ -92,7 +92,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/main-yaml/src/test/java/org/apache/camel/example/MainYAMLTest.java b/main-yaml/src/test/java/org/apache/camel/example/MainYAMLTest.java index 4e07dfa3f..d224c989c 100644 --- a/main-yaml/src/test/java/org/apache/camel/example/MainYAMLTest.java +++ b/main-yaml/src/test/java/org/apache/camel/example/MainYAMLTest.java @@ -19,7 +19,7 @@ import java.util.concurrent.TimeUnit; import org.apache.camel.builder.NotifyBuilder; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertTrue; diff --git a/main/pom.xml b/main/pom.xml index 4c09a584f..db7809856 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -107,7 +107,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/main/src/test/java/org/apache/camel/example/MainTest.java b/main/src/test/java/org/apache/camel/example/MainTest.java index 43944f991..e4fe15ef2 100644 --- a/main/src/test/java/org/apache/camel/example/MainTest.java +++ b/main/src/test/java/org/apache/camel/example/MainTest.java @@ -19,7 +19,7 @@ import java.util.concurrent.TimeUnit; import org.apache.camel.builder.NotifyBuilder; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertTrue; diff --git a/main/src/test/java/org/apache/camel/example/MainWithAnnotationTest.java b/main/src/test/java/org/apache/camel/example/MainWithAnnotationTest.java index f2cfbbfea..26165cc43 100644 --- a/main/src/test/java/org/apache/camel/example/MainWithAnnotationTest.java +++ b/main/src/test/java/org/apache/camel/example/MainWithAnnotationTest.java @@ -21,7 +21,7 @@ import org.apache.camel.BeanInject; import org.apache.camel.CamelContext; import org.apache.camel.builder.NotifyBuilder; -import org.apache.camel.test.main.junit5.CamelMainTest; +import org.apache.camel.test.main.junit6.CamelMainTest; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertTrue; diff --git a/mapstruct/pom.xml b/mapstruct/pom.xml index 2a032d537..d17b0e26c 100644 --- a/mapstruct/pom.xml +++ b/mapstruct/pom.xml @@ -90,7 +90,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/minio/pom.xml b/minio/pom.xml index e4bca641a..cab05e575 100644 --- a/minio/pom.xml +++ b/minio/pom.xml @@ -86,7 +86,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/minio/src/test/java/org/apache/camel/example/MainMinioTest.java b/minio/src/test/java/org/apache/camel/example/MainMinioTest.java index c516d072f..63a9a86d2 100644 --- a/minio/src/test/java/org/apache/camel/example/MainMinioTest.java +++ b/minio/src/test/java/org/apache/camel/example/MainMinioTest.java @@ -23,7 +23,7 @@ import org.apache.camel.main.MainConfigurationProperties; import org.apache.camel.test.infra.minio.services.MinioService; import org.apache.camel.test.infra.minio.services.MinioServiceFactory; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.RegisterExtension; diff --git a/mongodb/pom.xml b/mongodb/pom.xml index 4f3f02129..bc5d7442c 100644 --- a/mongodb/pom.xml +++ b/mongodb/pom.xml @@ -87,7 +87,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/mongodb/src/test/java/org/apache/camel/example/mongodb/MongoDBTest.java b/mongodb/src/test/java/org/apache/camel/example/mongodb/MongoDBTest.java index be6f62b4c..2ff340d5e 100644 --- a/mongodb/src/test/java/org/apache/camel/example/mongodb/MongoDBTest.java +++ b/mongodb/src/test/java/org/apache/camel/example/mongodb/MongoDBTest.java @@ -25,7 +25,7 @@ import org.apache.camel.spi.Registry; import org.apache.camel.test.infra.mongodb.services.MongoDBService; import org.apache.camel.test.infra.mongodb.services.MongoDBServiceFactory; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.RegisterExtension; diff --git a/netty-custom-correlation/pom.xml b/netty-custom-correlation/pom.xml index 0ebce99e9..1f56c2d42 100644 --- a/netty-custom-correlation/pom.xml +++ b/netty-custom-correlation/pom.xml @@ -80,7 +80,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/netty-custom-correlation/src/test/java/org/apache/camel/example/netty/NettyTest.java b/netty-custom-correlation/src/test/java/org/apache/camel/example/netty/NettyTest.java index e185f5c1f..37083085a 100644 --- a/netty-custom-correlation/src/test/java/org/apache/camel/example/netty/NettyTest.java +++ b/netty-custom-correlation/src/test/java/org/apache/camel/example/netty/NettyTest.java @@ -22,7 +22,7 @@ import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.main.MainConfigurationProperties; import org.apache.camel.spi.Registry; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import static org.apache.camel.example.netty.MyClient.createCorrelationManager; diff --git a/pubnub/pom.xml b/pubnub/pom.xml index 758b4e0d7..14103334c 100644 --- a/pubnub/pom.xml +++ b/pubnub/pom.xml @@ -81,7 +81,7 @@ org.apache.camel - camel-test-junit5 + camel-test-junit6 test diff --git a/pubnub/src/test/java/org/apache/camel/component/pubnub/example/PubNubStateManualTest.java b/pubnub/src/test/java/org/apache/camel/component/pubnub/example/PubNubStateManualTest.java index b515cffa9..b3df175a9 100644 --- a/pubnub/src/test/java/org/apache/camel/component/pubnub/example/PubNubStateManualTest.java +++ b/pubnub/src/test/java/org/apache/camel/component/pubnub/example/PubNubStateManualTest.java @@ -25,7 +25,7 @@ import org.apache.camel.builder.RouteBuilder; import org.apache.camel.component.mock.MockEndpoint; import org.apache.camel.component.pubnub.PubNubConstants; -import org.apache.camel.test.junit5.CamelTestSupport; +import org.apache.camel.test.junit6.CamelTestSupport; import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; diff --git a/quickfixj/pom.xml b/quickfixj/pom.xml index 33c048027..c32d842f0 100644 --- a/quickfixj/pom.xml +++ b/quickfixj/pom.xml @@ -67,7 +67,7 @@ org.apache.camel - camel-test-spring-junit5 + camel-test-spring-junit6 test diff --git a/routeloader/pom.xml b/routeloader/pom.xml index 98e994052..0d4950a6c 100644 --- a/routeloader/pom.xml +++ b/routeloader/pom.xml @@ -118,7 +118,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/routeloader/src/test/java/org/apache/camel/example/RouteLoaderTest.java b/routeloader/src/test/java/org/apache/camel/example/RouteLoaderTest.java index 49d226b29..19388fe4b 100644 --- a/routeloader/src/test/java/org/apache/camel/example/RouteLoaderTest.java +++ b/routeloader/src/test/java/org/apache/camel/example/RouteLoaderTest.java @@ -19,7 +19,7 @@ import java.util.concurrent.TimeUnit; import org.apache.camel.builder.NotifyBuilder; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertTrue; diff --git a/routes-configuration/pom.xml b/routes-configuration/pom.xml index 480445a85..36ca72b1b 100644 --- a/routes-configuration/pom.xml +++ b/routes-configuration/pom.xml @@ -102,7 +102,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/routes-configuration/src/test/java/org/apache/camel/example/RoutesConfigurationTest.java b/routes-configuration/src/test/java/org/apache/camel/example/RoutesConfigurationTest.java index 15a5978bb..e6726027f 100644 --- a/routes-configuration/src/test/java/org/apache/camel/example/RoutesConfigurationTest.java +++ b/routes-configuration/src/test/java/org/apache/camel/example/RoutesConfigurationTest.java @@ -20,7 +20,7 @@ import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.main.MainConfigurationProperties; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertTrue; diff --git a/routetemplate-xml/pom.xml b/routetemplate-xml/pom.xml index baab4cde8..261a96e3d 100644 --- a/routetemplate-xml/pom.xml +++ b/routetemplate-xml/pom.xml @@ -86,7 +86,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/routetemplate-xml/src/test/java/org/apache/camel/example/RouteTemplateXMLTest.java b/routetemplate-xml/src/test/java/org/apache/camel/example/RouteTemplateXMLTest.java index c689c1b1b..b51bdb119 100644 --- a/routetemplate-xml/src/test/java/org/apache/camel/example/RouteTemplateXMLTest.java +++ b/routetemplate-xml/src/test/java/org/apache/camel/example/RouteTemplateXMLTest.java @@ -20,7 +20,7 @@ import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.main.MainConfigurationProperties; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertTrue; diff --git a/routetemplate/pom.xml b/routetemplate/pom.xml index 1b70c9b9e..03447604d 100644 --- a/routetemplate/pom.xml +++ b/routetemplate/pom.xml @@ -80,7 +80,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 test diff --git a/routetemplate/src/test/java/org/apache/camel/example/RouteTemplateTest.java b/routetemplate/src/test/java/org/apache/camel/example/RouteTemplateTest.java index 21e6c4014..673771dc9 100644 --- a/routetemplate/src/test/java/org/apache/camel/example/RouteTemplateTest.java +++ b/routetemplate/src/test/java/org/apache/camel/example/RouteTemplateTest.java @@ -20,7 +20,7 @@ import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.main.MainConfigurationProperties; -import org.apache.camel.test.main.junit5.CamelMainTestSupport; +import org.apache.camel.test.main.junit6.CamelMainTestSupport; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertTrue; diff --git a/spring-pulsar/pom.xml b/spring-pulsar/pom.xml index d545093dc..ae98b82aa 100644 --- a/spring-pulsar/pom.xml +++ b/spring-pulsar/pom.xml @@ -92,7 +92,7 @@ org.apache.camel - camel-test-spring-junit5 + camel-test-spring-junit6 test diff --git a/spring-pulsar/src/test/java/org/apache/camel/example/SpringPulsarTest.java b/spring-pulsar/src/test/java/org/apache/camel/example/SpringPulsarTest.java index 29bb5ba0a..9d431d513 100644 --- a/spring-pulsar/src/test/java/org/apache/camel/example/SpringPulsarTest.java +++ b/spring-pulsar/src/test/java/org/apache/camel/example/SpringPulsarTest.java @@ -21,7 +21,7 @@ import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.test.infra.pulsar.services.PulsarService; import org.apache.camel.test.infra.pulsar.services.PulsarServiceFactory; -import org.apache.camel.test.spring.junit5.CamelSpringTestSupport; +import org.apache.camel.test.spring.junit6.CamelSpringTestSupport; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.RegisterExtension; import org.springframework.context.support.AbstractApplicationContext; diff --git a/spring-xquery/pom.xml b/spring-xquery/pom.xml index f25df385b..01fd654fd 100644 --- a/spring-xquery/pom.xml +++ b/spring-xquery/pom.xml @@ -105,7 +105,7 @@ org.apache.camel - camel-test-spring-junit5 + camel-test-spring-junit6 test diff --git a/spring-xquery/src/test/java/org/apache/camel/example/SpringXQueryTest.java b/spring-xquery/src/test/java/org/apache/camel/example/SpringXQueryTest.java index 4a10d84c4..e7e4b46b7 100644 --- a/spring-xquery/src/test/java/org/apache/camel/example/SpringXQueryTest.java +++ b/spring-xquery/src/test/java/org/apache/camel/example/SpringXQueryTest.java @@ -18,8 +18,8 @@ import org.apache.camel.EndpointInject; import org.apache.camel.component.mock.MockEndpoint; -import org.apache.camel.test.spring.junit5.CamelSpringTest; -import org.apache.camel.test.spring.junit5.MockEndpoints; +import org.apache.camel.test.spring.junit6.CamelSpringTest; +import org.apache.camel.test.spring.junit6.MockEndpoints; import org.junit.jupiter.api.Test; import org.springframework.test.context.ContextConfiguration; diff --git a/transformer-demo/pom.xml b/transformer-demo/pom.xml index 59b6a7461..f89c78eb6 100644 --- a/transformer-demo/pom.xml +++ b/transformer-demo/pom.xml @@ -95,7 +95,7 @@ org.apache.camel - camel-test-spring-junit5 + camel-test-spring-junit6 test diff --git a/transformer-demo/src/test/java/org/apache/camel/example/transformer/demo/TransformerTest.java b/transformer-demo/src/test/java/org/apache/camel/example/transformer/demo/TransformerTest.java index 83c5811f0..5ae8794c1 100644 --- a/transformer-demo/src/test/java/org/apache/camel/example/transformer/demo/TransformerTest.java +++ b/transformer-demo/src/test/java/org/apache/camel/example/transformer/demo/TransformerTest.java @@ -24,7 +24,7 @@ import org.apache.camel.model.ModelCamelContext; import org.apache.camel.spi.DataType; import org.apache.camel.spi.DataTypeAware; -import org.apache.camel.test.spring.junit5.CamelSpringTest; +import org.apache.camel.test.spring.junit6.CamelSpringTest; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.context.ContextConfiguration;