aenevala commented on issue #605: URL: https://github.com/apache/camel-karaf/issues/605#issuecomment-2830099322
I think this is fixed along with #618 . At least I could do this without any problems: ``` karaf@root()> feature:install http webconsole camel-jetty camel-cxf karaf@root()> feature:list -r Name │ Version │ Required │ State │ Repository │ Description ────────────┼─────────────────┼──────────┼─────────┼───────────────────────┼─────────────────────────────────────────────────── camel-cxf │ 4.10.4.SNAPSHOT │ x │ Started │ camel-4.10.4-SNAPSHOT │ camel-jetty │ 4.10.4.SNAPSHOT │ x │ Started │ camel-4.10.4-SNAPSHOT │ ... http │ 8.0.30 │ x │ Started │ standard-4.4.7 │ Transition feature for backward compatibility ... webconsole │ 4.4.7 │ x │ Started │ standard-4.4.7 │ Base support of the Karaf WebConsole ``` -- 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]
