jamesnetherton commented on issue #7565: URL: https://github.com/apache/camel-quarkus/issues/7565#issuecomment-3139300737
There is something odd happening when using Gradle. Depdenencies that should only be active in dev mode are somehow present in test mode. If you configure your routes with Java then you can work around the issue by doing the following at the beginning of the `RouteBuilder` `configure` method: ```java getContext().setManagementNameStrategy(new DefaultManagementNameStrategy(getCamelContext())); ``` -- 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]
