spring-cloud-dataflow-ui icon indicating copy to clipboard operation
spring-cloud-dataflow-ui copied to clipboard

Error parsing Spel Expression

Open dturanski opened this issue 4 years ago • 0 comments

I hit an issue preparing a demo using Sabby’s SpringOne2020 workshop with the truck monitoring app. Long story, I hit a bug with the KStreams processor so tried using a simple Filter processor --expression=payload.internalTemperature>105 instead. This fails using the dashboard (I didn’t try with the shell). The DSL editor will not accept the expression, bare. If I use single or double quotes, it gets farther but results in a parse error during deploy . Seems to be some confusion parsing a property that contains >. Maybe < as well.

dturanski avatar Apr 25 '21 20:04 dturanski