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/11 20:31:18 UTC

[camel] branch regen_bot updated (b4245f5 -> 1296397)

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.


    omit b4245f5  CAMEL-17121: added support for accounting and reporting the elapsed time (#6425)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/regen_bot (1296397)
            \
             O -- O -- O   (b4245f5)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/support/cache/DefaultProducerCache.java |  3 ++-
 .../java/org/apache/camel/support/task/BackgroundTask.java   |  6 ------
 .../java/org/apache/camel/support/task/ForegroundTask.java   |  6 ------
 .../src/main/java/org/apache/camel/support/task/Task.java    |  9 ---------
 .../java/org/apache/camel/support/task/budget/Budget.java    | 12 ------------
 .../camel/support/task/budget/IterationBoundedBudget.java    | 11 -----------
 .../support/task/budget/IterationTimeBoundedBudget.java      |  6 ------
 .../apache/camel/support/task/budget/TimeBoundedBudget.java  |  7 +------
 .../org/apache/camel/support/task/BackgroundTaskTest.java    | 11 ++---------
 .../org/apache/camel/support/task/ForegroundTaskTest.java    |  8 --------
 .../apache/camel/support/task/ForegroundTimeTaskTest.java    |  8 --------
 11 files changed, 5 insertions(+), 82 deletions(-)