You are viewing the documentation for Blueriq 16. Documentation for other versions is available in our documentation directory.
Identifier |
Component |
Issue |
Solution |
---|---|---|---|
BQ-20806 |
Encore |
An inline container could be converted to a reusable container even if it had an invalid name. |
An inline container is now required to have a valid name before it can be converted to a reusable container. |
BQ-20788 |
Encore |
The AQ_AggregateCount and AQ_AggregateSearch services could have a horizontal scrollbar when there were no search criteria. |
The error message that reports that at least one criteria is required no longer causes undesirable scrollbars. |
BQ-20768 |
JAVA Runtime |
CVE-20873 was detected for spring boot |
Fixed by upgrading spring boot to the latest versions |
BQ-20747 |
Audit Consumer, Customer Data Service, DCM Dashboard, DCM Lists Service, Gateway, JAVA Runtime, Maintenance App |
CVE-2023-33201 detected for bouncy-castle lower than 1.73 |
upgraded to version 1.76 |
BQ-20591 |
Encore |
An error would be shown after opening the history tab for an unsaved element, which would try to retrieve a history for the element, which did not exist. |
History tab will no longer try to get the history for an unsaved element. |
BQ-20568 |
Encore |
When logging out, cancellation of the workspace subscription would be attempted. This was however not possible due to the user already being logged out. |
Logging out the user is now performed after the cancellation of the workspace subscription. |
CSD-4751 |
JAVA Runtime |
A session would sometimes not be written to Redis yet while retrieving it after a redirect. This happens if the legacy endpoints /server/start/* are used in combination with Redis and JBoss EAP. This only happens in JBoss due to a difference in the order of marking the request response as complete between Tomcat and JBoss. |
We now manually flush the session after session creation to make sure that the flush happens before the marking the request as finished. |