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

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.

  • No labels