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 364649ef1b7 CAMEL-21739: camel-ftp - Add filename to implementation of 
GenericFileConsumer.getRelativeFilePath for (S)FTP
364649ef1b7 is described below

commit 364649ef1b7b2b6e49f2946892200cb38529ab34
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Feb 18 07:38:37 2025 +0100

    CAMEL-21739: camel-ftp - Add filename to implementation of 
GenericFileConsumer.getRelativeFilePath for (S)FTP
---
 .../modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc            | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc
index 7698380408f..18f1f24f789 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc
@@ -4,6 +4,13 @@ This document is for helping you upgrade your Apache Camel 
application
 from Camel 4.x to 4.y. For example, if you are upgrading Camel 4.0 to 4.2, 
then you should follow the guides
 from both 4.0 to 4.1 and 4.1 to 4.2.
 
+== Upgrading from 4.10.0 to 4.10.1
+
+=== camel-ftp
+
+The file name header `Exchange.FILE_NAME` now includes the relative path such 
as `subdir/hello.txt`
+when using `recursive=true`, to be similar to how `camel-file` component 
behaves.
+
 == Upgrading Camel 4.9 to 4.10
 
 === XML DSL changes

Reply via email to