Skip to content

uPortal 5.6.0

Compare
Choose a tag to compare
@drewwills drewwills released this 21 May 18:50
· 1795 commits to master since this release

This new minor lease of uPortal includes some new capabilities.

Important Update Note!

The following sub-modules were removed from uPortal 5.6:

  • uPortal-api-platform
  • uPortal-api-platform-impl

These modules were not in use and won't be missed, but one of them (uPortal-api-platform) received some special handling in uPortal-start. Consequently, there are required changes to uPortal-start that must be made before uPortal 5.6 will work with uPortal-start.

The recommended way to get these required changes is to update your uPortal-start with changes from Apereo using Git. Use Git to bring in the changes necessary to run uPortal 5.6 in uPortal-start.

List of Changes

Features

  • Remove the uPortal-platform-api and uPortal-platform-api-impl modules, since they are unused and unnecessary see note above (#1673)
  • Allow admins to specify custom text for a portlet to display when it is in MAINTENANCE lifecycle state (#1677)

Fixes

  • Address several findbugs/compiler warnings that appear in the console during builds (#1675)
  • Moved portlet options outside the portlet title (#1699)
  • Add 'Authorization' to the default value(s) for cors.allowed.headers because of our recent changes to support two-legged OAuth (#1697)

Documentation Changes

  • Update links to previous versions of the uPortal manual (#1672)

Chores