-
Notifications
You must be signed in to change notification settings - Fork 38.6k
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
Overview
Currently, there are some inconsistencies in the toString()
implementations in our BackOff
strategies.
FixedBackOff
does not implementtoString()
.FixedBackOffExecution
implementstoString()
but claims that it isFixedBackOff
.- The existing
toString()
implementations wrap properties in{}
instead of[]
.
Having proper, consistent toString()
implementations in FixedBackOff
and ExponentialBackOff
is also a prerequisite for #35110, since the RetryPolicy
will include the configured BackOff
in its toString()
representation.
Related Issues
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