Spring Retry
in Spring-Framework 7.0, Spring team redesigned a minimal core retry feature in spring-core. inspired by the Spring Retry project.
currently only with 3 classes & 4 interfaces.
let’s deep into it.
Referneces:
Introduce minimal retry functionality as a core framework feature
Introduce @Retryable AOP support (based on core.retry and Reactor retry functionality)