NPE for alias resolved to null in SimpleAliasRegistry [SPR-13016] #17607
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
David J. M. Karlsen opened SPR-13016 and commented
UseCase:
I have to override a property (during integration-testing) to be null instead of another value defined in a propertyfile for use with the propertyplaceholderconfigurer.
When doing so this will result in a NPE at SimpleAliasRegistry in line 125 here:
because resolvedAlias is null
Affects: 3.2.13, 4.1.6
Backported to: 3.2.14
The text was updated successfully, but these errors were encountered: