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..4a7f0661e 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 @@ -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-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-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/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-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-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-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/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/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-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-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/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/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 e761c4120..2fa5f8fc9 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 @@ -48,7 +48,7 @@ org.apache.camel - camel-test-main-junit5 + camel-test-main-junit6 ${camel.version} test 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..f74ea2531 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 @@ -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 8812c12a2..a0b684ea9 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 @@ -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 6cf6af6d6..ba4e8e76b 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 @@ -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 55e4a9d72..58ba359a4 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 @@ -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 b017a731c..225699675 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 @@ -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/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..c2108b81e 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 @@ -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 3eba7976f..6b00b5651 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 @@ -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 65005607e..933517c87 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 @@ -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 1b500a094..1556672bf 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 @@ -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/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..fc9ad617c 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 @@ -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/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..dee5049d7 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 @@ -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 bc6f9a948..e31eedc1d 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 @@ -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 6445b3244..a26d8bf04 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 @@ -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 8bca9998a..16b870992 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 @@ -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 ca52424c6..149be077d 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 @@ -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 b04840543..793ea5b79 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 @@ -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 126160910..bb68fcdf3 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 @@ -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 402de753e..891dce219 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 @@ -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 c6774656e..f3f535b9f 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 @@ -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 accaf20c9..dc0dfdcd2 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 @@ -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 b4d59d7b8..bdebf3877 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 @@ -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 8af91a111..4fcafc4bb 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 @@ -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 261ee9996..021c3d7cb 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 @@ -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 828f7e48e..96fef56bc 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 @@ -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 6f7b2dd3e..d0b8ef82b 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 @@ -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 e03b45deb..eef9c6156 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 @@ -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 506475d4e..c0864f801 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 @@ -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 74f9bcd97..48c512d0a 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 @@ -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 9c5955639..7e8f453be 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 @@ -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 3ebc9ad84..db7809856 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 @@ -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 37ace6769..d17b0e26c 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 @@ -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 3c6da287b..cab05e575 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 @@ -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 b372568b1..bc5d7442c 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 @@ -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 b54a01f3c..1f56c2d42 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 @@ -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/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..14103334c 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 @@ -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 7cb21be9a..c32d842f0 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 @@ -67,7 +67,7 @@ org.apache.camel - camel-test-spring-junit5 + camel-test-spring-junit6 test 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..0d4950a6c 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 @@ -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 eec89ad78..36ca72b1b 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 @@ -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 e6fbabf58..261a96e3d 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 @@ -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 e83ba9d87..03447604d 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 @@ -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/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..ae98b82aa 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 @@ -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 83765b00a..01fd654fd 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 @@ -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/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..f89c78eb6 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 @@ -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; 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