This is an automated email from the ASF dual-hosted git repository.
apupier 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 8703b165b725 Fix typo predictable --> predictable
8703b165b725 is described below
commit 8703b165b7259cec6123109f2de27c3a48dd25ed
Author: Aurélien Pupier <[email protected]>
AuthorDate: Fri Jan 23 14:38:43 2026 +0100
Fix typo predictable --> predictable
Signed-off-by: Aurélien Pupier <[email protected]>
---
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_17.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_17.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_17.adoc
index 8fba13b35b01..d5ae3981927d 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_17.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_17.adoc
@@ -88,8 +88,8 @@ to not use the newly introduced checks in `camel-ftp` to have
same behavior as p
`camel-infinispan` has been upgraded to
https://infinispan.org/blog/2025/11/10/infinispan-16-0[Infinispan 16].
Virtual threads are enabled by default for embedded mode with
`camel-infinispan-embedded`.
-If you choose to listen for cache events on the `infinispan-embedded`
consumer, it is possible that events are not processed in a predicatable order.
-Disabling virtual threads by setting system property
`org.infinispan.threads.virtual` to `false` leads to more predicatable event
order processing.
+If you choose to listen for cache events on the `infinispan-embedded`
consumer, it is possible that events are not processed in a predictable order.
+Disabling virtual threads by setting system property
`org.infinispan.threads.virtual` to `false` leads to more predictable event
order processing.
=== camel-tika