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:28:00 UTC

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

Claus Ibsen created CAMEL-13291:
-----------------------------------

             Summary: 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
             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)