You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Igor Drobiazko (JIRA)" <ji...@apache.org> on 2011/08/24 22:04:29 UTC

[jira] [Created] (TAP5-1617) PeriodicExecutor should support CRON expressions

PeriodicExecutor should support CRON expressions
------------------------------------------------

                 Key: TAP5-1617
                 URL: https://issues.apache.org/jira/browse/TAP5-1617
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-ioc
    Affects Versions: 5.3
            Reporter: Igor Drobiazko


It would be awesome to schedule jobs using CRON expressions like:

"0 0/5 * * * ?"
"0 30 10-13 ? * WED,FRI"

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1617) PeriodicExecutor should support CRON expressions

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13107452#comment-13107452 ] 

Hudson commented on TAP5-1617:
------------------------------

Integrated in tapestry-trunk-freestyle #531 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/531/])
    TAP5-1617: Removed unused Quartz code.

drobiazko : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1172286
Files : 
* /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/services/cron/CronExpression.java


> PeriodicExecutor should support CRON expressions
> ------------------------------------------------
>
>                 Key: TAP5-1617
>                 URL: https://issues.apache.org/jira/browse/TAP5-1617
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> It would be awesome to schedule jobs using CRON expressions like:
> "0 0/5 * * * ?"
> "0 30 10-13 ? * WED,FRI"

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TAP5-1617) PeriodicExecutor should support CRON expressions

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko reassigned TAP5-1617:
------------------------------------

    Assignee: Igor Drobiazko

> PeriodicExecutor should support CRON expressions
> ------------------------------------------------
>
>                 Key: TAP5-1617
>                 URL: https://issues.apache.org/jira/browse/TAP5-1617
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> It would be awesome to schedule jobs using CRON expressions like:
> "0 0/5 * * * ?"
> "0 30 10-13 ? * WED,FRI"

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1617) PeriodicExecutor should support CRON expressions

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13090528#comment-13090528 ] 

Hudson commented on TAP5-1617:
------------------------------

Integrated in tapestry-trunk-freestyle #495 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/495/])
    TAP5-1617: PeriodicExecutor should support CRON expressions. Borrowed some code from quartz scheduler (Still some cleanup of unused code needed).

drobiazko : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1161274
Files : 
* /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/services/cron/CronSchedule.java
* /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/services/cron/CronExpression.java
* /tapestry/tapestry5/trunk/tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/internal/services/cron/CronExpressionTest.java
* /tapestry/tapestry5/trunk/tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/services/cron/CronScheduleTest.java
* /tapestry/tapestry5/trunk/tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/internal/services/cron
* /tapestry/tapestry5/trunk/tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/services/cron


> PeriodicExecutor should support CRON expressions
> ------------------------------------------------
>
>                 Key: TAP5-1617
>                 URL: https://issues.apache.org/jira/browse/TAP5-1617
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> It would be awesome to schedule jobs using CRON expressions like:
> "0 0/5 * * * ?"
> "0 30 10-13 ? * WED,FRI"

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1617) PeriodicExecutor should support CRON expressions

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13107452#comment-13107452 ] 

Hudson commented on TAP5-1617:
------------------------------

Integrated in tapestry-trunk-freestyle #531 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/531/])
    TAP5-1617: Removed unused Quartz code.

drobiazko : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1172286
Files : 
* /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/services/cron/CronExpression.java


> PeriodicExecutor should support CRON expressions
> ------------------------------------------------
>
>                 Key: TAP5-1617
>                 URL: https://issues.apache.org/jira/browse/TAP5-1617
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> It would be awesome to schedule jobs using CRON expressions like:
> "0 0/5 * * * ?"
> "0 30 10-13 ? * WED,FRI"

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TAP5-1617) PeriodicExecutor should support CRON expressions

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko reassigned TAP5-1617:
------------------------------------

    Assignee: Igor Drobiazko

> PeriodicExecutor should support CRON expressions
> ------------------------------------------------
>
>                 Key: TAP5-1617
>                 URL: https://issues.apache.org/jira/browse/TAP5-1617
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> It would be awesome to schedule jobs using CRON expressions like:
> "0 0/5 * * * ?"
> "0 30 10-13 ? * WED,FRI"

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TAP5-1617) PeriodicExecutor should support CRON expressions

Posted by "Howard M. Lewis Ship (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1617.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3
    
> PeriodicExecutor should support CRON expressions
> ------------------------------------------------
>
>                 Key: TAP5-1617
>                 URL: https://issues.apache.org/jira/browse/TAP5-1617
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>             Fix For: 5.3
>
>
> It would be awesome to schedule jobs using CRON expressions like:
> "0 0/5 * * * ?"
> "0 30 10-13 ? * WED,FRI"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TAP5-1617) PeriodicExecutor should support CRON expressions

Posted by "Howard M. Lewis Ship (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1617.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3
    
> PeriodicExecutor should support CRON expressions
> ------------------------------------------------
>
>                 Key: TAP5-1617
>                 URL: https://issues.apache.org/jira/browse/TAP5-1617
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>             Fix For: 5.3
>
>
> It would be awesome to schedule jobs using CRON expressions like:
> "0 0/5 * * * ?"
> "0 30 10-13 ? * WED,FRI"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1617) PeriodicExecutor should support CRON expressions

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13090528#comment-13090528 ] 

Hudson commented on TAP5-1617:
------------------------------

Integrated in tapestry-trunk-freestyle #495 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/495/])
    TAP5-1617: PeriodicExecutor should support CRON expressions. Borrowed some code from quartz scheduler (Still some cleanup of unused code needed).

drobiazko : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1161274
Files : 
* /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/services/cron/CronSchedule.java
* /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/services/cron/CronExpression.java
* /tapestry/tapestry5/trunk/tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/internal/services/cron/CronExpressionTest.java
* /tapestry/tapestry5/trunk/tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/services/cron/CronScheduleTest.java
* /tapestry/tapestry5/trunk/tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/internal/services/cron
* /tapestry/tapestry5/trunk/tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/services/cron


> PeriodicExecutor should support CRON expressions
> ------------------------------------------------
>
>                 Key: TAP5-1617
>                 URL: https://issues.apache.org/jira/browse/TAP5-1617
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> It would be awesome to schedule jobs using CRON expressions like:
> "0 0/5 * * * ?"
> "0 30 10-13 ? * WED,FRI"

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira