Spring Retry

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

License

GroupId

GroupId

org.springframework.retry
ArtifactId

ArtifactId

spring-retry
Last Version

Last Version

1.3.3
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Retry
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.
Project URL

Project URL

https://www.springsource.org
Project Organization

Project Organization

SpringSource
Source Code Management

Source Code Management

https://github.com/spring-projects/spring-retry

Download spring-retry

How to add to project

<!-- https://jarcasting.com/artifacts/org.springframework.retry/spring-retry/ -->
<dependency>
    <groupId>org.springframework.retry</groupId>
    <artifactId>spring-retry</artifactId>
    <version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.retry/spring-retry/
implementation 'org.springframework.retry:spring-retry:1.3.3'
// https://jarcasting.com/artifacts/org.springframework.retry/spring-retry/
implementation ("org.springframework.retry:spring-retry:1.3.3")
'org.springframework.retry:spring-retry:jar:1.3.3'
<dependency org="org.springframework.retry" name="spring-retry" rev="1.3.3">
  <artifact name="spring-retry" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.retry', module='spring-retry', version='1.3.3')
)
libraryDependencies += "org.springframework.retry" % "spring-retry" % "1.3.3"
[org.springframework.retry/spring-retry "1.3.3"]

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework : spring-context Optional jar
org.springframework : spring-core Optional jar

test (8)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.apache.logging.log4j : log4j-core jar 2.17.1
org.apache.logging.log4j : log4j-jcl jar 2.17.1
org.aspectj : aspectjweaver jar 1.8.9
org.easymock : easymock jar 2.3
org.mockito : mockito-core jar 1.10.19
org.springframework : spring-test jar
org.springframework : spring-tx jar

Project Modules

There are no modules declared in this project.
org.springframework.retry

Spring

Versions

Version
1.3.3
1.3.2
1.3.1
1.3.0
1.2.5.RELEASE
1.2.4.RELEASE
1.2.3.RELEASE
1.2.2.RELEASE
1.2.1.RELEASE
1.2.0.RELEASE
1.1.5.RELEASE
1.1.4.RELEASE
1.1.3.RELEASE
1.1.2.RELEASE
1.1.1.RELEASE
1.1.0.RELEASE
1.0.3.RELEASE
1.0.2.RELEASE
1.0.1.RELEASE
1.0.0.RELEASE