You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Pavel Grushetzky (JIRA)" <ji...@apache.org> on 2010/12/17 22:50:00 UTC

[jira] Created: (CAMEL-3439) Improve period DSL

Improve period DSL
------------------

                 Key: CAMEL-3439
                 URL: https://issues.apache.org/jira/browse/CAMEL-3439
             Project: Camel
          Issue Type: Improvement
          Components: camel-scala
            Reporter: Pavel Grushetzky
            Priority: Minor


* Support more time units - milliseconds to weeks
* Allow mixed units in period spec: 3 hours 20 minutes 30 seconds
* Internally remove/minimize duplication, so that units and relevant transformations are defined in one place. Current codebase has these in
  - Period
  - RichInt
  - Frequency
  - SDelayDefinition
  - SThrottleDefinition


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-3439) Improve period DSL

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

Pavel Grushetzky updated CAMEL-3439:
------------------------------------

    Attachment: period2_impl
                period1_tests

Attaching 2 parts of single patch:
1st is non-intrusive and adds spec to existing period-related DSL constructs
2nd one is enhancement itself

> Improve period DSL
> ------------------
>
>                 Key: CAMEL-3439
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3439
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-scala
>            Reporter: Pavel Grushetzky
>            Priority: Minor
>         Attachments: period1_tests, period2_impl
>
>
> * Support more time units - milliseconds to weeks
> * Allow mixed units in period spec: 3 hours 20 minutes 30 seconds
> * Internally remove/minimize duplication, so that units and relevant transformations are defined in one place. Current codebase has these in
>   - Period
>   - RichInt
>   - Frequency
>   - SDelayDefinition
>   - SThrottleDefinition

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.