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

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

Compare with Current View Page History

Version 1 Current »

Identifier

Component

Issue

Solution

BQ-22740

 

A branch that has been migrated to a newer version of Blueriq could still be opened in older versions, potentially resulting in crashes due to unsupported data.

Opening a branch which has been migrated to a newer version than supported will now always report an error.

CSD-5210

 

When a login action fails with a 500 Internal Server Error it may happen that a confusing error message with "OK" is being shown.

The error message no longer falls back to the HTTP's status text, which may be unavailable e.g. for HTTP/2 connections. Instead, it shows that an unknown error occurred.

BQ-22726

Java Runtime

The RabbitMq SSL default properties are ignored, which causes SSL connections to be disabled when the SSL enabled property is set to true.

SSL default properties are now used properly, so a SSL connections in RabbitMq will be enabled when the default SSL enabled property is set to true.

BQ-22693

Gateway

CVE-2024-29025 affects Blueriq Security Gateway.

Manually set Netty dependency to version 4.1.108.Final

CSD-5190

 

Table cell contents of AQ_InstanceList would inadvertently have a single presentation style with the instance's GUID, regardless of the modeled presentation style. Additionally, containers of type AQ_FileDownload would never reflect their modeled presentation styles.

The table cell content now has its originally modelled presentation style. AQ_FileDownload also reflects its modeled presentation styles as expected.

  • No labels