lichtin opened a new issue, #755:
URL: https://github.com/apache/camel-karaf/issues/755
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.
--
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]