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 99fbf8b085f CAMEL-22173 - updated Camel 4 upgrade guide according to
the latest Salesforce component changes (#18536)
99fbf8b085f is described below
commit 99fbf8b085f5811c3f55f1a79f7e007653cf3b11
Author: Lorenzo Benvenuti <[email protected]>
AuthorDate: Fri Jul 4 10:08:23 2025 +0200
CAMEL-22173 - updated Camel 4 upgrade guide according to the latest
Salesforce component changes (#18536)
---
.../modules/ROOT/pages/camel-4x-upgrade-guide-4_13.adoc | 7 +++++++
1 file changed, 7 insertions(+)
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_13.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_13.adoc
index de6cc78f5e6..16cc965a2f3 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_13.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_13.adoc
@@ -52,6 +52,13 @@ Renamed class
`org.apache.camel.component.http.BasicAuthenticationHttpClientConf
If using a header to provide a custom script, then this must now be turned on
via `allowTemplateFromHeader=true` on the endpoint or component.
+=== camel-salesforce
+
+`initialReplyIdTimeout` is now deprecated and it will be removed in a future
release. Pub/sub replay ids are no longer checked at
+startup: when the client subscribes, if the replay id is invalid, an error is
raised. To handle the error you can use a specific
+`ExceptionHandler` or you can set `fallbackToLatestReplayId` to `true` in
order to make the consumer start from the
+latest event.
+
=== camel-yaml-dsl
The deprecated kebab-case has been removed.