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.1.2compared with

Version Details

Compile Changes (2)

1.1.2 1.2.2.RELEASE
ChangeGroup / ArtifactPreviousCurrent
+ Added org.springframework » spring-context-4.3.13.RELEASE
+ Added org.springframework » spring-core-4.3.13.RELEASE

Test Changes (8)

1.1.2 1.2.2.RELEASE
ChangeGroup / ArtifactPreviousCurrent
+ Added junit » junit-4.12
+ Added log4j » log4j-1.2.17
+ Added org.aspectj » aspectjrt-1.8.9
+ Added org.aspectj » aspectjweaver-1.8.9
+ Added org.easymock » easymock-2.3
+ Added org.mockito » mockito-core-1.10.19
+ Added org.springframework » spring-test-4.3.13.RELEASE
+ Added org.springframework » spring-tx-4.3.13.RELEASE