You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/01/03 20:50:21 UTC

[camel] branch regen_bot updated (8d900ab -> 06aba06)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 8d900ab  Delete StringHelper#replaceAll and use String#replace instead as it is much faster from Java 11 onward.
     add 740c8eb  CAMEL-17296: Deprecate stopOnAggregateException (#6625)
     add 87bb274  Regen
     add 06aba06  Regen for commit 87bb274274ddbffb543260f32be3f72602712fc2

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/models/multicast.json |  2 +-
 .../apache/camel/catalog/models/recipientList.json |  2 +-
 .../org/apache/camel/catalog/models/split.json     |  2 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 24 +++++++------------
 .../main/java/org/apache/camel/RecipientList.java  |  7 +++---
 .../org/apache/camel/model/multicast.json          |  2 +-
 .../org/apache/camel/model/recipientList.json      |  2 +-
 .../resources/org/apache/camel/model/split.json    |  2 +-
 .../apache/camel/model/MulticastDefinition.java    | 16 ++++++++-----
 .../camel/model/RecipientListDefinition.java       | 15 ++++++++----
 .../org/apache/camel/model/SplitDefinition.java    | 25 ++++++++++++-------
 .../DefaultAnnotationBasedProcessorFactory.java    |  1 -
 .../apache/camel/processor/MulticastProcessor.java | 18 +-------------
 .../org/apache/camel/processor/RecipientList.java  | 12 +---------
 .../camel/processor/RecipientListProcessor.java    |  5 ++--
 .../java/org/apache/camel/processor/Splitter.java  | 28 ++--------------------
 .../org/apache/camel/reifier/MulticastReifier.java |  4 +---
 .../apache/camel/reifier/RecipientListReifier.java |  2 --
 .../org/apache/camel/reifier/SplitReifier.java     |  5 ++--
 ...thAggregationStrategyThrowingExceptionTest.java |  8 +++++--
 ...thAggregationStrategyThrowingExceptionTest.java |  8 +++++--
 ...thAggregationStrategyThrowingExceptionTest.java |  8 +++++--
 22 files changed, 82 insertions(+), 116 deletions(-)