uPortal 5.0.4
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 thedataInit
Gradle task, so anydataInit
orportalInit
will reset the table. - Improved the
searchForGroups
implementation withinRDBMEntityGroupStore
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!