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
Resolves#383
If explicit exceptions are referenced, and an `exceptionExpression` is
provided, the `maxAttemptsExpression` was ignored.
snicoll
changed the title
maxAttemptsExpression is never evaluated if you pass in exceptionExpression !!
maxAttemptsExpression is not evaluated when an exceptionExpression is set
Oct 3, 2023
@retryable doesnt seem to evaluate maxAttemptsExpression while creating the retryTemplate, if it has an exceptionExpression
This piece of code in AnnotationAwareRetryOperationsInterceptor.java should be modified i guess .
The maxAttempts supplies should be evaluated no matter , exceptionExpression is present or not.
This should be like this maybe
The text was updated successfully, but these errors were encountered: