GitHub user adessaigne opened a pull request: https://github.com/apache/camel/pull/292
CAMEL-7716 Migrate camel-csv component to Apache CSV 1.0 It's a pretty big update since the base API of commons-csv has changed too (completely other objects, fluent api...). If it's too big we can create another data format called csv1 since it's the first official version of commons-csv. By the way, I've used JDK7 (try-with-resources and diamond operator) but checkstyle doesn't like it :( You can merge this pull request into a Git repository by running: $ git pull https://github.com/adessaigne/camel CAMEL-7716 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/292.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #292 ---- commit 3ec304329d429a4fdc899443fb03113bf1aa2d8f Author: Antoine DESSAIGNE <antoine.dessai...@gmail.com> Date: 2014-10-01T15:32:43Z CAMEL-7716 Migrate camel-csv component to Apache CSV 1.0 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---