mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 12:19:16 +00:00
Add a "Combining @Retryable with Other Proxy-Based Features" section to the resilience reference documentation, covering interaction with @Transactional, @Cacheable, and @Async, as well as advice order customization between @Retryable and @Async via @EnableResilientMethods(order) and @EnableAsync(order). Also document the advice chain semantics in @Retryable Javadoc, add cross-reference TIP blocks in the @Async, @Cacheable, and @Transactional reference sections, add a @Cacheable combination test to RetryInterceptorTests, and add RetryableTransactionTests in spring-tx for the @Transactional combination. See gh-35584 Closes gh-37005 Signed-off-by: jhan0121 <jhan0121@gmail.com>