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 b96c588f750 [CAMEL-21199] Camel-jackson not properly marshalling 
4-byte characters
b96c588f750 is described below

commit b96c588f7505e892633010bd97e6b0d80010beff
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Oct 22 07:28:26 2024 +0200

    [CAMEL-21199] Camel-jackson not properly marshalling 4-byte characters
---
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc
index 2ff3aa765b4..7f63a78c87d 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc
@@ -15,6 +15,11 @@ Added `setLazyBeanStrategy`/`getLazyBeanStrategy` methods to 
`org.apache.camel.s
 The `queueSize` attribute on endpoints which are `ManagedBrowseableEndpoint` 
is changed from returning a `Long` value
 to an `Integer` value.
 
+=== camel-jackson
+
+The option `useWriter` on JSon data format and camel-jackson,
+has been replaced with `combineUnicodeSurrogates` as it is intended for 
4-bytes characters such as Japanese.
+
 === camel-jms
 
 The camel-jms component has changed its default `HeaderFilterStrategy` to also 
remove any `Camel...` headers,

Reply via email to