-
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)type: enhancementA general enhancementA general enhancement
Milestone
Description
Hendy Irawan opened SPR-12519 and commented
To aid debugging CustomScopeConfigurer issues like spring-projects/spring-boot#2082 and similar, it'd be helpful to add logging as follows:
DEBUGwhen a non-existing scope is registered, e.g.Registering scope "[scopeName]" using [scope.getClass().getName()] to [beanFactory]INFOwhen an existing scope is replaced, e.g.Replacing scope "[scopeName]" ([originalScope.getClass().getName()]) with [scope.getClass().getName()] to [beanFactory]
Affects: 4.1.2
Reference URL: spring-projects/spring-boot#2082
Referenced from: commits 6d6cd56
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