Skip to content

uPortal 5.0.4

Compare
Choose a tag to compare
@drewwills drewwills released this 14 Jan 18:30
· 2892 commits to master since this release

This is another patch release (maintenance update) for uPortal 5.0. It includes a few fixes & improvements.

Change Log

  • Made changes to the way uPortal creates the JGROUPSPING database table for JGroups support in order to minimize the number of orphaned records that accumulate there; orphaned records on that table cause a delay whenever a uPortal JVM is launched (either Tomcat or by the CLI); the new method of creating this table integrates it with the dataInit Gradle task, so any dataInit or portalInit will reset the table.
  • Improved the searchForGroups implementation within RDBMEntityGroupStore so that it performs a case-insensitive search only when necessary, which is seldom; the case-insensitive search SQL had been flagged by monitoring tools as a slow-running SQL statement.
  • Added documentation in French

There is additional detail in the JIRA Release Notes.

This update should be safe to apply to any uPortal 5.0.x implementation.

Thanks to everyone who contributed!