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.13compared with
Version Details
| 2.0.12 | 2.0.13 | |
|---|---|---|
| Release date | May 16, 2025 | Jun 09, 2026 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (2)
| 2.0.12 | 2.0.13 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | io.micrometer » micrometer-core | 1.10.13 | 1.15.12 |
| ~ Updated | org.springframework » spring-context | 6.0.23 | 6.2.19 |