[ 
https://jira.duraspace.org/browse/DS-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevin Van de Velde closed DS-1407.
----------------------------------

    Resolution: Fixed

Pull request merged.
                
> 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
>            Assignee: Kevin Van de Velde
>            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

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to