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:05:35 UTC

[camel] branch regen_bot updated (d70b2b6 -> be6fe39)

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 d70b2b6  Use latest Solr version for test-infra, the 8.10.1
     add e6d78d3  Upgrade Docker-java to version 3.2.12
     add 7901588  Sync deps
     add 50ba19c  (chores) camel-optaplanner: fixed typos in exception messages
     add dab936c  CAMEL-17121: converted camel-optaplanner for repeatable tasks.
     add 7933604  CAMEL-17121: fixed time+iteration bounded support for background tasks
     add be6fe39  CAMEL-17121: added support for timed tasks w/ unlimited duration

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                         |  2 +-
 .../component/optaplanner/OptaPlannerProducer.java | 69 ++++++++++++++--------
 .../apache/camel/support/task/BackgroundTask.java  | 26 ++++++--
 .../apache/camel/support/task/budget/Budget.java   | 14 +++++
 .../apache/camel/support/task/budget/Budgets.java  |  6 ++
 .../camel/support/task/budget/IterationBudget.java | 14 -----
 .../task/budget/IterationTimeBoundedBudget.java    | 18 ++----
 .../budget/IterationTimeBoundedBudgetBuilder.java  |  6 ++
 .../support/task/budget/TimeBoundedBudget.java     | 22 +++++++
 ...t.java => BackgroundIterationTimeTaskTest.java} | 40 +++++++------
 parent/pom.xml                                     |  2 +-
 11 files changed, 141 insertions(+), 78 deletions(-)
 copy core/camel-support/src/test/java/org/apache/camel/support/task/{BackgroundTaskTest.java => BackgroundIterationTimeTaskTest.java} (82%)