-
Notifications
You must be signed in to change notification settings - 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: regressionA bug that is also a regressionA bug that is also a regression
Milestone
Description
Following up on #21843 in 6.1.3, it turns out that this commonly causes performance regressions, unnecessarily introspecting non-annotated methods in complex class hierarchies on startup. Revisiting the algorithm in BridgeMethodResolver#findBridgedMethod and its use in AutowiredAnnotationBeanPostProcessor and co, these performance regressions should be remedied as of 6.2.13, with introspection performance even having improved over pre-6.1.3 now.
sdeleuze, ArjanSchouten, benothman, ChrisvDalen, nicktunac and 1 more
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: regressionA bug that is also a regressionA bug that is also a regression