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