This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch CAMEL-22193 in repository https://gitbox.apache.org/repos/asf/camel.git
commit bf3f65661a37e4782603d0734ec7b154993ad5dc Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jun 25 11:19:39 2025 +0200 CAMEL-22193 - Camel-fury renamed to camel-fory: add migration note Signed-off-by: Andrea Cosentino <[email protected]> --- docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_13.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_13.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_13.adoc index bdf9eb9ad88..ecc668a2ba9 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_13.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_13.adoc @@ -53,3 +53,7 @@ For example `set-body` and `set-header` should be `setBody` / `setHeader` etc. Remove the deprecated `camel.springboot.xxx` configuration syntax. Use `camel.main.xxx` syntax which is standard across all runtimes. + +=== camel-fury + +Camel Fury dataformat has been renamed camel-fory, this is valid for all the component elements: scheme, DSL and documentation.
