mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 13:31:46 +00:00
Prior to this commit, the alias resolution error message in SimpleAliasRegistry was misleading. When a resolution conflict is detected, the IllegalStateException thrown by resolveAliases(...) now states that the resolved alias is already registered for an `existingName` instead of the `registeredName`. See gh-31353 Closes gh-32025