MicroProfile® Fault Tolerance 2.1

This is a minor release of MicroProfile Fault Tolerance. The list of issues can be found here.

1.Retry: When specifying both retryOn and abortOn option on Retry, abortOn takes precedence.

2.CircuitBreaker: Add skipOn on CircuitBreaker annotation to specify which exceptions do not count towards circuitbreaker. When specifying both skipOn and failOn, skipOn takes precedence.

3.Fallback: Add applyOn and skipOn on Fallback annotation to specify which exceptions do or don’t trigger fallback.

4.All of the newly added methods are configurable as well.

5.Asynchrous: Specify the methods with @Asynchronous should be able to invoke RequestScoped beans.

 

Release Date
Release Type
Minor release