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/02/25 06:18:25 UTC

[camel] branch exchange-factory2 updated (d892b67 -> db28636)

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

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


    from d892b67  CAMEL-16222: camel-core - ExchangeFactory SPI to allow to use exchange pooling
     add ec2a18d  CAMEL-16222: camel-core - ExchangeFactory SPI to allow to use exchange pooling
     add db28636  CAMEL-16222: camel-core - ExchangeFactory SPI to allow to use exchange pooling

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/spi/ExchangeFactory.java   |  2 +-
 .../camel/impl/engine/DefaultExchangeFactory.java    | 20 ++++++++++++++++----
 .../camel/impl/engine/PooledExchangeFactory.java     |  9 +--------
 .../api/management/mbean/CamelOpenMBeanTypes.java    |  8 ++++----
 .../mbean/ManagedExchangeFactoryManager.java         |  6 ++++--
 .../org/apache/camel/support/DefaultConsumer.java    |  1 +
 6 files changed, 27 insertions(+), 19 deletions(-)