This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new e1edc76 Update 3.5 guide e1edc76 is described below commit e1edc763da0865ed2a87b35ebd8540d208cc00c2 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Jun 26 07:49:01 2020 +0200 Update 3.5 guide --- .../user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_5.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_5.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_5.adoc index fbf23a1..2635f1a 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_5.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_5.adoc @@ -6,6 +6,11 @@ from both 3.0 to 3.1 and 3.1 to 3.2. == Upgrading Camel 3.4 to 3.5 -=== Camel-Karaf +=== camel-bean + +The `bean(class)` EIP will now lookup in the registry first whether there is a single bean instance of the given class type +and use the existing bean (for singleton scope) instead of creating a new instance. + +=== Camel Karaf The following features has been removed due they become not compatible with OSGi: `camel-couchbase`.