v2.1.0
We are pleased to announce the release of KumuluzEE Fault Tolerance 2.1.0, which implements the MicroProfile Fault Tolerance 2.1 specification.
Features:
- The
Retry.retryOn
andabortOn
attributes no longer ignoreThrowable.class
. - Added
CircuitBreaker.skipOn
. - Added
Fallback.applyOn
andskipOn
. - Specified the meaning of overlapping
Retry.retryOn
andabortOn
. - Relaxed the requirements on
Future
andCompletionStage
implementations.
Enhancements:
- Upped the dependency versions for Config and Metrics.