Skip to content

v2.1.0

Compare
Choose a tag to compare
@jmezna jmezna released this 08 Apr 07:11
· 15 commits to master since this release

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 and abortOn attributes no longer ignore Throwable.class.
  • Added CircuitBreaker.skipOn.
  • Added Fallback.applyOn and skipOn.
  • Specified the meaning of overlapping Retry.retryOn and abortOn.
  • Relaxed the requirements on Future and CompletionStage implementations.

Enhancements:

  • Upped the dependency versions for Config and Metrics.