Skip to content

uPortal 5.8.2

Compare
Choose a tag to compare
@ChristianMurphy ChristianMurphy released this 11 Aug 15:17
· 1277 commits to master since this release

This is a new patch release of uPortal. It includes fixes and many dependency updates.

Thanks to all the contibutors who made this release possible!
Including, but not limited to: @jgribonvald, @jonathanmtran, @bjagg, and @ChristianMurphy

Changes Affecting Deployments

  • replace property, cas.authenticationFilter.service with portal.allServerNames in security.properties
    # All server names values for multi server name management, separator is a space
    # This property should be set/overridden in PORTAL_HOME/uPortal.properties
    # Example: portal1.univ.edu portal2.univ.edu
    portal.allServerNames=${portal.server}
  • new property, org.apereo.portal.index.relativePath in portal.properties
    # Search Indexing
    # ---------------
    # Search indexing was introduced in v5.5.0. To disable indexing, uncomment
    # and set the value of this property to "#{null}" (without double quotes)
    #
    #org.apereo.portal.index.relativePath=/WEB-INF/index

Fixes

  • missing conf on serveral server name management when activating CAS guest redirect (#1410)
  • added documentation regarding org.apereo.portal.index.relativePath (#1880)
  • fix InvertedRegexTester pags tester against multivalued attributes (#1973)
  • add support for using ContextMapper (#1989)
  • increase contrast in customize drawer for accessibility (#1994)
  • fix partial searching and run indexer at startup (#2009)
  • catch expected runtime exception when race condition of cookie update (#2128)

Dependency Update Highlights

  • Update Gradle to version 6 (#1883)
  • Update Groovy to version 3 (#1978)
  • Update Jackson to version 2.11.2 (#2120)
  • Update Spring to version 4.3.27 (#2052)
  • Update Spring Security to version 4.2.18 (#2124)
  • Update Lucene to version 8.5.2 (#2068)

For a full list of changes see v5.8.1...v5.8.2