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
| 2.0.0 | 2.0.1 | |
|---|---|---|
| Release date | Nov 16, 2022 | Mar 20, 2023 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (2)
| 2.0.0 | 2.0.1 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | org.springframework » spring-context | 6.0.0 | 6.0.7 |
| ~ Updated | org.springframework » spring-core | 6.0.0 | 6.0.7 |
Test Changes (3)
| 2.0.0 | 2.0.1 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | org.aspectj » aspectjweaver | 1.9.9.1 | 1.9.19 |
| ~ Updated | org.springframework » spring-test | 6.0.0 | 6.0.7 |
| ~ Updated | org.springframework » spring-tx | 6.0.0 | 6.0.7 |