Aggregators Module Release Notes - Mule 4
Aggregators Module contains different types of aggregators that use a specified configuration to both store and release values. An aggregator scope is a component that collects those values until a specified condition is met, when it then executes a processor’s chain of components, with the list of aggregated elements as the payload.
1.1.2
October 16, 2024
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
OpenJDK |
8, 11, and 17 |
Fixed Issues
Issue Resolution | ID |
---|---|
The parent pom and internal dependencies are updated to fix vulnerabilities. |
W-14499059, W-14499057 |
1.1.1
July 5, 2024
What’s New
-
This connector is now compatible with Java 17.
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
OpenJDK |
8, 11, and 17 |
Fixed Issues
Issue Resolution | ID |
---|---|
The Spring Context and Spring Test are upgraded to 5.3.37. |
W-15241724 |
1.1.0
May 12, 2023
What’s New
-
The module now includes the new system properties
mule.aggregator.executor.delayForQuorum
andmule.aggregator.executor.failOnStartIfNoQuorum
. For more information, refer to the Aggregators Module Reference.
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
1.0.5
September 13, 2021
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Fixed Issues
Issue | ID |
---|---|
When restarting an aggregator listener, the registered listener did not unregister at startup. |
1.0.4
May 11, 2021
Fixed Issues
-
Fixed an issue that caused redeployments in CloudHub to show an
ObjectAlreadyExistsException
exception. (AMOD-8) -
Fixed an issue introduced in Aggregators Module 1.0.3 that caused applications using a persistent object store to crash with a
ClassCastException
exception during the update of the module version. (AMOD-9)
1.0.3
March 30, 2021
Fixed Issues
Fixed an issue that caused the loss of messages when using the Aggregators Module inside of a Scatter-Gather or a For Each scope. (AMOD-5)
1.0.2
March 19, 2020
Fixed Issues
Aggregators Module did not have the stereotype required to properly look up the relationship that an aggregator source has to the aggregator by name. (MULE-17242)
1.0.1
March 8, 2019
Fixed Issues
-
Timeout aggregation executed even if the maxSize was reached. (MULE-16539)