You are viewing the documentation for Blueriq 14. Documentation for other versions is available in our documentation directory.
1. Enhancements
Enhancement | Details |
---|---|
Use the Lettuce Redis driver instead of Jedis, |
We encountered connection issues when connecting to Redis using the Jedis client library. These issues didn't occur when using the Lettuce client library, so we decided to replace Jedis with Lettuce. You shouldn't notice any change in behavior, except that Lettuce is more verbose in its logging, which can help when investigating Redis connection issues. |
2. Upgrade Instructions
The upgrade instructions for this release can be found here.
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: 14.11.18.5888
This release includes these versions of Blueriq components with a separate life cycle:
Component |
Version |
---|---|
Customer Data Service | 3.4.18 |
DCM Lists Service | 2.0.9 |
Material Theme | 1.0.55 |
Development tools frontend | 1.2.3 |
Document Renderer | 1.1.1 |
4. Aquima Libraries
There are no specific Library updates for this release.
5. 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.
6. Retirement announcement
There are no specific retirement announcements.
For a full list of deprecated features, go to Deprecated features.
7. Bug fixes
Identifier |
Component |
Issue |
Solution |
---|---|---|---|
CSD-4525, CSD-4398 |
versionmanagement |
Changing the entity of a relation, potentially though a rename of an entity, could cause failures during a merge operation |
Extended the solution for CSD-4398 to work correctly for relations. |
CSD-4494 |
JAVA Runtime |
In some cases, a connection with Redis would be reset and it would not be not reestablished. |
We changed the Redis client library from Jedis to Lettuce and this resolves the issue. |
8. Known issues
For an overview of known issue please refer to: Known issues