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 2023/12/18 17:08:29 UTC

(camel) branch regen_bot updated (2ac4e9677ab -> 5f3c86019c1)

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 2ac4e9677ab Fix website doc build
     add c3bc84b1cc1 CAMEL-20225: use the clock API when possible for exchange duration calculations
     add 935ed455c71 CAMEL-20225: deprecate ad-hoc elapsed time calculations
     add 5f3c86019c1 CAMEL-20225: use a monotonic source for computing duration

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/management/mbean/ManagedBacklogDebugger.java    | 2 +-
 .../src/main/java/org/apache/camel/support/MonotonicClock.java   | 6 +++++-
 .../src/main/java/org/apache/camel/support/ResetableClock.java   | 9 ++++++++-
 .../src/main/java/org/apache/camel/util/TimeUtils.java           | 6 ++++--
 4 files changed, 18 insertions(+), 5 deletions(-)