You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2019/03/05 11:33:00 UTC

[jira] [Resolved] (CAMEL-13291) camel-quartz - Allow to configure cron parameter with spaces

     [ 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)