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 dd88a91c6bb CAMEL-20191: camel-yaml-dsl - Fix inconsitent name in generated schema vs model. CAMEL-20207: Fix resequencer EIP to not use dash in configuration nodes. (#12369) dd88a91c6bb is described below commit dd88a91c6bb00449fcc5b26698ff1b03a3d5a182 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Dec 7 20:57:54 2023 +0100 CAMEL-20191: camel-yaml-dsl - Fix inconsitent name in generated schema vs model. CAMEL-20207: Fix resequencer EIP to not use dash in configuration nodes. (#12369) --- docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_3.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_3.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_3.adoc index 95c8d8426f3..b6c939905ac 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_3.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_3.adoc @@ -146,6 +146,10 @@ the behavior described in the documentation. === camel-yaml-dsl +Using kebab-case in general has been deprecated, and you will se a WARN logs. Please migrate to camelCase. + +The language for exchange property now only supports camelCase style, i.e. `exchange-property` is now `exchangeProperty`. + The `camelYamlDsl.json` Schema file has removed `inheritErrorHandler` option for all EIPs where it was not applicable. This option is only intended for the Load Balancer EIP. This makes the YAML schema in-line with the XML DSL schema.