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.2.3.RELEASEcompared with

Version Details

Compile Changes (2)

1.2.3.RELEASE 1.2.4.RELEASE
ChangeGroup / ArtifactPreviousCurrent
~ Updated org.springframework » spring-context5.0.7.RELEASE4.3.22.RELEASE
~ Updated org.springframework » spring-core5.0.7.RELEASE4.3.22.RELEASE

Test Changes (2)

1.2.3.RELEASE 1.2.4.RELEASE
ChangeGroup / ArtifactPreviousCurrent
~ Updated org.springframework » spring-test5.0.7.RELEASE4.3.22.RELEASE
~ Updated org.springframework » spring-tx5.0.7.RELEASE4.3.22.RELEASE