Karaf feature 'camel-cxf' should not force loading of 'http-whiteboard'
<feature name="camel-cxf" start-level="50" version="4.18.4">
<feature version="[4.18,4.19)">camel-blueprint</feature>
<feature version="[4.18,4.19)">camel-spring</feature>
<feature version="[2,3)">jakarta-annotation</feature>
<feature version="[6,7)">jakarta-servlet</feature>
<feature>http-whiteboard</feature> <=======
'http-whiteboard' refers to Pax-Web which ultimately starts a servlet-supporting Jetty server.
However this seems an unnecessary coupling and should imho be removed from the 'camel-cxf' feature.
To compare this with 'camel-http' feature, this feature does not explicitly start a web server.
Karaf feature 'camel-cxf' should not force loading of 'http-whiteboard'
'http-whiteboard' refers to Pax-Web which ultimately starts a servlet-supporting Jetty server.
However this seems an unnecessary coupling and should imho be removed from the 'camel-cxf' feature.
To compare this with 'camel-http' feature, this feature does not explicitly start a web server.