ivan-ra commented on PR #634:
URL: https://github.com/apache/camel-karaf/pull/634#issuecomment-3395168702

   may be makes sense to add capability element to this feature:
   ```
                <capability> cxf.http.provider;name=cxf</capability>
   ```
   and add similar feature with undertow transport
   ```
        <feature name="camel-cxf-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&amp;Import-Package=*</bundle>
                <capability> cxf.http.provider;name=undertow </capability>
        </feature>
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to