-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Short story: Instead of freezing it to a fixed time with setCurrentTime, it now contains a Clock, which is shifted by an offset. Advantage: After time travelling, the time moves on, which is especially useful when testing jobs (use case: travel to the future, schedule a job and it will magically be executed, because time is not frozen anymore).
The old API still exists and is delegated to the new clock.
PR: https://github.com/camunda/camunda-bpm-platform/pull/310