Changes in commit41ade68b50introduced a regression causing all but the first location in the @PropertySource#value array to be ignored during ${...} placeholder resolution. This change ensures that all locations are processed and replaced as expected. Issue: SPR-9133 Backport-Issue: SPR-9127 Backport-Commit:4df2a14b13