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 1453f55c2f5d999ce2c7a326299a813ba414a7e4 Author: James Netherton <[email protected]> AuthorDate: Mon Sep 23 07:11:36 2024 +0100 Update heading in 3.15.0 migration guide --- docs/modules/ROOT/pages/migration-guide/3.15.0.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2d3ead586e..735cd5f837 100644 --- a/docs/modules/ROOT/pages/migration-guide/3.15.0.adoc +++ b/docs/modules/ROOT/pages/migration-guide/3.15.0.adoc @@ -25,7 +25,7 @@ The following extensions have been deprecated and will be removed in a future re This is in line with the Camel core deprecation of `camel-kotlin-dsl`. -== `Changes in CamelTestSupport` style of testing +== Deprecated methods in `CamelQuarkusTestSupport` The following methods were mistakenly not marked as deprecated in 3.15.0:
