failsafe v3.3.0 Release Notes
-
API Changes
ExecutionContext.getStartTimenow returns aInstantrather thanDuration, andExecutionEvent.getStartTimenow returnsOptional<Instant>.- 🚚
getFailure,getLastFailure,recordFailureand similar methods for recording Exceptions, which were previously deprecated, were removed. UsegetException,getLastException,recordException, etc. instead.