You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/10/28 07:18:41 UTC

(camel) branch main updated: Add note about upgrading to 3.14.10

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 aed16080edd Add note about upgrading to 3.14.10
aed16080edd is described below

commit aed16080edd26bdef514c23a1de6c92559049a7b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Oct 28 09:18:27 2023 +0200

    Add note about upgrading to 3.14.10
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc
index d7a49362570..f59f743cac2 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc
@@ -4,6 +4,11 @@ This document is for helping you upgrade your Apache Camel application
 from Camel 3.x to 3.y. For example if you are upgrading Camel 3.0 to 3.2, then you should follow the guides
 from both 3.0 to 3.1 and 3.1 to 3.2.
 
+== Upgrading Camel 3.14.x to 3.14.10
+
+The option `synchronous` in `camel-ftp` has been removed, as this is always enabled to ensure
+thread safety for the underlying FTP client.
+
 == Upgrading Camel 3.13 to 3.14
 
 === API changes