-
Notifications
You must be signed in to change notification settings - Fork 38.7k
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
The last thrown exception is often used in code that catches RetryException
.
Currently the cause is @Nullable
from the contract of java.lang.Throwable.getCause()
, but it shouldn't be for a RetryException
.
A side effect of that is that we can no longer create such an exception without the last exception that was thrown.
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