Open lordrip opened 1 year ago
Aligning expression dialect would fall into here as well
- when:
simple: ${header.foo} == 'foo'
- when:
simple:
expression: '${header.foo} == 'foo'
- when:
expression:
simple: ${header.foo} == 'foo'
- when:
expression:
simple:
expression: ${header.foo} == 'foo'
That isn't just a pure code formatting as the title might suggest. This is more of an optimize code feature.
Context
Currently, there are changes in the Camel YAML Schema, going from
kebab-case
tocamelCase
and this might be transformed using automated process directly fromkaoto-next
Goal
The goal of this issue is to provide a
reformat
button to the source code editor that:kebab-case
tocamelCase
to:
syntax