You are viewing the documentation for Blueriq 14. Documentation for other versions is available in our documentation directory.
1. Bug fixes
Identifier |
Component |
Issue |
Solution |
---|---|---|---|
CSD-3947 |
JAVA Runtime |
When starting a child session via the AQ_StartProject service with a configured test path. The service calls in the started project's flow, which are before the first page, are not affected by the propagated test path. |
We have resolved the issue by copying the test configured test path onto the child's session before the flow is started. |
CSD-3943 |
JAVA Runtime |
The development dashboard won't display projects when two published models have the same export date. |
When two published models contain the same branch name and export date but different revision the new development dashboard was not able to distinguish them and it resulted into an error when loading the projects. This has been resolved. |
CSD-3946 |
|
A domain schema preview in Studio would fail if the target entity of a relation did not have the same capitalization as the entity's definition name. |
The target entity name of a relation is now used in a case-insensitive way. |
CSD-3941 |
JAVA Runtime |
Fields did not properly supported domains with invalid domain options |
Corrected the code to handle invalid domain options in the correct way |
CSD-3923 |
JAVA Runtime |
When reloading a project where the flow contains an active instance of a singleton entity, an instance id mismatch error is thrown. |
When reloading a project the previous state of the active sessions is transferred onto the newly created sessions. While transferring the profile, new singletons instances were created. Resulting in new instance ids for which causes the mismatch. This is resolved by reusing the old instance id, which was already the case for multiton instances. |
BQ-13195 |
|
For BAA(R)S endpoints that have a shortcut, the test path would always be read from the HTTP request, even in production mode. Test Paths are a development only feature. |
Test path properties will now be ignored when running Blueriq Runtime in Production Mode. |
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: 14.6.1.4186
This release includes these versions of Blueriq components with a separate life cycle:
Component |
Version |
---|---|
Customer Data Service | 3.4.1 |
DCM Lists Service | 1.4.1 |
Material Theme | 1.0.40 |
Development tools v2 | 1.1.0 |
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