[
https://issues.apache.org/jira/browse/SOLR-3204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13223278#comment-13223278
]
Emmanuel Bourg commented on SOLR-3204:
--------------------------------------
{quote}Really? who will stop us?{quote}
Your morality, kindness and innate sense of teamwork among Apache developers ?
:)
You may have not noticed that solr-commons-csv is in the central Maven
repository, it's not just secretly included in the solr/lib directory:
{noformat}http://search.maven.org/#artifactdetails|org.apache.solr|solr-commons-csv|3.5.0|jar{noformat}
That means two things:
* People are using this artifact in their Maven projects, independently of Solr
* Anyone importing the solr-core artifact in its project will be unable to use
Commons CSV when it's 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
> Assignee: Robert Muir
> Priority: Blocker
> Fix For: 3.6
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]