[
https://issues.apache.org/jira/browse/CAMEL-13291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-13291.
---------------------------------
Resolution: Implemented
Assignee: Claus Ibsen
Ah we have support for this already.
> camel-quartz - Allow to configure cron parameter with spaces
> ------------------------------------------------------------
>
> Key: CAMEL-13291
> URL: https://issues.apache.org/jira/browse/CAMEL-13291
> Project: Camel
> Issue Type: Improvement
> Components: camel-quartz2
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 3.0.0
>
>
> In the past we had to use + sign as separator in the cron
> {code}
> 0/2+*+*+*+*+?
> {code}
> We should support also using spaces, so its like text-book cron
> {code}
> 0/2 * * * * ?
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)