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.
Version2.0.1compared with

Version Details

Compile Changes (2)

2.0.0 2.0.1
ChangeGroup / ArtifactPreviousCurrent
~ Updated org.springframework » spring-context6.0.06.0.7
~ Updated org.springframework » spring-core6.0.06.0.7

Test Changes (3)

2.0.0 2.0.1
ChangeGroup / ArtifactPreviousCurrent
~ Updated org.aspectj » aspectjweaver1.9.9.11.9.19
~ Updated org.springframework » spring-test6.0.06.0.7
~ Updated org.springframework » spring-tx6.0.06.0.7