You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added `ExecutionEvent.getExecutionCount()` and `ExecutionContext.getExecutionCount()`, which distinguishes between attempts which may have been rejected and completed executions.
7
+
- Improved support for outer Timeouts with retries.
8
+
- Fixed #277 - Changed `Timeout` to use Failsafe's internal scheduler, so that user provided `ExecutorService` shutdowns do not interfere with timeouts.
9
+
- Fixed #266 - Propagate `Future` cancellation to supplied `CompletionStage` when using `getStageAsync`.
10
+
11
+
### Bug Fixes
12
+
13
+
- Fixed #267 - Allow null fallback values to be passed through when using nested fallbacks.
0 commit comments