Claus Ibsen created CAMEL-13430:
-----------------------------------
Summary: Simple language - Functions with space should use
camelCase style
Key: CAMEL-13430
URL: https://issues.apache.org/jira/browse/CAMEL-13430
Project: Camel
Issue Type: Improvement
Reporter: Claus Ibsen
Fix For: 3.0.0
Lets avoid having functions such as
starts with
not contains
where there are space as that makes it a bit less obvious its a function name,
and can also lead to:
https://stackoverflow.com/questions/55705150/camel-simple-expression-inside-jsonpath-language
So instead if we use
startsWith
notContains
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)