You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JavaDoc of AbstractRefreshableConfigApplicationContext.resolvePath doesn't reflect the latest changes regarding the introduction of the environment abstraction.
It says "...replacing placeholders with corresponding system property values if necessary." - But it should point out that underneath the environment is used to resolve placeholders.