Initial release
Released 2021-xx-xx.
This is a major release. Notable change is upgrade from Java 8 to Java 11. Upgrade path is available from version 3.19 to 4.0. Upgrade from earlier versions is possible but configuration changes are required. See release notes for 3.19.
Downgrade from version 4.0 to earlier version is supported to provide rollback cabability in case of major issues arise.
Breaking changes
Version 3.19 introduces JAVA_HOME
sysconfig variable which is required for upgrade to version 4.0. This variable guarantees proper Java selection with both upgrade and downgrade process.
Before upgrade, verify file /etc/sysconfig/oneportal
contains the following configuration setting.
JAVA_HOME=/usr/share/oneportal/java
This variable may be available in /etc/sysconfig/oneportal.rpmnew
in case sysconfig has been locally modified (and therefore package upgrade did not override it).