aldettinger commented on pull request #3430: URL: https://github.com/apache/camel-quarkus/pull/3430#issuecomment-1003978608
Hello @erayerdem and many thanks for stepping in. From the [camel documentation](https://camel.apache.org/components/3.14.x/cron-component.html), the cron component is just a generic interface component. An implementation should be selected, I wonder if it is safe to assume that it will always be quartz ? Also, note that the doc files are generated. Given that, I wonder whether it would be a good idea to add the `src/main/doc` directly in the cron extension, for instance as it was done in the [xslt extension](https://github.com/apache/camel-quarkus/blob/main/extensions/xslt/runtime/src/main/doc/configuration.adoc). There we could have a doc describing that a cron implementation need to be chosen, for instance quartz ? -- 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]
