-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
In AbstractRetryInterceptor we currently catch a RetryException and throw its cause. Consequently, the user has no way to access the actual RetryException, which may contain a meaningful error message as well as exceptions from previous attempts as suppressed exceptions.
To improve diagnostics, we should at least log a RetryException thrown by RetryTemplate when it's used behind the scenes for @Retryable method invocations.
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement