Add encoding option on file component -------------------------------------
Key: CAMEL-3112 URL: https://issues.apache.org/activemq/browse/CAMEL-3112 Project: Apache Camel Issue Type: Improvement Components: camel-core Reporter: Claus Ibsen Fix For: 2.6.0 To make it easier to read/write files using that given encoding. Currently you have to set that as a property on the Exchange using setProperty in the DSL. But when using @Produce or @Consume you only got the endpoint uri. So having this in the component makes it easier. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.