mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
7b2730c271
Prior to this commit, we included the initial exception in the log message for the initial invocation of a retryable operation; however, we did not include the current exception in the log message for subsequent attempts. For consistency, we now include the current exception in log messages for subsequent retry attempts as well. Closes gh-35433