This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new defcdec Escape plus sign in 3.7 upgrade guide. (#4808) defcdec is described below commit defcdec708b067fdd061619c453fcb81152d59ec Author: Jeremy Ross <jeremy.g.r...@gmail.com> AuthorDate: Mon Dec 21 23:13:21 2020 -0600 Escape plus sign in 3.7 upgrade guide. (#4808) --- docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc index f01ffbf..28f908c 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc @@ -287,9 +287,9 @@ supported and can be set via the `apiVersion` component option. The `packages` option must be set if using the XML `format` option. This change is a result of adopting XStream's Security Framework. -CAMEL-15890 fixed a bug in which values for External Ids that contained spaces would have spaces converted to "+". This has been fixed. +CAMEL-15890 fixed a bug in which values for External Ids that contained spaces would have spaces converted to "{plus}". This has been fixed. However, any such values that now have the plus sign in salesforce will no longer match as Camel will now preserve the space. Therefore -you may need to have a transformation that explicitly converts spaces to "+" if you need to preserve the old behavior. +you may need to have a transformation that explicitly converts spaces to "{plus}" if you need to preserve the old behavior. === camel-google-bigquery