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

Identifier

Component

Issue

Solution

CSD-3311

Runtime and Studio

When creating a project export or validating a project, an exception mentioning 'Value cannot be null' could occur.The issue causing the exception has been fixed.

CSD-3298

JAVA Runtime

When the database connection to the publisher-client database is lost the publisher-client keeps using that same connection. This causes massive amounts of errors since the publisher-client refreshes it projects every minute. 

Updated the mechanism to retrieve data from publisher-client databases to use a connection pool instead of keeping one single connection open.

CSD-3296

JAVA Runtime

Runtime would not allow local variables in decision table conditions.

Runtime will now allow local variables in decision table conditions.

CSD-3282

JAVA Runtime

Parts of the runtime are not serializable which throws errors when you use Redis to setup a multi node environment

identified the parts of the runtime that were not serializable and fixed this

CSD-3270

Material Theme

When a response came back from a FlowOnRefresh container, an "unknown" checkbox became an "false" or "unchecked" checkbox. This triggered the FlowOnRefresh containers where the checkboxes were in.

Include a new version of @blueriq/angular which prevents triggering on checkbox changes between empty and false. Additionally, several dependencies have been updated.

  • No labels