-
Couldn't load subscription status.
- Fork 38.8k
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.
FixedBackOffdoes not implementtoString().FixedBackOffExecutionimplementstoString()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