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

1. Bug fixes

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

2. Upgrade Instructions

There are no specific upgrade instructions for this release.

As a best practice

  • backup your repository
  • backup your database before running scripts
  • backup your spring.config.additional-location directory ([Blueriq installation directory]\Runtime)
  • backup any config files you have altered under [Blueriq installation directory]\Services

before you start the upgrade.

3. Artifacts

 The Blueriq artifacts are available under name: 13.13.4.3704

4. Aquima Libraries

There are no changes to the Aquima Libraries for this release.

5. Known issues

For an overview of known issue please refer to: Known issues

6. Libraries

In this release, the set of third party libraries that is used by Blueriq was updated. When your installation of Blueriq includes custom components (artifacts that do not ship with Blueriq, such as proprietary plugins), those components should be tested for compatibility with these changes.

ArtifactId

GroupId

License

Version in 1

Version in 2

jsoup

org.jsoup

MIT License

1.13.1

1.14.2



  • No labels