Skip to content

uPortal 5.8.1

Compare
Choose a tag to compare
@cbeach47 cbeach47 released this 24 Sep 22:05
· 1516 commits to master since this release

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

Thanks to the folks who contributed to this release!

Changes Affecting Deployments

  • new cache, org.apereo.portal.groups.RDBMEntityGroupStore.search in ehcache.xml/ehcache-no-jgroups.xml
        <!--
         | Caches search results from searchForGroups() in RDBMEntityGroupStore.
         | - 1 x search criteria
         +-->
        <cache name="org.apereo.portal.groups.RDBMEntityGroupStore.search"
            eternal="false" maxElementsInMemory="500" overflowToDisk="false" diskPersistent="false"
            timeToIdleSeconds="0" timeToLiveSeconds="300" memoryStoreEvictionPolicy="LRU" statistics="true" >
            <cacheEventListenerFactory class="org.apereo.portal.utils.cache.SpringCacheEventListenerFactory" properties="beanName=insufficientSizeCacheEventListener" listenFor="local" />
        </cache>

List of Changes

Fixes

  • #1876 Allow reordering tabs to persist
  • #1877 Prevent portlet import upload form from refreshing page
  • #1871 Add cache for searchForGroups

Chores

  • Re-enable gradle manually
  • Disable autorebasing to reduce noise
  • Update dependencies
    • #1873 nebula.lint:nebula.lint.gradle.plugin to v13
    • #1872 gradle to v5.6.2
    • #1869 org.apache.ant:ant to v1.10.7
    • #1868 org.apache.httpcomponents:httpcore to v4.4.12
    • #1867 org.jgroups:jgroups to v3.6.19.Final
    • #1865 com.amazonaws:aws-java-sdk-s3 to v1.11.623