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

Identifier

Component

Issue

Solution

CSD-5034

flow

Adding nodes, inserting waypoints and moving connectors in the flow, process and ERD editors would work incorrectly when a scroll offset was applied

The scroll offset no longer results in incorrect positions

BQ-21733


CVE-2023-6378 has been detected on the logback-core dependency.

Updated logback-core to the latest version.

BQ-21719


  • Validations of disabled page were still shown and taken into account for total free flow validations
  • When pressing the previous button it was possible to navigate to a disabled page
  • Reaching the final page would show there are still validations when the user entered all the required correct information

Reaching the final page will show the actual validation status and will no longer include disabled pages nor will disabled pages be reachable when pressing the previous button

CSD-5018

Encore

Disabling restrictions for a content style did not clear existing restrictions, possibly reporting an error that could only be fixed by enabling restrictions again, then manually removing the restrictions. A similar problem existed for AQ_Instance_Update service calls, where disabling the instance selection did not clear the instance selection expression.

The restrictions are now cleared when disabling restrictions and the editor will now show the list of restrictions if an error is reported for them, even when restrictions are disabled. Likewise for the AQ_Instance_Update editor

BQ-21432

JAVA Runtime

In a multitenant environment, when a AMQP message listener or publisher throws an exception it does not publish the message correctly to the DCM Maintenance App.

The tenant id has been added to the message and the tenant aware message recoverer uses this header to determine the exchange to publish the message to.

CSD-4960


Working with large lists (for example as a result of a expression) was slower then expected in certain specific situations

Improved the speed of adding values to a single list by grouping them together and adding them all at once

BQ-20919

development dashboard

It's not always clear (in development mode) from which files the shortcuts for the applications are read from and written to by the Runtime Development Dashboard.

It is more clearly stated in the Runtime Development Dashboard that the 'shortcuts' profile needs to be enabled or else shortcuts from the application-shortcuts.properties file will not be loaded by the Runtime and thus not be shown inside the shortcuts widget on the dashboard.

PUB-404

Java Runtime

When using the 'pgsql.sql' script to create the tables for the Publisher client and setting 'blueriq.hibernate.publisher-client.hbm2ddl.auto' to 'validate', the Runtime does not start complaining about column types that should be 'oid' instead of 'bytea'.

Changed the mapping so that it matches the Database schema

  • No labels