jamesnetherton opened a new issue, #7473: URL: https://github.com/apache/camel-quarkus/issues/7473
The way the console extension currently works is that the `dev-console` services are only exposed if `quarkus.camel.console.enabled=true` or `camel.main.dev-console-enabled=true`. This is a problem for `cli-connector` because it attempts to get the `DevConsoleRegistry` and access the various consoles. Thus, features like `camel ps` via Camel JBang do not currently work for Camel Quarkus applications. So we should always make the `dev-console` services discoverable for 'internal' component usage. -- 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]
