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.
Compile Dependencies (3)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
Defect Detection
LGPL 2.1
| com.github.spotbugs
»
spotbugs-annotations(optional) Annotations the SpotBugs tool supports | 4.8.6 | 4.10.3 | |
Application Metrics
Apache 2.0
| io.micrometer
»
micrometer-core(optional) Core module of Micrometer containing instrumentation API and implementation | 1.15.12 | 1.17.0 | |
Dep Injection
Apache 2.0
| org.springframework
»
spring-context(optional) Spring Context provides access to configured objects like a registry (a context). It inherits its features from Spring ... | 6.2.19 | 7.0.8 |