You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/08/01 06:08:36 UTC

[camel] branch main updated: Add tip to migration doc

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 <cl...@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.