Backslash is escaped in yaml when preceding ${prop} since SB 3.4.0 #44699
Labels
for: external-project
For an external project and not something we can fix
status: duplicate
A duplicate of another issue
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
The text was updated successfully, but these errors were encountered: