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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

1. Documentation

Documentation on the new features and improvements of this release is linked in the respective topics

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: 16.11.3.2365

This release includes these versions of Blueriq components with a separate life cycle:

Component

Version

Customer Data Service4.5.4
DCM Lists Service3.1.4
Material Theme1.3.3
Development tools frontend1.7.0
DCM Maintenance App4.1.6
Audit Consumer0.5.5
DCM Dashboard Service

1.1.4

Gateway Service0.4.6
Document Renderer2.2.0

4. Libraries

For this release there are no specific Library updates.

5. Retirement announcement

There are no specific retirement announcements.

For a full list of deprecated features, go to Deprecated features.

6. Bug fixes

Identifier

Component

Issue

Solution

CSD-5335

Studio

Importing a WSDL or XSD could fail if multiple schemas included the same schema file.

Duplicate schema includes are now handled as expected.

CSD-5334

Java Runtime

Query parameters and path segments added to an AQ_RestServiceClient call would not always be URL encoded properly, causing an error when the parameter value would contain special characters, like {, } and ".

This has been fixed. Special characters are now properly URL encoded

BQ-23151

Encore

The domain schema editor would not show errors reported for the "Hide root element" in the editor, only in the validation report.

The editor now shows validation messages for the "Hide root element" below the checkbox,

CSD-5291

Java Runtime

When starting a project with a shortcut and using a test path as query parameter, the main branch would still be started first and subsequent calls would use the test path branch.

When starting a project with a shortcut and using a test path as a query parameter, the version of the shortcut now gets overriden with the test path version.

CSD-5257

Encore

The condition expression of a condition node in a flow was not validated to not be empty, however this would report an error in the runtime project report.

Encore now also validated that the condition expression of a condition node is not empty.

CSD-5252

Encore

Large documents could be slow to open in Encore and require significant memory usage.

The document editor has been optimized to reduce opening times and memory usage.

CSD-5246

Encore

When a page or container ends up including the same flow event with different event types, a cryptic validation error would be reported by the Studio server, but Encore only reported this error for pages, not containers.

Encore now also reports the invalid situation for containers, as well as providing details to guide you to where the flow events have been modeled such that fixing the problem becomes much easier.

CSD-5226

Encore, Studio

When determining whether a value is valid according to the values in a value list, numeric values would only match if they had the exact same text. This meant that e.g. 0.0 was not valid if the value list contained 0.00. This could result in issues with unit tests, where the expected value was required to exactly match the evaluated value.

Encore has been updated to compare value list values according to the datatype. Additionally, unit tests no longer require that the expected value is exactly as evaluated, so differences in decimal points that are 0 no longer cause a test to fail.

7. Known issues

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


  • No labels