This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch kamelet-ctr5 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 7e15d22ad578322a2ce5a808bd2d32de4f95eb33 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri May 3 07:54:58 2024 +0200 CAMEL-20514: camel-model - Add support for bean constructors for beans in route templates or kamelets --- docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_6.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_6.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_6.adoc index f1d48b341ce..d428f392734 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_6.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_6.adoc @@ -15,6 +15,12 @@ then the variable is no longer set. Also, if the route is marked for rollback, o This is the same logic that the routing engine uses, whether to continue routing the `Exchange` or not. +=== camel-core-model + +Harmonized model for defining custom beans to be the same for Kamelets and generic beans in XML/YAML DSLs. +Before there used to be 3 specialized model classes that has been refactored into a single class, offering the same capabilities +for configuring beans (constructors, properties, builder classes, init/destroy methods etc.) + === XML DSL When using XML DSL to define properties on `<bean>` then `<property>` must now be declared inside `<properties>`.