nicolaferraro commented on issue #1939: URL: https://github.com/apache/camel-k/issues/1939#issuecomment-765560895
Found it! Catalog contains both: ``` camel-k-cron: groupId: org.apache.camel.k artifactId: camel-k-cron schemes: - id: cron http: false passive: false ``` And ``` camel-quarkus-cron: groupId: org.apache.camel.quarkus artifactId: camel-quarkus-cron schemes: - id: cron http: false passive: false javaTypes: - org.apache.camel.component.cron.CronComponent ``` So depending on the status of some butterflies, the right component gets loaded. I think `camel-quarkus-cron` is the right one, the other is part of the cron capability. Opening issue in the runtime. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org