You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/11/09 10:25:32 UTC

[camel] branch regen_bot updated (dab936c -> 7933604)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from dab936c  CAMEL-17121: converted camel-optaplanner for repeatable tasks.
     add 7933604  CAMEL-17121: fixed time+iteration bounded support for background tasks

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/support/task/BackgroundTask.java  | 12 +++++++
 .../apache/camel/support/task/budget/Budget.java   | 14 ++++++++
 .../camel/support/task/budget/IterationBudget.java | 14 --------
 .../task/budget/IterationTimeBoundedBudget.java    | 18 +++-------
 .../support/task/budget/TimeBoundedBudget.java     | 20 +++++++++++
 ...t.java => BackgroundIterationTimeTaskTest.java} | 40 ++++++++++++----------
 6 files changed, 71 insertions(+), 47 deletions(-)
 copy core/camel-support/src/test/java/org/apache/camel/support/task/{BackgroundTaskTest.java => BackgroundIterationTimeTaskTest.java} (82%)