[ 
https://issues.apache.org/jira/browse/SOLR-3213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14099579#comment-14099579
 ] 

Uwe Schindler commented on SOLR-3213:
-------------------------------------

I think I know how to refactor this:
- CSVStrategy -> CSVFormat
- CSVFormat is no longer a mutable JavaBean, it uses builder pattern, so change 
code to respect that
- CSVWriter is now final, so the shared buffer stuff cannot be used, but is 
bogus with newer JVMs (and not really threadsafe).

I will look into this later!

> Upgrade to commons-csv once it is released
> ------------------------------------------
>
>                 Key: SOLR-3213
>                 URL: https://issues.apache.org/jira/browse/SOLR-3213
>             Project: Solr
>          Issue Type: Task
>          Components: Build
>            Reporter: Uwe Schindler
>             Fix For: 4.9, 5.0
>
>         Attachments: SOLR-3213.patch
>
>
> Since SOLR-3204 we have a jarjar'ed apache-solr-commons-csv-SNAPSHOT.jar file 
> in lib folder. Once version 1.0 of commons-csv is officially released, we 
> should upgrade that to this version, remove maven publishing and change the 
> import statements to the official package name in java files.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to