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 13:36:45 UTC

[camel] branch pool updated (c8fa019 -> 7a72260)

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 c8fa019  CAMEL-16279: camel-core - Optimize core to reduce object allocations by pooloing reusable tasks in the routing engine.
     add 50b5101  CAMEL-16314: camel-core - Some components does not work well with pooled exchanges
     add 7a72260  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/reactive/streams/ReactiveStreamsConsumer.java  |  4 ++--
 .../reactor/engine/ReactorStreamsServiceTestSupport.java     |  5 +++++
 .../rxjava/engine/RxJavaStreamsServiceTestSupport.java       |  5 +++++
 .../component/yammer/YammerMessageAndUserRouteTest.java      |  7 -------
 .../org/apache/camel/impl/engine/PooledExchangeFactory.java  | 12 ++++++++----
 5 files changed, 20 insertions(+), 13 deletions(-)