Difference between revisions of "SUNScholar/Upgrading/DSpace/Release Notes/3.X"
Jump to navigation
Jump to search
m |
m (→Build Issues) |
||
| Line 25: | Line 25: | ||
Please see copy of email on the dspace-tech mailing list. | Please see copy of email on the dspace-tech mailing list. | ||
<pre> | <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 | + | 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> | </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 ***
Contents
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
- Fixed - https://jira.duraspace.org/browse/DS-1903, Refer to: Indexes - Manual fix applied, patch pending.
- Fixed - https://jira.duraspace.org/browse/DS-1536. Refer to: Handle Suffix - Patch applied.
- Fixed - https://jira.duraspace.org/browse/DS-1904. Refer to: Http Headers - Manual fix applied.
- Fixed - https://jira.duraspace.org/browse/DS-1902. Refer to: OAI-PMH Provider - Manual fix applied.
- Fixed - https://jira.duraspace.org/browse/DS-1781. Refer to: "eperson" null email suffix. - Patch applied and manual config hack applied.
- Untested - https://jira.duraspace.org/browse/DS-1764. Refer to: New embargo system form
Minor
- Fixed - https://jira.duraspace.org/browse/DS-1445. Refer to: OAI-PMH Provider
- 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