mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
cc4c693db7
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