Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Jasig is proud to announce the general audience release of uPortal 4.0.5. This release includes 60 bug fixes and improvements on top of the 4.0.4 release many coming from the experience of UW-Madison and other institutions going live on uPortal 4. As an overview there have been big improvements in rendering performance as well as an 80% reduction in per-user memory usage for rendered markup data via shared caching. The JSR-286 caching APIs are 100% supported and for resource requests HTTP cache control related headers are use to provide even better performance. uPortal 2/3 style fname links are now supported by the URL processor and translated into the new syntax so legacy links into your portal will remain functional. Data import performance has increased significantly and several thread-safety bugs have been resolved as well. The search portlet also has a new tabbed UI and better ability to categorize result data. As always please read through the full list below for all the details.

Updating from 4.0.0-4.0.5

Info

If you have data you care about in the UP_LOGIN_EVENT_AGGREGATE table please back it up externally or rename the table before executing the following steps. db-update will drop this table.

After configuring your uPortal 4.0.6 source run:

  • ant db-update

  • ant data-import -Dfile=/path/to/your/default.event-aggregation.xml

 

Downloads: http://www.jasig.org/uportal/download/uportal-406
Release Notes: https://wiki.jasig.org/display/UPC/4.0.6

...