- 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: bugA general bugA general bug
Milestone
Description
While working on #31353, I noticed that the alias resolution error message in SimpleAliasRegistry is misleading.
Specifically, when a resolution conflict is detected, the resolveAliases(StringValueResolver) method throws an IllegalStateException stating that the resolved alias is already registered for the registeredName; whereas, it should state that the resolved alias is already registered for an existingName.
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug