This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch 3.15.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 855c72c10dfabcdd016f4facf0957652bd54a209
Author: JiriOndrusek <[email protected]>
AuthorDate: Thu Sep 19 15:41:30 2024 +0200

    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 931fdaaba2..2d3ead586e 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

Reply via email to