This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch camel-4.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git
from 60635125566c CAMEL-23035: camel-core - Simple language using colon or
question mark can conflict with ternary operator
new 6ad1ea9cf490 CAMEL-23047: camel-core - Add val function to simple
new da40f97d8538 CAMEL-23047: camel-core - Add val function to simple
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/camel/catalog/languages/simple.json | 9 ++--
.../language/csimple/joor/OriginalSimpleTest.java | 18 +++++++
.../org/apache/camel/language/simple/simple.json | 9 ++--
.../modules/languages/pages/simple-language.adoc | 28 ++++-------
.../camel/language/simple/SimpleConstants.java | 4 ++
.../simple/ast/SimpleFunctionExpression.java | 28 +++++++++++
.../camel/language/simple/SimpleInitBlockTest.java | 55 ++++++++++++++++++++++
.../apache/camel/language/simple/SimpleTest.java | 22 +++++++++
.../java/org/apache/camel/util/SimpleUtils.java | 1 +
9 files changed, 147 insertions(+), 27 deletions(-)