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

Identifier

Component

Issue

Solution

BQ-13441

JAVA Runtime

CVE-2021-37714 was reported on the org.jsoup library which is used by the Runtime.

jsoup was updated to a newer version without the CVE.

BQ-13431

 

When merging two branches in Studio, the history screen may fail to show the merge revisions if they are committed within less time than the number of hours offset from UTC. This prevented the ability to actually merge, as you need to select a merge revision to complete the merge.

Revision dates are now consistently processed in UTC, enabling accurate filtering of revisions.

CSD-3830

versionmanagement

Merging branches in Studio could fail when an element had been renamed.

The failure that occurred when renaming an element has been resolved, allowing the merge to succeed.

CSD-3824

JAVA Runtime

The reverse proxy which is configured by default when using the Blueriq Installer, didn't pass the right headers for https to work.

Added the header to the reverse proxy configuration for IIS when installing Blueriq with the installer.

BQ-13240

 

When the H2 console is enabled and the path to its properties directory contains spaces, property files may be saved in a directory where '%20' is used instead of real spaces

Replace '%20' by real spaces for the H2 console properties directory

CSD-3786

JAVA Runtime

When performing a reload session/project in the development toolbar an error could be shown that an entity instance with a particular id could not be found (anymore)

All entity instances will be properly refreshed after a reload session/project is performed

  • No labels