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

Property placeholders aren't resolved when configuration property binding creates a Map from a property value using a converter #39507

Closed
wants to merge 1 commit into from

Conversation

wanger26
Copy link
Contributor

@wanger26 wanger26 commented Feb 10, 2024

Change Summary

  • Add call to placeholder resolver to ensure property placeholders are resolved for the MapperBinder similar to Binder.java

Issue

Add call to placeholder resolver to ensure property placeholders are resolved for the MapperBinder similar to Binder

Signed-off-by: wanger26 <jakobwanger@gmail.com>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Feb 10, 2024
@scottfrederick scottfrederick changed the title FIX BUG - Resolve property placeholder when binding properties to a Map Property placeholders aren't resolved when configuration property binding creates a Map from a property value using a converter Feb 11, 2024
@scottfrederick scottfrederick added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Feb 11, 2024
@scottfrederick scottfrederick added this to the 3.1.9 milestone Feb 11, 2024
scottfrederick pushed a commit that referenced this pull request Feb 11, 2024
Add call to placeholder resolver to ensure property placeholders
are resolved for the `MapBinder`

See gh-39507

Signed-off-by: wanger26 <jakobwanger@gmail.com>
@scottfrederick
Copy link
Contributor

Thanks again @wanger26. I've merged your changes along with a small commit to address formatting.

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

Successfully merging this pull request may close these issues.

None yet

3 participants