This is an automated email from the ASF dual-hosted git repository.
jeremyross 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 52143bd62a1 add salesforce section to 4.0 migration guide.
52143bd62a1 is described below
commit 52143bd62a1cad57d5dbdf8a98a1a543963bfcfb
Author: Jeremy Ross <[email protected]>
AuthorDate: Fri Aug 4 13:18:18 2023 -0500
add salesforce section to 4.0 migration guide.
---
docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
index 90ac23f460c..12167803fb6 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
@@ -435,6 +435,10 @@ Solver Daemon solutions should be migrated to use
SolverManager.
If the route or consumer is suspended then http status 503 is now returned
instead of 404.
+=== camel-salesforce
+
+Property names of blob fields on generated DTOs no longer have 'Url' affixed.
E.g., the `ContentVersionUrl` property is now just `ContentVersion`.
+
=== camel-slack
The default delay (on slack consumer) is changed from 0.5s to 10s to avoid
being rate limited to often by Slack.