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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9c40242747 CamelQuarkusTestSupport restrictions during migration
9c40242747 is described below

commit 9c402427473d86f9b403db75ef7475be10322fcd
Author: JiriOndrusek <ondrusek.j...@gmail.com>
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