This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 929882269684 camel-core - simple languge improve docs
new 86de768e1377 camel-core - simple languge improve docs
new 7590e44d6db3 camel-core - Add missing function
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 | 77 +++++++++++-----------
.../language/csimple/joor/OriginalSimpleTest.java | 22 +++++++
.../org/apache/camel/language/simple/simple.json | 77 +++++++++++-----------
.../modules/languages/pages/simple-language.adoc | 29 +++++++-
.../camel/language/csimple/CSimpleHelper.java | 13 ++++
.../camel/language/simple/SimpleConstants.java | 4 ++
.../language/simple/SimpleExpressionBuilder.java | 48 +++++++++++++-
.../simple/ast/SimpleFunctionExpression.java | 34 ++++++++++
.../apache/camel/language/simple/SimpleTest.java | 22 +++++++
.../java/org/apache/camel/util/StringHelper.java | 41 +++++++++++-
.../org/apache/camel/util/StringHelperTest.java | 19 ++++++
11 files changed, 304 insertions(+), 82 deletions(-)