Veniamin Goldin created CAMEL-6895:
--------------------------------------
Summary: 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
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)