Versions Compared

Key

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

Identifier

Component

Issue

Solution

BQ-24170

Encore

The entity editor would not restore the scroll position of the attribute and relation lists when switching between views.

The scroll position is now restored as expected.

CSD-5706

Encore

Various dropdowns could be inadvertently clipped, preventing the ability to scroll.

Some dropdowns have been updated to be positioned in front of their container, avoiding the clipping issue.

BQ-24155

 


The default error exchange for the DCM Lists Service RabbitMQ connection had the wrong value.

It now references the right exchange.

BQ-24138

Encore

It was possible to model service and function calls in contract modules in Encore even though this is not allowed

Removed the ability to model service and function calls from contract modules in Encore

BQ-24084

Studio

An error could occur when importing certain Word documents.

The error has been addressed.

BQ-24079

 


When a retry event node is taken, the task lock is also removed.

The task lock is now kept so the retry can happen using the same task lock and happens immediately.

CSD-5650

Studio

The Studio server could incorrectly detect a cycle in process type restrictions, even if the structure of process types was not actually cyclic.

The cycle detection has been improved to avoid the false positive.

BQ-24064

 


In some setups, the AQ_MailService service call would always fail when trying to send an email because of missing runtime dependencies due to changes in third party libraries.

The AQ_MailService has been fixed by providing the right dependencies.

BQ-24056

Studio Backup Tool

CVE-2024-47554 was reported on a dependency (commons-io) of the Studio Backup Tool

The dependency has been updated to the latest version, which contains a fix for the CVE

CSD-5608

Encore

Various process validations were missing in Encore:

  • Nodes which are not connected to end nodes were not reported.
  • Process type which does not allow task implementation and does not contain any restrictions.
  • Subprocesses were always allowed to be placed regardless of the restrictions in the process type.
  • Tasks were always allowed to be placed in a process regardless of the allowed implementation of the process type.

All of these aspects are now validated in Encore, enabling feedback during modelling for situations that would be reported as error in the runtime

BQ-23739

Java Runtime

When using external flows the target runtime didn't get any notification upon closing the host session. This meant that when a session on the host runtime is closed, the target runtime external sessions weren't closed

Implemented a Listener which sends a notification to the target runtime when a host sessions gets closed