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
GH-488: Improve warning in the ExpressionRetryPolicy
Fixes: #488
When `@Retryable(exceptionExpression)` is used with SpEL template (`#{..}`),
a specific warning is emitted into logs indicating that such a syntax is deprecated.
* Improve that warning message pointing out what SpEL expression could be improved to
avoid this warning and future changes
0 commit comments