Alias resolution error message in SimpleAliasRegistry
is misleading
#32025
Labels
Milestone
SimpleAliasRegistry
is misleading
#32025
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 anIllegalStateException
stating that the resolved alias is already registered for theregisteredName
; whereas, it should state that the resolved alias is already registered for anexistingName
.The text was updated successfully, but these errors were encountered: