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 5ddbc4eeaf7f CAMEL-23046: camel-mail - If configured a
IdempotentRepository then it should be auto started
5ddbc4eeaf7f is described below
commit 5ddbc4eeaf7fb01807a09d6c818532430be52143
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Feb 23 19:21:52 2026 +0100
CAMEL-23046: camel-mail - If configured a IdempotentRepository then it
should be auto started
---
.../user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc | 6 ++++++
.../user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc | 5 +++++
2 files changed, 11 insertions(+)
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc
index 68509821c942..590023ca05d9 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc
@@ -54,6 +54,12 @@ Should be changed to have semicolons as shown below:
orderId=$sku,total=$sum
----
+=== camel-mail
+
+When configured a custom `IdempotentRepository` on `camel-mail` endpoint, then
Camel will now auto-start
+the bean which is similar to what `camel-file` do as well.
+
+
== Upgrading Camel 4.17 to 4.18
=== camel-simple
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc
index 9f1b84137b58..e7b203ddf624 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc
@@ -101,3 +101,8 @@ For example `id` is always first, and the following
attributes are ordered so th
commonly used at in the top. EIPs such as `circuitBreaker` now has
`onFallback` last.
This order is also the same order that UI builders like Camel Karavan and
Kaoto do as well.
+
+=== camel-mail
+
+When configured a custom `IdempotentRepository` on `camel-mail` endpoint, then
Camel will now auto-start
+the bean which is similar to what `camel-file` do as well.