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 previous release.

Table of contents

Security configuration changes

Configuring a keystore and truststore now requires that the location property is a valid resource URI, instead of a filesystem path.

Before:

blueriq.security.keystore.location=C:/keystore.jks
blueriq.security.truststore.location=C:/truststore.jks

After:

blueriq.security.keystore.location=file:///C:/keystore.jks
blueriq.security.truststore.location=file:///C:/truststore.jks

Known issues

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