You are viewing the documentation for Blueriq 15. Documentation for other versions is available in our documentation directory.
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: 15.13.30.2545
This release includes these versions of Blueriq components with a separate life cycle:
Component |
Version |
---|---|
Customer Data Service | 4.1.18 |
DCM Lists Service | 2.4.13 |
Material Theme | 1.1.11 |
Development tools frontend | 1.5.6 |
DCM Maintenance App | 2.1.32 |
Audit Consumer | 0.1.19 |
DCM Dashboard Service | 0.1.14 |
Gateway Service | 0.1.21 |
Document Renderer | 1.1.3 |
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-5427 |
Java Runtime |
AquimaSessionMap.getAvailableSessionIds(…) can cause a lot of “scan“ requests to Redis wich decrease performance | The AquimaSessionMap.getAvailableSessionIds(…) now uses the "keys" method which should be faster in this particular case. |
CSD-5389 |
Java Runtime |
There was a difference in the behavior of the old StartController and the new (JSON) StartController, which lead to unexpected behavior when switching from the built-in theme to a hosted theme. |
The workings of the StartControllers has been corrected to match again. |
CSD-5328 |
Java Runtime |
An exception is not caught when the Redis CONFIG command is not enabled, resulting in the runtime to not start. |
This issue has been resolved and added to our automated tests. |
7. Known issues
For an overview of known issue please refer to: Known issues