Add notes for 2020-03-02

This commit is contained in:
2020-03-02 12:38:10 +02:00
parent d9de8c350b
commit fc0666928b
95 changed files with 1288 additions and 832 deletions

22
content/posts/2020-03.md Normal file
View File

@ -0,0 +1,22 @@
---
title: "March, 2020"
date: 2020-03-02T12:31:30+02:00
author: "Alan Orth"
categories: ["Notes"]
---
## 2020-03-02
- Update [dspace-statistics-api](https://github.com/ilri/dspace-statistics-api) for DSpace 6+ UUIDs
- Tag version 1.2.0 on GitHub
- Test migrating legacy Solr statistics to UUIDs with the as-of-yet unreleased [SolrUpgradePre6xStatistics.java](https://github.com/DSpace/DSpace/commit/184f2b2153479045fba6239342c63e7f8564b8b6#diff-0350ce2e13b28d5d61252b7a8f50a059)
- You need to download this into the DSpace 6.x source and compile it
<!--more-->
```
$ export JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8"
$ ~/dspace63/bin/dspace solr-upgrade-statistics-6x
```
<!-- vim: set sw=2 ts=2: -->