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

Version Details

Compile Changes (2)

1.2.2.RELEASE 1.2.3.RELEASE
ChangeGroup / ArtifactPreviousCurrent
~ Updated org.springframework » spring-context4.3.13.RELEASE5.0.7.RELEASE
~ Updated org.springframework » spring-core4.3.13.RELEASE5.0.7.RELEASE

Test Changes (3)

1.2.2.RELEASE 1.2.3.RELEASE
ChangeGroup / ArtifactPreviousCurrent
~ Updated org.springframework » spring-test4.3.13.RELEASE5.0.7.RELEASE
~ Updated org.springframework » spring-tx4.3.13.RELEASE5.0.7.RELEASE
- Removed org.aspectj » aspectjrt1.8.9-