This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 55ca107 CAMEL-13792 - Rename components to default names,
Camel-rxjava2 to camel-rxjava - Regen
new 05e545d Remove not used code
new ab8a08e CAMEL-6325: Add discardOnAggregationFailure option to
aggregate EIP
new c87b86f CAMEL-6325: Add discardOnAggregationFailure option to
aggregate EIP
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 | 62 ++++++---
.../src/main/docs/eips/aggregate-eip.adoc | 11 +-
.../src/main/docs/eips/serviceCall-eip.adoc | 2 +-
.../apache/camel/model/AggregateDefinition.java | 48 ++++++-
.../org/apache/camel/reifier/AggregateReifier.java | 8 ++
.../aggregator/AggregateDiscardOnFailureTest.java | 140 +++++++++++++++++++++
6 files changed, 248 insertions(+), 23 deletions(-)
create mode 100644
core/camel-core/src/test/java/org/apache/camel/processor/aggregator/AggregateDiscardOnFailureTest.java