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

Uwe Schindler commented on SOLR-3204:
-------------------------------------

{quote}
I still feel strongly this doesn't solve the 'real problem', but if it makes 
the commons-csv developers happy, lets do it.

Though I think its fair to say I will speak up if i see any commits/local 
modifications to this, because ultimately I want
to see us depending upon a released version of this jar file.
{quote}

To prevent this I would prefer jarjar, its not risky here at all (and also not 
for other usitility libs from commons). I am already plaing around with that. 
What I did here was repackage the JAR file and used a simple serach/replace on 
our source files to refer to new package name. Not even maven config has to be 
changedm Steven Rowe can publish the solr-commons-csv.jar as he likes.
                
> solr-commons-csv must not use the org.apache.commons.csv package
> ----------------------------------------------------------------
>
>                 Key: SOLR-3204
>                 URL: https://issues.apache.org/jira/browse/SOLR-3204
>             Project: Solr
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.5
>            Reporter: Emmanuel Bourg
>            Priority: Blocker
>             Fix For: 3.6
>
>         Attachments: SOLR-3204.patch, solr-csv.patch
>
>
> The solr-commons-csv artifact reused the code from the Apache Commons CSV 
> project but the package wasn't changed to something else than 
> org.apache.commons.csv in the process. This creates a compatibility issue as 
> the Apache Commons team works toward an official release of Commons CSV. It 
> prevents Commons CSV from using its own org.apache.commons.csv package, or 
> forces the renaming of all the classes to avoid a classpath conflict.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to