You are viewing the documentation for Blueriq 14. Documentation for other versions is available in our documentation directory.

Before you upgrade make sure to read the General Upgrade instructions as well as the Upgrade instructions for previous versions.

The changes are color coded. Orange elements have been changed, Green elements have been added and Red elements have been removed compared to the 14.6 release.

Table of contents

Secure session cookie

If your Runtime application uses the BLUERIQ_SECURE_SESSION_COOKIE environment variable to control the session cookie's 'Secure' flag, please update the following:

Add the following property to the Runtime configuration:

application.properties
blueriq.session.cookie.secure = true

After changing the properties, the environment variable can be removed. The default value of this property is 'false'.

Please note that a restart is required after making these changes.

Note that using the old environment variable still works, bit is deprecated. Support will be removed in R15.

API changes

SDK

  • class com.aquima.interactions.mapping.IMappedJustificationTree 
    • method com.aquima.interactions.foundation.GUID getSourceEntityId()

Known issues

For an overview of known issue please refer to: Known issues.