ivan-ra commented on issue #607: URL: https://github.com/apache/camel-karaf/issues/607#issuecomment-2765714573
> In our integration test, we use undertow for the transport https://github.com/apache/camel-karaf/blob/main/tests/features/camel-cxf/src/test/java/org/apache/karaf/camel/itest/CamelCxfITest.java#L104-L105. I would recommend avoiding jetty for all conflicts you could get with it. Thx for idea, this custom feature works fine, even with camel 4.8.5: ``` <feature name="camel-cxf-http-undertow" version="${cxf-version}"> <feature prerequisite="true">wrap</feature> <feature>camel-cxf</feature> <feature>camel-undertow</feature> <bundle start-level="40">wrap:mvn:org.apache.cxf/cxf-rt-transports-http-undertow/${cxf-version}$overwrite=merge&Import-Package=*</bundle> <capability> cxf.http.provider;name=undertow </capability> </feature> ``` Enough to play with camel-cxf routes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org