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 080ad19 CAMEL-10456: Restoring old TCCL should store old value regardless if it was null, as otherwise it can leak changing the TCCL. new 3e4cf07 CAMEL-10533: AggregateController - Add forceDiscardOfGroup method new 4fdd73f CAMEL-10533: AggregateController - Add forceDiscardOfGroup method The 2 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/AggregateController.java | 15 +++++ .../processor/aggregate/AggregateProcessor.java | 78 +++++++++++++++++++++- .../aggregate/AggregateProcessorStatistics.java | 5 ++ .../aggregate/DefaultAggregateController.java | 17 +++++ .../aggregator/AggregateControllerTest.java | 63 ++++++++++++++++- .../mbean/ManagedAggregateProcessorMBean.java | 9 +++ .../mbean/ManagedAggregateProcessor.java | 23 +++++++ 7 files changed, 207 insertions(+), 3 deletions(-)