considering following application.yaml plic: ploc myValue: XXX\${plic}
and a field annotated with : @Value("${myvalue}")
Interpreted value is XXX\ploc in 3.3.x and before Interpreted value is XXXploc since 3.4.0
Is this a known issue, or documented behaviour change ?
Thanks in advance Ludovic
Comment From: wilkinsona
This processing of properties is handled by Spring Framework. Your issue is very similar to https://github.com/spring-projects/spring-framework/issues/34315 and be a duplicate of it. If that's not the case, please open a new Spring Framework issue.