You are viewing the documentation for Blueriq 13. Documentation for other versions is available in our documentation directory.
1. Bug fixes
Identifier |
Component |
Issue |
Solution |
---|---|---|---|
CSD-3394 |
JAVA Runtime |
When receiving JSON, a BAARS service would not properly read unicode characters escaped with \u sequences, like \u20AC. |
This has been fixed. |
CSD-3397 |
JAVA Runtime |
When sending an invalid parameter with a start project request, an exception was thrown. This is correct behavior. However, the exception was thrown from code that obtained a lock, but the lock would not be released when the exception was thrown. This caused the runtime to hang when a new lock was acquired (as the other lock had not been released). |
When an exception is thrown, the obtained lock is released so the runtime can continue and report the exception back to the user. |
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: 13.5.1.1820
4. Aquima Libraries
There are no specific Aquima Library updates for this release.
5. Known issues
For an overview of known issue please refer to: Known issues