This is an automated email from the ASF dual-hosted git repository.
apupier pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from b7b1a5bc173c Bump org.hibernate.validator:hibernate-validator
new 8e781863ab13 CAMEL-24941: camel-core - Aggregate EIP: check the closed
correlation key again under the lock
new 4cde7ce99276 CAMEL-24941: camel-core - Make the new test class
package-private
new 9d8866747c35 CAMEL-24941: camel-core - Assert that the producer
threads of the new test completed
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../processor/aggregate/AggregateProcessor.java | 5 +
.../AggregateClosedCorrelationKeyRaceTest.java | 222 +++++++++++++++++++++
2 files changed, 227 insertions(+)
create mode 100644
core/camel-core/src/test/java/org/apache/camel/processor/aggregator/AggregateClosedCorrelationKeyRaceTest.java