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 2023/10/19 05:31:43 UTC

[camel] branch regen_bot updated (03369ce25e7 -> 50ec2d6a150)

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 03369ce25e7 CAMEL-20010 (#11759)
     add 50ec2d6a150 (chores) camel-core: reduce method size to force inlining

No new revisions were added by this update.

Summary of changes:
 .../camel/impl/engine/CamelInternalProcessor.java  | 151 ++++++++++++---------
 .../camel/impl/engine/DefaultReactiveExecutor.java |  88 +++++++-----
 .../impl/engine/DefaultStreamCachingStrategy.java  |  58 ++++----
 .../impl/engine/SharedCamelInternalProcessor.java  | 116 +++++++++-------
 .../camel/impl/engine/StreamCachingHelper.java     |  27 ++--
 .../errorhandler/RedeliveryErrorHandler.java       |  60 ++++----
 .../camel/main/MainDurationEventNotifier.java      |  66 +++++----
 .../org/apache/camel/support/ExchangeHelper.java   |  83 ++++++-----
 .../org/apache/camel/support/MessageSupport.java   |  11 +-
 .../org/apache/camel/support/UnitOfWorkHelper.java |  27 ++--
 10 files changed, 396 insertions(+), 291 deletions(-)