lburgazzoli commented on issue #173: Property placeholder conflict in groovy
URL: https://github.com/apache/camel-k/issues/173#issuecomment-428823822
 
 
   You should use plain strings ```''``` as ```""``` is a GString and every 
value with ${} or $ is interpolated:
   
       .transform().simple('aaa ${body}')
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to