[
https://issues.apache.org/jira/browse/CAMEL-9228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14962360#comment-14962360
]
Thomas Diesler commented on CAMEL-9228:
---------------------------------------
Client.connect(...) needs a ByteBufferPool. The above mentioned
XnioByteBufferPool adapts a Pool<ByteBuffer> to a ByteBufferPool without its
own resource allocation. That it lives in a undertow server package, may be a
little confusing, but has no technical consequences afaics because it comes
from undertow-core jar anyway. I's say this ok (i.e. an implementation detail).
Duplicating this adapter in the camel-undertow component does not make it
better.
> Update to undertow-1.3.0
> ------------------------
>
> Key: CAMEL-9228
> URL: https://issues.apache.org/jira/browse/CAMEL-9228
> Project: Camel
> Issue Type: Task
> Components: camel-undertow
> Reporter: Thomas Diesler
> Fix For: 2.17.0
>
>
> Needed for WildFly-Camel integration with WildFly-10
> CrossRef: https://github.com/wildfly-extras/wildfly-camel/issues/903
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)