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.3.RELEASEcompared with
Version Details
| 1.2.3.RELEASE | 1.2.4.RELEASE | |
|---|---|---|
| Release date | Jun 06, 2025 | Jun 06, 2025 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (2)
| 1.2.3.RELEASE | 1.2.4.RELEASE | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | org.springframework » spring-context | 5.0.7.RELEASE | 4.3.22.RELEASE |
| ~ Updated | org.springframework » spring-core | 5.0.7.RELEASE | 4.3.22.RELEASE |
Test Changes (2)
| 1.2.3.RELEASE | 1.2.4.RELEASE | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | org.springframework » spring-test | 5.0.7.RELEASE | 4.3.22.RELEASE |
| ~ Updated | org.springframework » spring-tx | 5.0.7.RELEASE | 4.3.22.RELEASE |