[
https://issues.apache.org/jira/browse/CAMEL-6895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Willem Jiang resolved CAMEL-6895.
---------------------------------
Resolution: Fixed
Fix Version/s: 2.13.0
2.12.2
2.11.3
Applied the patch into master, camel-2.12.x and camel-2.11.x branches.
> camel-xmljson: Encoding is not considered while marhaling
> ---------------------------------------------------------
>
> Key: CAMEL-6895
> URL: https://issues.apache.org/jira/browse/CAMEL-6895
> Project: Camel
> Issue Type: Bug
> Affects Versions: 2.12.1
> Reporter: Veniamin Goldin
> Assignee: Willem Jiang
> Fix For: 2.11.3, 2.12.2, 2.13.0
>
>
> The encoding specified in the DataFormat properties should be passed to
> OutputStreamWriter constructor in XmlJsonDataFormat.marshal method, otherwise
> it is not being considered.
> OutputStreamWriter osw = new OutputStreamWriter(stream, encoding);
--
This message was sent by Atlassian JIRA
(v6.1#6144)