PropertySourcesPropertyResolver no longer converts to non CharSequence types #33727
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: regression
A bug that is also a regression
Milestone
Commit b6fbbec has updated the
PropertySourcesPropertyResolver
to check that thetargetValueType
is aCharSequence
orString
. This update causes a regression where conversion to other types no longer happens.See spring-projects/spring-boot#42720 for background and for a reproducer.
I think the
targetValueType
checks should be removed.The text was updated successfully, but these errors were encountered: