Tim Donohue created DS-1407:
-------------------------------

             Summary: Refactor SOLR Statistics to use OpenCSV or Apache Commons 
CSV
                 Key: DS-1407
                 URL: https://jira.duraspace.org/browse/DS-1407
             Project: DSpace
          Issue Type: Code Task
          Components: Solr
    Affects Versions: 3.0
            Reporter: Tim Donohue
            Priority: Major
             Fix For: 3.1


The DSpace SOLR Statistics engine is currently performing CSV processing using 
a GPL-Licensed dependency (Ostermiller Java Utilities).  This has gone 
unnoticed since DSpace 1.6.

The following files reference/use this dependency:
* 
https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/statistics/Dataset.java#L19
 
* 
https://github.com/DSpace/DSpace/blame/master/dspace-api/src/main/java/org/dspace/statistics/SolrLogger.java#L10
 
* https://github.com/DSpace/DSpace/blob/master/dspace-api/pom.xml#L420

We need to refactor that dependency out and replace it with a dependency which 
is compatible with our BSD License.

Possible replacements include:
* OpenCSV (http://opencsv.sourceforge.net/), Apache 2 License
* Apache Commons CSV (http://commons.apache.org/csv/), Apache 2 License

It is preferable to use OpenCSV, as that dependency is also used by the Batch 
Metadata Editing functions in DSpace.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
VERIFY Test and improve your parallel project with help from experts 
and peers. http://goparallel.sourceforge.net
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to