Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update reference docs to use PropertySourcesPlaceholderConfigurer #28572

Closed
wants to merge 1 commit into from

Conversation

gorisanson
Copy link
Contributor

@gorisanson gorisanson commented Jun 6, 2022

PropertyPlaceholderConfigurer has been deprecated as of Spring 5.2, in favor of PropertySourcesPlaceholderConfigurer, according to the doc comments following:

* @deprecated as of 5.2; use {@code org.springframework.context.support.PropertySourcesPlaceholderConfigurer}
* instead which is more flexible through taking advantage of the {@link org.springframework.core.env.Environment}
* and {@link org.springframework.core.env.PropertySource} mechanisms.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Jun 6, 2022
@snicoll snicoll added type: documentation A documentation task and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Jun 7, 2022
@snicoll snicoll self-assigned this Jun 7, 2022
@snicoll snicoll added this to the 5.3.21 milestone Jun 7, 2022
@snicoll snicoll changed the title Update reference docs regarding PropertySourcesPlaceholderConfigurer Update reference docs to use PropertySourcesPlaceholderConfigurer Jun 7, 2022
snicoll added a commit that referenced this pull request Jun 7, 2022
@snicoll snicoll closed this in 209fe5f Jun 7, 2022
@snicoll
Copy link
Member

snicoll commented Jun 7, 2022

Thanks again @gorisanson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants