Skip to content

Karaf feature 'camel-cxf' should not force loading of 'http-whiteboard' #755

Description

@lichtin

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions