-
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
Oliver Drotbohm opened SPR-13703 and commented
ObjectToObjectConverter
currently rediscovers the methods to use on every conversion which can cause quite some performance implication if it's used heavily.
We've got DATAMONGO-1324 filed observing that behavior. Although the performance decrease is caused by a more explicit converter accidentally not being registered out of the box, I wonder whether caching the detected methods could improve performance for the scenarios ObjectToObjectConverter
is used on purpose.
Affects: 4.2.3
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