mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 07:39:09 +00:00
To improve diagnostics, this commit logs a DEBUG message including the RetryException thrown by RetryTemplate when it's used behind the scenes for @Retryable method invocations. Closes gh-35983