From 9c402427473d86f9b403db75ef7475be10322fcd Mon Sep 17 00:00:00 2001 From: JiriOndrusek Date: Thu, 19 Sep 2024 15:41:30 +0200 Subject: [PATCH] CamelQuarkusTestSupport restrictions during migration --- docs/modules/ROOT/pages/migration-guide/3.15.0.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/modules/ROOT/pages/migration-guide/3.15.0.adoc b/docs/modules/ROOT/pages/migration-guide/3.15.0.adoc index 931fdaaba2cf..2d3ead586e43 100644 --- a/docs/modules/ROOT/pages/migration-guide/3.15.0.adoc +++ b/docs/modules/ROOT/pages/migration-guide/3.15.0.adoc @@ -24,3 +24,14 @@ The following extensions have been deprecated and will be removed in a future re * camel-quarkus-kotlin-dsl This is in line with the Camel core deprecation of `camel-kotlin-dsl`. + +== `Changes in CamelTestSupport` style of testing + +The following methods were mistakenly not marked as deprecated in 3.15.0: + +* `isUseAdviceWith` +* `doPreSetup` +* `doPostSetup` +* `postProcessTest` + +This will be corrected in the 3.15.1 release. \ No newline at end of file