You are viewing the documentation for Blueriq 16. Documentation for other versions is available in our documentation directory.
Identifier | Component | Issue | Solution |
---|---|---|---|
CSD-4972 | Encore | The element history would fail to load for elements that contain the name "Keycloak" due to an incorrect IIS rewrite rule. | The rewrite rule has been adjusted in IIS to avoid a redirect to Keycloak's administation page, allowing the element history to load properly again. |
CSD-4963 | runtime | Traces messages containing properties with a null value cannot be consumed and result an error. | Trace messages containing properties with a null value can now safely be consumed and no longer result in an error. |
BQ-21359 | CVE-2023-46120 affecting spring-rabbit:2.4.15 and lower was detected. | For Blueriq versions 14 up until version 16 we updated the dependency to 5.18.0. For older versions please upgrade to a supported version. | |
BQ-21243 | The DCM Dashboard reverse proxy configuration did not properly rewrite URLs for Blueriq Forms applications. | Updated the rewrite in the DCM Dashboard reverse proxy configuration to support Blueriq Forms applications (see upgrade instructions). | |
CSD-4936 | JAVA Runtime | The runtimeConfiguration endpoint in the Development Tools API would respond with an HTTP 500 status when no config location was set. | The runtimeConfiguration endpoint in the Development Tools API will now work as expected when no config location is set. |
BQ-21122 | Encore | Unknown value in decision table is displayed as an error in Studio, but not in Encore | Studio uses strict equality, whilst Encore uses assignability. This is a correct change, which is why assigning an attribute to unknown still compiles. The related runtime warning has been removed, because the described Runtime behavior was incorrect |