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



1.  New

1.1. WS-Security

WS-Security is an extension to the SOAP standard which adds security related features to SOAP messages. This enables messages to be (partially) encrypted and decrypted, their content signed using a digital signature and/or timestamped, in order to guard against request tampering and replay attacks of SOAP messages. Blueriq provides support for this standard in both its exposed SOAP services (using Blueriq as a Service) and the AQ_SoapServiceClient service call, allowing you to achieve end-to-end security for all SOAP processing.





On this page:

2. Enhancements

EnhancementDetails
Manage delayed events in the DCM Maintenance App

When an event fails because a case is locked, it is parked to wait on a signal when the case is unlocked.

The DCM Maintenance App can now show these delayed events and allows an administrator to execute

actions on these events, such as retry them manually.


3. Upgrade Instructions

Please refer to Release 14.9 Upgrade Instructions.

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.

4. Artifacts

 The Blueriq artifacts are available under name: 14.9.0.4476

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

Component

Version

Customer Data Service3.4.9
DCM Lists Service1.4.7
Material Theme1.0.41

5. Aquima Libraries

There are no specific Library updates for this release.

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

14.8

14.9

file-specs-java

org.jfrog.filespecs

Apache License 2.0

(error)

1.1.1

artifactory-java-client-api

org.jfrog.artifactory.client

Apache License 2.0

2.8.6

2.10.0

artifactory-java-client-httpClient

org.jfrog.artifactory.client

Apache License 2.0

2.8.6

2.10.0

artifactory-java-client-services

org.jfrog.artifactory.client

Apache License 2.0

2.8.6

2.10.0

h2

com.h2database

Eclipse Public License - v 1.0

2.0.206

2.1.210

7. Retirement announcement

There are no specific retirement announcements.

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

8. Bug fixes

Identifier

Component

Issue

Solution

BQ-14857

Runtime

DCM_TaskList would not use the default ordering as defined in Studio.

DCM_TaskList now passes the default sorting as defined in Studio to the frontend.
Note that in the Material Theme, due to limitations of the framework used to create the task list, only the first column with a sorting is actually used.

BQ-14856

Runtime, Customerdata

CVE-2022-23221 is reported on the H2 library that we use

H2 is updated to the latest version in which the CVE has been fixed. Note that H2 is only used in the development-tools, which are not meant for production.

BQ-14850

Runtime, DCM Lists

The assignee column in the DCM_WorkList was not filled, even if there was an assignee.

The DCM List Service and Runtime have been updated to show the assignee.

CSD-3985

Runtime

Editing a boolean value corresponding with a boolean value list in Studio would incorrectly be case-sensitive.

Studio now consistently treats boolean values as capitalized, resolving the issue.

9. Known issues

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