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
commit 2c01082032346753cc6621ab4530b0969f12bac7 Author: Claus Ibsen <[email protected]> AuthorDate: Thu Aug 4 13:47:50 2022 +0200 camel-yaml-dsl - Remove tod backwards compatible for older 0.7.x kamelets. --- .../user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_19.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_19.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_19.adoc index ed5cc083f3a..cfc824c59b5 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_19.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_19.adoc @@ -9,3 +9,9 @@ from both 3.0 to 3.1 and 3.1 to 3.2. === camel-api Added `addClassLoader` method to `org.apache.camel.spi.ClassResolver`. + +=== camel-yaml-dsl + +Removed using `template` as a custom alias for `routeTemplate` or `route-template`. + +Removed the `tod` custom alias for `toD` or `to-d`.
