Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Identifier

Component

Issue

Solution

BQ-23569

Encore

Usages of flow events and process events from flows and task mappings may not be listed as a dependency.

Flow and process event usages in flows and task mappings will now show up as dependency. This also addresses incomplete rename operations for those elements.

CSD-5427

Java Runtime

AquimaSessionMap.getAvailableSessionIds(…) can cause a lot of “scan“ requests to Redis wich decrease performanceThe 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.