-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: enhancementA general enhancementA general enhancement
Milestone
Description
The following log message uses the beanName instead of the methodName when generating the fully-qualified method name; however, the beanName might be sourced from @Bean(name = ...) (or a registered ConfigurationBeanNameGenerator beginning with Spring Framework 7.0).
Lines 305 to 308 in cc5c7ba
| if (logger.isTraceEnabled()) { | |
| logger.trace("Registering bean definition for @Bean method %s.%s()" | |
| .formatted(configClass.getMetadata().getClassName(), beanName)); | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: enhancementA general enhancementA general enhancement