spring-framework
spring-framework copied to clipboard
Introduce `@Retryable` AOP support (based on `core.retry` and Reactor retry functionality)
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.
#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).