spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Introduce `@Retryable` AOP support (based on `core.retry` and Reactor retry functionality)

Open jhoeller opened this issue 9 months ago • 1 comments

There have been several requests for retry functionality at the core Spring Framework level, along the lines of the separate Spring Retry project. The 7.0 release seems like a good time to reconsider common functionality from Spring Retry in a Spring Framework re-implementation in spring-core / spring-aop.

jhoeller avatar Mar 03 '25 11:03 jhoeller

#34716 covers the core.retry package for 7.0 M6 now, so this ticket will specifically be about @Retryable support (on top of core.retry as well as Reactor's retry support for reactive methods).

jhoeller avatar Jun 05 '25 13:06 jhoeller