[ https://issues.apache.org/activemq/browse/CAMEL-2915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60488#action_60488 ]
Claus Ibsen commented on CAMEL-2915: ------------------------------------ We do have a checkstyle profile which you can run from maven, which we generally run from time to time to ensure the code adheres to it. However there is no _code formatter_ we officially uses. There may be a very old profile for that somewhere in the etc folder. But don't use it. So the rule of thump is to format the code in a human friendly way and use 140-160 line width etc. And if in doubt just look at the existing source. However there may be some less used camel components which have a older style, eg. how they where donated to us. But camel-core etc is generally showing the style we prefer. > Support more XStream configurations > ----------------------------------- > > Key: CAMEL-2915 > URL: https://issues.apache.org/activemq/browse/CAMEL-2915 > Project: Apache Camel > Issue Type: Improvement > Components: camel-core, camel-xstream > Reporter: Mark Proctor > Assignee: Hadrian Zbarcea > Fix For: 2.4.0 > > Attachments: camel-core.diff, camel-xstream.diff > > > Current the XStream DataFormatDefinition cannot be configured, beyond > encoding. At a minimum it shoul support Converters, Aliases an Implicit > Collections. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.