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.5.RELEASEcompared with
Version Details
| 1.1.4.RELEASE | 1.1.5.RELEASE | |
|---|---|---|
| Release date | Sep 20, 2016 | Nov 14, 2016 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
No dependency changes compared to the selected version.