You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/03/08 09:28:11 UTC

[camel] branch pool updated (5c75606 -> 23de2f8)

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

davsclaus pushed a change to branch pool
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 5c75606  CAMEL-16279: camel-core - Optimize core to reduce object allocations by pooloing reusable tasks in the routing engine.
     add ef5d5d8  CAMEL-16279: camel-core - Optimize core to reduce object allocations by pooloing reusable tasks in the routing engine.
     add a40dff6  CAMEL-16279: camel-core - Optimize core to reduce object allocations by pooloing reusable tasks in the routing engine.
     add 75a116b  CAMEL-16314: camel-core - Some components does not work well with pooled exchanges
     add 23de2f8  CAMEL-16314: camel-core - Some components does not work well with pooled exchanges

No new revisions were added by this update.

Summary of changes:
 .../component/jetty/CamelContinuationServlet.java  |  4 +-
 .../component/jms/EndpointMessageListener.java     | 12 +----
 .../camel/impl/engine/SimpleCamelContext.java      |  2 +-
 .../errorhandler/RedeliveryErrorHandler.java       | 55 +++++++++++++++-------
 4 files changed, 42 insertions(+), 31 deletions(-)