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

Ryan McKinley commented on SOLR-3204:
-------------------------------------

The real problem (regardless of ant/maven) is for users that want to use 
o.a.c.csv classes that are *not* the ones in the solr distribution.  This can 
happen when people have plugins using something based on a recent CSV build -- 
*something* will break, either their code, or the CSVResponseWriter

This is not a maven issue, it is a question of who should put classes into the 
org.apache.commons.csv namespace.  I understand why the csv folks are pissed, 
and think it is fair we look for ways to fix it.

I am now +1 on Emmanuel's patch to embed o.a.solr.csv in the solr core jar file 
-- we should have notes that it won't be supported once a real csv is released.


                
> 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