Fault Tolerance 6.4.0
+Today, we announce the release of SmallRye Fault Tolerance 6.4.0. +This release contains one new feature and one bugfix.
+The @BeforeRetry
annotation was added, together with the corresponding methods in the programmatic API.
+The annotation allows defining an action that should happen before each retry, but not before the initial attempt.
+See the documentation for more information.
Further, the synchronized
keyword was replaced on one place with a ReentrantLock
, making the programmatic API more friendly with virtual threads.
As usual, if you have any ideas for improvements, please file an issue!
+