spring-boot icon indicating copy to clipboard operation
spring-boot copied to clipboard

Resolve nested placeholders as possible if value is CharSequence

Open quaff opened this issue 1 year ago • 2 comments
trafficstars

Fix GH-34195

quaff avatar May 22 '24 07:05 quaff

Please note the argument at Spring Framework side.

quaff avatar May 31 '24 02:05 quaff

Please note the argument at Spring Framework side.

Resolved by not resolving nested placeholders if value is instance of targetValueType.

quaff avatar May 31 '24 03:05 quaff

Thanks for the PR, @quaff. Unfortunately, as explained in https://github.com/spring-projects/spring-boot/issues/34195#issuecomment-2242615626, I don't think this is the right approach. We'll take a step back, discuss things with the Framework team, and figure out what our options are.

wilkinsona avatar Jul 22 '24 10:07 wilkinsona