JiriOndrusek commented on issue #5028: URL: https://github.com/apache/camel-quarkus/issues/5028#issuecomment-1612901886
Default is true for CSB, unfirtunately for **plain Camel default is `false**`. Because users have to set routePolicy like in the [test](https://github.com/apache/camel/blob/main/components/camel-micrometer/src/test/java/org/apache/camel/component/micrometer/routepolicy/AbstractMicrometerRoutePolicyTest.java#L59). (Explanation in the [doc](https://camel.apache.org/components/3.20.x/micrometer-component.html#_using_micrometer_route_policy_factory) is `From Java you just add the factory to the CamelContext as shown below: context.addRoutePolicyFactory(new MicrometerRoutePolicyFactory());` Therefore CQ should default to false and ticket should be reported for CSB. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org