Skip to content

Commit

Permalink
CamelQuarkusTestSupport restrictions during migration
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriOndrusek authored and jamesnetherton committed Sep 19, 2024
1 parent e93268c commit 9c40242
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/modules/ROOT/pages/migration-guide/3.15.0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 9c40242

Please sign in to comment.