Difference between revisions of "SUNScholar/Upgrading/DSpace/Release Notes/3.X"

From Libopedia
Jump to navigation Jump to search
m
Line 21: Line 21:
 
#Fixed - https://jira.duraspace.org/browse/DS-1445. Refer to: [[SUNScholar/Harvesting/3.2#Urgent_Notice|OAI-PMH Provider]]
 
#Fixed - https://jira.duraspace.org/browse/DS-1445. Refer to: [[SUNScholar/Harvesting/3.2#Urgent_Notice|OAI-PMH Provider]]
 
#Untested - https://jira.duraspace.org/browse/DS-1531. Refer to: [[SUNScholar/Asset_Statistics/Old_Versions|Old stats log importer]]
 
#Untested - https://jira.duraspace.org/browse/DS-1531. Refer to: [[SUNScholar/Asset_Statistics/Old_Versions|Old stats log importer]]
 +
 +
===Build Issues===
 +
Please see copy of email on the dspace-tech mailing list.
 +
<pre>
 +
Hi, This is the pom.xml: https://github.com/DSpace/DSpace/blob/dspace-3_x/pom.xmlThe sonatype URL modification is required in line 1200: -    <url>http://oss.sonatype.org/content/repositories/releases/</url>+    <url>https://oss.sonatype.org/content/repositories/releases/</url>Since we started it, please let me point out another change that might be needed if someone tries to install xpdf filter in version 3.1. It is for the javax.media dependency. The new version that is downloaded is 1.1.3, not 1.1.2_01In line 863: -    <version>1.1.2_01</version> +  <version>1.1.3</version>Thank you Hilton.Best regards, KiriakiKiriaki RoditiSystems Engineer
 +
</pre>

Revision as of 12:05, 4 April 2014

Back to Release Notes

WE CANNOT ACCEPT RESPONSIBILITY FOR ANY DATA LOSS OR CORRUPTION
BEFORE PROCEEDING, DO EXTENSIVE TESTING ON SPARE INFRASTRUCTURE
*** YOU PROCEED AT YOUR OWN RISK ***

Official DSpace Notes

https://wiki.duraspace.org/display/DSDOC3x/Upgrading+From+1.8.x+to+3.x
https://wiki.duraspace.org/display/DSPACE/DSpace+Release+3.2+Notes

During our upgrade from 1.8.2 to 3.2, the following errors were discovered after applying the upgrade to our production server

Major

  1. Fixed - https://jira.duraspace.org/browse/DS-1903, Refer to: Indexes - Manual fix applied, patch pending.
  2. Fixed - https://jira.duraspace.org/browse/DS-1536. Refer to: Handle Suffix - Patch applied.
  3. Fixed - https://jira.duraspace.org/browse/DS-1904. Refer to: Http Headers - Manual fix applied.
  4. Fixed - https://jira.duraspace.org/browse/DS-1902. Refer to: OAI-PMH Provider - Manual fix applied.
  5. Fixed - https://jira.duraspace.org/browse/DS-1781. Refer to: "eperson" null email suffix. - Patch applied and manual config hack applied.
  6. Untested - https://jira.duraspace.org/browse/DS-1764. Refer to: New embargo system form

Minor

  1. Fixed - https://jira.duraspace.org/browse/DS-1445. Refer to: OAI-PMH Provider
  2. Untested - https://jira.duraspace.org/browse/DS-1531. Refer to: Old stats log importer

Build Issues

Please see copy of email on the dspace-tech mailing list.

Hi, This is the pom.xml: https://github.com/DSpace/DSpace/blob/dspace-3_x/pom.xmlThe sonatype URL modification is required in line 1200: -    <url>http://oss.sonatype.org/content/repositories/releases/</url>+    <url>https://oss.sonatype.org/content/repositories/releases/</url>Since we started it, please let me point out another change that might be needed if someone tries to install xpdf filter in version 3.1. It is for the javax.media dependency. The new version that is downloaded is 1.1.3, not 1.1.2_01In line 863: -    <version>1.1.2_01</version> +   <version>1.1.3</version>Thank you Hilton.Best regards, KiriakiKiriaki RoditiSystems Engineer