public class MPFaultToleranceCDIExtension
extends java.lang.Object
This class is more a hack than an actual peace of integration code for SmallRye Fault Tolerance. It addresses an issue
in SmallRye because it's relying on a Weld behavior as opposed to a specified CDI feature. Or the spec is not clear
enough such as OWB and Weld did a different implementation. There is a good opportunity to add some TCKs to Jakarta