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.
License | Apache 2.0 |
---|---|
Categories | Error Handling |
Tags | handlingexceptionspringframeworkerror |
Organization | SpringSource |
HomePage | https://www.springsource.org |
Date | Jan 08, 2021 |
Files | pom (10 KB) jar (137 KB) View All |
Repositories | CentralKyligence Public |
Ranking | #504 in MvnRepository (See Top Artifacts) #1 in Error Handling |
Used By | 1,038 artifacts |
Vulnerabilities | Vulnerabilities from dependencies: CVE-2022-23307 CVE-2022-23305 CVE-2022-23302 View 3 more ... |
Compile Dependencies (2)
Category/License | Group / Artifact | Version | Updates | |
---|---|---|---|---|
Dep Injection Apache 2.0 | org.springframework » spring-context (optional) 1 vulnerability | 4.3.22.RELEASE | 6.1.12 | |
Core Utils Apache 2.0 | org.springframework » spring-core (optional) | 4.3.22.RELEASE | 6.1.12 |
Test Dependencies (7)
Category/License | Group / Artifact | Version | Updates | |
---|---|---|---|---|
Testing EPL 2.0 | junit » junit | 4.13.1 | 5.11.0 | |
Logging Apache 2.0 | log4j » log4j5 vulnerabilities | 1.2.17 | 2.24.0 | |
AOP EPL 2.0 | org.aspectj » aspectjweaver | 1.8.9 | 1.9.22.1 | |
Mocking Apache 2.0 | org.easymock » easymock | 2.3 | 5.4.0 | |
Mocking MIT | org.mockito » mockito-core | 1.10.19 | 5.13.0 | |
Testing Apache 2.0 | org.springframework » spring-test | 4.3.22.RELEASE | 6.1.12 | |
Transactions Apache 2.0 | org.springframework » spring-tx | 4.3.22.RELEASE | 6.1.12 |
Licenses
License | URL |
---|---|
Apache 2.0 | https://www.apache.org/licenses/LICENSE-2.0.txt |
Developers
Name | Dev Id | Roles | Organization | |
---|---|---|---|---|
Dave Syer | dsyer<at>gopivotal.com | dsyer |