This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new bbeb52461e3 Add tip to migration doc bbeb52461e3 is described below commit bbeb52461e3ddd4f1de61fc56393340b076c3406 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Aug 1 08:08:11 2023 +0200 Add tip to migration doc --- docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc index 14de837a9db..90ac23f460c 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc @@ -92,6 +92,9 @@ We have removed deprecated APIs such as the following: - The `org.apache.camel.support.EventNotifierSupport` abstract class now implements `CamelContextAware`. - The type for `dumpRoutes` on `CamelContext` has changed from `boolean` to `String` to allow specifying either xml or yaml. +TIP: The `org.apache.camel.support.PluginHelper` gives easy access to various extensions and context plugins, that +was available previously in Camel v3 directly from `CamelContext`. + == EIP Changes Removed `lang` attribute for the `<description>` on every EIPs.