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.3.0.RELEASEcompared with
Version Details
| 1.3.0.RELEASE | 1.3.3 | |
|---|---|---|
| Release date | Feb 10, 2025 | Jan 30, 2025 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (2)
| 1.3.0.RELEASE | 1.3.3 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | org.springframework » spring-context | 4.3.22.RELEASE | 4.3.29.RELEASE |
| ~ Updated | org.springframework » spring-core | 4.3.22.RELEASE | 4.3.29.RELEASE |
Test Changes (6)
| 1.3.0.RELEASE | 1.3.3 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.apache.logging.log4j » log4j-core | - | 2.17.1 |
| + Added | org.apache.logging.log4j » log4j-jcl | - | 2.17.1 |
| ~ Updated | junit » junit | 4.12 | 4.13.1 |
| ~ Updated | org.springframework » spring-test | 4.3.22.RELEASE | 4.3.29.RELEASE |
| ~ Updated | org.springframework » spring-tx | 4.3.22.RELEASE | 4.3.29.RELEASE |
| - Removed | log4j » log4j | 1.2.17 | - |