Spring Retry provides an abstraction for retrying failed operations with declarative control and policy-based behavior.
<dependency>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
<version>2.0.12</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Annotates a method to be retried up to 3 times on exception.
Ensure your project uses Spring Framework 5+ or upgrade Spring Retry to compatible version.
No dependency data recorded yet.