jamesnetherton opened a new issue, #5506: URL: https://github.com/apache/camel-quarkus/issues/5506
### Bug description Something I noticed on the Camel 4.2.0 upgrade PR https://github.com/apache/camel-quarkus/pull/5501, is the removal of `DebugEnabledFromCamelMainPropertyTest`. Which is maybe due Camel 4.2.0 switching the debug property naming from `camel.main.debugging` to `camel.debug.enabled`. However, when trying to reinstate the test, there is some strangeness. Everything works ok when `quarkus.camel.debug.enabled = true` but not when `camel.debug.enabled = true`. The `CamelDebuggerFactory` is never loaded and thus the `JmxConnectorService` is not registered. -- 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]
