Fault Tolerance 6.2.2

Today, we announce the release of SmallRye Fault Tolerance 6.2.2. This is a tiny release with one bugfix for programmatic API usage.

There are 2 variants of the SmallRye Fault Tolerance programmatic API: standalone and CDI. At runtime, only one of them should typically be present, but if there are both, a priority mechanism exists to disambiguate. This priority mechanism had a bug which could lead to incorrect variant being selected. The bug is now fixed and the programmatic API should work as expected.

And as usual, if you have any ideas for improvements, please file an issue!