Enhancements
- Issue #2234: Allow passing custom Clock to CircuitBreaker without needing to use internal API.
- Issue #2131: Added support for RxJava3 in Spring projects.
- Issue #2029: Include
decorateSupplieras aRetryinstance method. - Issue #2246: Add handling for the case where a non-checked retry consumer is interrupted during sleep.
- Issue #2245: Refactor `Retry#executeSuspend...