You are viewing the documentation for Blueriq 15. Documentation for other versions is available in our documentation directory.
Identifier | Component | Issue | Solution |
---|---|---|---|
BQ-16333 | JAVA Runtime | CVE-2022-30973 detected in Apache Tika | Upgraded to Apache Tika 1.28.3 |
CSD-4138 | Blueriq Encore | Decisiontables with inherited attributes only showed the base entity in Encore. | This has been fixed. |
CSD-4126 | Blueriq Studio | An error occurs when creating a branch with the same name as a tag | A branch with the same name as a tag can now be created as expected |
CSD-4111 | JAVA Runtime | When an external flow was called from with different contracts/contract versions on host and target runtime, the mapping from this contract could not be performed. But instead of throwing an exception, the external flow was started without the mapping being carried out. | If a mapping cannot be performed due to inconsistent contracts, throw an exception so the external flow is aborted. |
CSD-4053 | JAVA Runtime | Sending an invalid valuelist value to a BAARS resulted in a 500 http status code, which should be a 400 status code | When sending an invalid valuelist value to a BAARS it will now send a 400 http status code, with a message that contains the invalid field. |
CSD-4043 | JAVA Runtime | The | A new presentation style |
CSD-1849 | Blueriq Studio | Importing a branch/library/package export may result in modifications to text item nodes, where newlines have been dropped | The various exports are now imported without whitespace normalization to ensure that model data is treated the same after an export/import cycle |
BQ-16138 | JAVA Runtime | In DCM 2.0, when an error occurred when starting an automatic task, an error would be thrown. | This has been fixed. |