Versions Compared

Key

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

Identifier

Component

Issue

Solution

BQ-24335

 


CVE-2024-38821 was detected on spring-security-web

Upgraded the spring security libraries to the latest version

CSD-5755

Encore

Containers without container type could silently have parameters without them being used. Similarly for containers where its container type has disabled containment, yet containment could still be present in a container.

These situations will now be surfaced through validation errors in Encore. Note that this does not prevent creating project exports, but it is recommended to remove the obsolete parameters and/or containments.

BQ-24105

 


The Runtime would throw a generic RuntimeException when failing to start a task due to a caselock. This would result in a failed event in the maintenance app instead of a delayed event.

The Runtime now throws a specific LockAlreadyExistsException which enables the maintenance app to actually save the resulting message as a delayed event

CSD-5654

 


Automated tasks did not have an icon indicating their automated status.

Automated task icon has been added.

CSD-5604

 

CSD-5603

 


The default mail connection configured via properties conflicted with mail connections when provided by another ConnectionManager. For example when you created your own AquimaConnectionManager or AquimaConnection.

When creating a default mail connection we mark it as default, so it will not conflict anymore with unique mail connections provided from other ConnectionManagers