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

Document semantics for combining `@Retryable` with other proxy-based features

Open sbrannen opened this issue 2 months ago • 6 comments

Since we introduced @Retryable, we have received questions regarding how @Retryable works when combined with other proxy-based features.

We should therefore document (and test) the semantics for the combination of such features.

Candidate features to document/test:

  • @Retryable
  • @Async
  • @Transactional
  • @Cacheable

sbrannen avatar Oct 08 '25 10:10 sbrannen