failsafe v2.0.1 Release Notes

Release Date: 2019-02-03 // about 5 years ago
  • ๐Ÿ‘Œ Improvements

    • โž• Added support for using ExecutorService via FailsafeExecutor.with(ExecutorService).
    • โž• Added interruptable cancellation for executions ran on ForkJoinPool via CompletableFuture.cancel(true).

    ๐Ÿ› Bug Fixes

    • Issue #171 - Handle completed futures when using getStageAsync.