This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch exchange-factory in repository https://gitbox.apache.org/repos/asf/camel.git.
from f9e6e97 CAMEL-16222: PooledExchangeFactory experiment new daa8797 CAMEL-16222: PooledExchangeFactory experiment new 3172229 CAMEL-16222: PooledExchangeFactory experiment new f0f826d CAMEL-16222: PooledExchangeFactory experiment The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../component/netty/http/NettyHttpEndpoint.java | 32 ----------------- .../component/netty/http/NettyHttpMessage.java | 19 ++++++++-- .../http/handlers/HttpServerChannelHandler.java | 30 ++++++++++++++++ ...java => NettyHttpSimplePooledExchangeTest.java} | 40 +++++++++++++++------- .../netty/DefaultServerInitializerFactory.java | 1 - .../camel/component/netty/NettyEndpoint.java | 10 +----- .../netty/handlers/ServerChannelHandler.java | 11 +++++- ... => NettyTextlineInOnlyPooledExchangeTest.java} | 28 +++++++-------- 8 files changed, 99 insertions(+), 72 deletions(-) copy components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/{NettyHttpAccessHttpRequestBeanTest.java => NettyHttpSimplePooledExchangeTest.java} (58%) copy components/camel-netty/src/test/java/org/apache/camel/component/netty/{NettyTextlineInOnlyTest.java => NettyTextlineInOnlyPooledExchangeTest.java} (72%)