[
https://issues.apache.org/jira/browse/CAMEL-7716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14154954#comment-14154954
]
ASF GitHub Bot commented on CAMEL-7716:
---------------------------------------
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 <[email protected]>
Date: 2014-10-01T15:32:43Z
CAMEL-7716 Migrate camel-csv component to Apache CSV 1.0
----
> Migrate camel-csv component to Apache CSV 1.0
> ---------------------------------------------
>
> Key: CAMEL-7716
> URL: https://issues.apache.org/jira/browse/CAMEL-7716
> Project: Camel
> Issue Type: Improvement
> Components: camel-csv
> Affects Versions: 2.13.2
> Reporter: Daniel Gredler
> Priority: Minor
>
> The camel-csv component depends on a servicemix snapshot of the Apache CSV
> library because Apache CSV did not have an official release.
> However, last week Apache CSV 1.0 was released, so the camel-csv component
> should be updated to depend on the official release.
> http://commons.apache.org/proper/commons-csv/changes-report.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)