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 2021/03/09 09:02:20 UTC

[camel] branch regen_bot updated (3e2c440 -> 8782c79)

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 3e2c440  Sync deps
     add ee5a18c  CAMEL-16279: camel-core - Optimize core to reduce object allocations by pooloing reusable tasks in the routing engine.
     add 5d7087a  Escape # with +
     add 8782c79  Regen

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/spi/ExchangeFactory.java |  5 --
 .../org/apache/camel/spi/PooledObjectFactory.java  |  5 ++
 ...gy.java => CamelInternalPooledTaskFactory.java} | 29 ++++----
 .../camel/impl/engine/CamelInternalProcessor.java  | 79 ++++++++++++++++++----
 .../camel/impl/engine/CamelInternalTask.java}      | 14 ++--
 .../camel/impl/engine/PooledExchangeFactory.java   | 35 ----------
 .../java/org/apache/camel/processor/Pipeline.java  | 15 ++++
 core/camel-main/src/main/docs/main.adoc            |  2 +-
 .../camel/main/DefaultConfigurationConfigurer.java |  2 +-
 .../camel/support/PooledObjectFactorySupport.java  | 17 ++++-
 .../support/PrototypeObjectFactorySupport.java     |  5 ++
 docs/components/modules/others/pages/main.adoc     |  2 +-
 12 files changed, 132 insertions(+), 78 deletions(-)
 copy core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/{ExplicitCamelContextNameStrategy.java => CamelInternalPooledTaskFactory.java} (57%)
 copy core/{camel-core-processor/src/main/java/org/apache/camel/processor/PooledExchangeTask.java => camel-base-engine/src/main/java/org/apache/camel/impl/engine/CamelInternalTask.java} (82%)