Browse Source
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-32025pull/32034/head
2 changed files with 12 additions and 24 deletions
Loading…
Reference in new issue