You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently the RetryTemplate's logger is applied via reflections in the RetryTemplateFactory. To avoid reflections use the new withLogger method of RetryTemplateBuilder
Sample
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently the RetryTemplate's logger is applied via reflections in the
RetryTemplateFactory
. To avoid reflections use the new withLogger method ofRetryTemplateBuilder
Sample
N/A
The text was updated successfully, but these errors were encountered: