This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch exchange-factory in repository https://gitbox.apache.org/repos/asf/camel.git
commit 4e1a7d3a2c47ba9ed10627ddf097be19c4d4d31a Author: Claus Ibsen <[email protected]> AuthorDate: Sat Feb 20 16:30:27 2021 +0100 CAMEL-16222: PooledExchangeFactory experiment --- .../camel-api/src/main/java/org/apache/camel/spi/ExchangeFactory.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/camel-api/src/main/java/org/apache/camel/spi/ExchangeFactory.java b/core/camel-api/src/main/java/org/apache/camel/spi/ExchangeFactory.java index 34ef0cf..9bc469f 100644 --- a/core/camel-api/src/main/java/org/apache/camel/spi/ExchangeFactory.java +++ b/core/camel-api/src/main/java/org/apache/camel/spi/ExchangeFactory.java @@ -35,10 +35,6 @@ import org.apache.camel.Exchange; */ public interface ExchangeFactory { - // TODO: release from extended exchange without onCompletion (overhead) - // TODO: reuse unit of work (expensive to create) - // TODO: release via DoneUoW in less expensive way - /** * Service factory key. */
