3.2.4

Oct/15/10

uPortal 3.2.4 GA announcement

Jasig is proud to announce the general audience release of uPortal 3.2.4. uPortal 3.2.4 is the recommended version with which to start a new uPortal deployment.

The 3.2.4 release was necessitated by a regression introduced in 3.2.3 relating to UP-2804 and reported in UP-2854. It is recommended to skip the 3.2.3 release.

The following issues have been addressed for 3.2.4:

Bug

  • UP-2844 - Error exporting layouts with DLM node references with some JDBC drivers
  • UP-2854 - Portlets fail when maximized

Improvement

  • UP-2856 - Update Resource Aggregator

Important 3.2.4 Upgrading Note
The Skin Resource Aggregation library has been updated. If your installation has created a custom skin the corresponding skin.xml file must be updated. The skin.xml files included with uPortal have already been updated in the release.

  1. Update for 3.2.4 change the root element:
    From
    <s:resources xmlns:s="http://www.jasig.org/uportal/web/skin">
    </s:resources>
    
    To
    <resources xmlns="http://www.jasig.org/uportal/web/skin"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="
      http://www.jasig.org/uportal/web/skin
      https://source.jasig.org/sandbox/resource-aggregator/tags/resource-aggregator-parent-1.0.0/resource-aggregator-api/src/main/resources/skin-configuration.xsd">
    </resources>
    
  2. Update skin parameter (if used in your skin.xml):
    From
    <css type="fss-theme" name="fl-theme-iphone">/ResourceServingWebapp/rs/fluid/1.2/fss/css/fss-mobile-theme-iphone.min.css</css>
    
    To
    <parameter name="fss-theme">fl-theme-iphone</parameter>
    <css>/ResourceServingWebapp/rs/fluid/1.2/fss/css/fss-mobile-theme-iphone.min.css</css>
    

Downloads are available from: http://www.jasig.org/uportal/download/uportal-324
Release notes are available at: https://wiki.jasig.org/display/UPC/3.2.4

-Eric Dalquist

Deployer Notes

  • Requires Servlet API 2.5 to run. Tomcat 6.0 is the first version of Tomcat to support Servlet 2.5
  • Requires JDK 6.0
  • Data export and import is required when upgrading.

Bugs known to afflict uPortal 3.2.4

priority key summary

Unable to locate Jira server for this macro. It may be due to Application Link configuration.

Issues addressed in uPortal 3.2.4

type priority key summary

Unable to locate Jira server for this macro. It may be due to Application Link configuration.