Add notes for 2018-07-19

This commit is contained in:
2018-07-19 11:23:52 +03:00
parent c451b22f2c
commit 197b49878a
3 changed files with 24 additions and 8 deletions

View File

@ -30,7 +30,7 @@ There is insufficient memory for the Java Runtime Environment to continue.
<meta property="article:published_time" content="2018-07-01T12:56:54&#43;03:00"/>
<meta property="article:modified_time" content="2018-07-18T13:25:02&#43;03:00"/>
<meta property="article:modified_time" content="2018-07-18T17:47:36&#43;03:00"/>
@ -71,9 +71,9 @@ There is insufficient memory for the Java Runtime Environment to continue.
"@type": "BlogPosting",
"headline": "July, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-07/",
"wordCount": "2896",
"wordCount": "2963",
"datePublished": "2018-07-01T12:56:54&#43;03:00",
"dateModified": "2018-07-18T13:25:02&#43;03:00",
"dateModified": "2018-07-18T17:47:36&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -621,6 +621,15 @@ X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
</code></pre>
<h2 id="2018-07-19">2018-07-19</h2>
<ul>
<li>I tested a submission via SAF bundle to DSpace 5.8 and it worked fine</li>
<li>In addition to testing DSpace 5.8, I specifically wanted to see if the issue with specifying collections in metadata instead of on the command line would work (<a href="https://jira.duraspace.org/browse/DS-3583">DS-3583</a>)</li>
<li>Post a note on Yammer about Altmetric and Handle best practices</li>
<li>Update PostgreSQL JDBC jar from 42.2.2 to 42.2.4 in the <a href="https://github.com/ilri/rmg-ansible-public">RMG Ansible playbooks</a></li>
</ul>
<!-- vim: set sw=2 ts=2: -->