[
https://issues.apache.org/jira/browse/CAMEL-6895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Willem Jiang reassigned CAMEL-6895:
-----------------------------------
Assignee: Willem Jiang
> 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
>
> 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)