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 e80f5b3e034 CAMEL-21056: camel-file - readLockMinAge is now fast again.
e80f5b3e034 is described below

commit e80f5b3e034c3b2ec491561e542241b12a165868
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Aug 8 11:39:49 2024 +0200

    CAMEL-21056: camel-file - readLockMinAge is now fast again.
---
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_22.adoc        | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_22.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_22.adoc
index 799196a7cee..8fee2fd843c 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_22.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_22.adoc
@@ -8,3 +8,13 @@ from both 3.0 to 3.1 and 3.1 to 3.2.
 
 No changes expected.
 
+== Upgrading Camel 3.22.x to 3.22.3
+
+=== camel-file
+
+The `readLock=changed` with using `readLockMinAge` has been restored to same 
behaviour as previously in 3.x.
+
+For example using `readLockMinAge=5s` would pickup files that are older than 5 
seconds from startup time.
+If you have many existing files on startup that are old, then Camel will now 
again be fast,
+and pickup these files immediately.
+

Reply via email to