NOTE: Trivore ID Documentation has moved to https://trivoreid.com

The content on this site IS OUT OF DATE!

This space has been archived!

Please go ahead to the new site!

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »



Initial release

Released 2021-03-03.

Minor upgrade. This version contains preliminary changes for Java 11 support. Java 8 is still used as runtime environment but build process is compatible with Java 11. Production build process still uses Java 8.

Something to think about

This version introduces sysconfig variable JAVA_HOME. This variable is used to control which Java installation is used as runtime environment. This variable is mandatory for smooth upgrade to version 4.0 which requires Java version 11 (earlier versions use Java 8).

When upgrading to version 3.19 make sure that file /etc/sysconfig/oneportal contains JAVA_HOME variable.

JAVA_HOME=/usr/share/oneportal/java

Bug fixes

  • [ONEP-2175] - Fix event log related webhooks

  • [ONEP-2199] - Updating screen name with update-user-profile API doesn't update it

  • [ONEP-2200] - Clicking "password forgotten" button in OIDC login form fails when no namespace is selected

  • [ONEP-2212] - 2FA: TOTP setup image and code sometimes doesn't show on screen

New Features

  • [ONEP-1161] - Cloud File (onePortal File) REST

Improvements

  • [ONEP-2174] - Use SYSTEM sms message type when sending verification messages

  • [ONEP-2195] - Connect to only Ignite cluster with exact same version

  • [ONEP-2196] - Re-introduce support for cluster domain (as partition)

  • [ONEP-2197] - Use load-time weaver instead of compile-time weaving

  • [ONEP-2198] - IDE support for newer aspectj:compile

  • [ONEP-2201] - Fix NPE in CollectionColumnGenerator

  • [ONEP-2206] - Improve configuration for selecting Java installation

  • [ONEP-2207] - Optional build process support for Java 11

  • [ONEP-2208] - Import all Azure groups (not only security enabled)

  • [ONEP-2209] - Check consent migration when changing namespace

  • [ONEP-2210] - Improve SAML attribute model for JSON based synchronization

  • [ONEP-2211] - Make Azure group securityEnabledOnly configurable

  • [ONEP-2213] - Waltti: After-sale operations should retry "code getting" for 30 secs due to Pusatec internal delays

  • [ONEP-2215] - Login, registration, reset password fields have an integrated "Reveal" button.
    To modify custom webthemes to use it, see default layout, which has the following line for the password field: <uic-revealable-password-field style-name="login-password-field field-main" _id="passwordField" width-full />

Update 3.19.1

Released 2021-03-14.

Improvement

  • [ONEP-2220] - Waltti Sale API: If no validityStarts/ends provided, generate them based on product data

  • No labels