Hi,
We were using ClockUtil.getCurrentTime() to get the current time from the Activiti process engines. This seemed like a good idea at the time, in case any unit tests set a new current time on the engine. I have changed my code to use new Date() instead, so it's not a showstopper, but clearly there is a gap. Does anyone have any ideas on the new way to do this, or is it functionality that has been deliberately removed? (It would have been nice to have something called out in the release notes).
Thanks,
Nick.