Spring Retry provides an abstraction around retrying failed operations, with an emphasis on declarative control of the process and policy-based behaviour that is easy to extend and customize. For instance, you can configure a plain POJO operation to retry if it fails, based on the type of exception, and with a fixed or exponential backoff.
Version1.3.0.RELEASEcompared with

Version Details

Compile Changes (2)

1.3.0.RELEASE 1.3.3
ChangeGroup / ArtifactPreviousCurrent
~ Updated org.springframework » spring-context4.3.22.RELEASE4.3.29.RELEASE
~ Updated org.springframework » spring-core4.3.22.RELEASE4.3.29.RELEASE

Test Changes (6)