-
Bug
-
Resolution: Done
-
Major
-
None
If method in MP FT deployment is annotated by @Retry(maxRetries = -1) then it should it should retry forever until the method returns without exception. However it does not work.
Actual result: Exception is thrown from annotated @Retry(maxRetries = -1)
Expected result: Retry forever until the method returns without exception.
- is incorporated by
-
WFLY-12921 Upgrade smallrye-fault-tolerance to 2.1.4
- Closed