Changelog
- #817 - MultiOnRetry is ignoring the onFailure predicate
- #815 - Fix RevAPI filtering new syntax
- #810 - Bump maven-jar-plugin from 3.2.1 to 3.2.2
- #809 - Limit workflow concurrency (main CI/CD + PR check workflows)
- #808 - Improve breaking changes presentation
- #806 - Bump maven-jar-plugin from 3.2.0 to 3.2.1
- #804 - Magic sauce to nicely format RevAPI changes in GitHub releases
Breaking Changes
Change | New API | Justification |
---|---|---|
method void MultiRetry<T>::<init>(Multi<T>, Predicate<? super Throwable>) updated to method void MultiRetry<T>::<init>(Multi<T>, Predicate<? super Throwable>, Predicate<? super Throwable>)
| method void MultiRetry::(Multi, Predicate<? super Throwable>, Predicate<? super Throwable>) | MultiRetry is an operator class (not user facing). The change adds support for the onFailure predicate |