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 30b8cb03e176 chore(deps-dev): Bump 
org.codehaus.mojo:versions-maven-plugin
     add d3c0cd03b24b camel-core - Add sum function to simple language

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/languages/simple.json | 27 ++++++-------
 .../language/csimple/joor/OriginalSimpleTest.java  | 44 ++++++++++++++++++++++
 .../org/apache/camel/language/simple/simple.json   | 27 ++++++-------
 .../modules/languages/pages/simple-language.adoc   |  1 +
 .../camel/language/csimple/CSimpleHelper.java      | 18 +++++++++
 .../camel/language/simple/SimpleConstants.java     |  3 ++
 .../language/simple/SimpleExpressionBuilder.java   | 44 ++++++++++++++++++++++
 .../simple/ast/SimpleFunctionExpression.java       | 31 +++++++++++++++
 .../apache/camel/language/simple/SimpleTest.java   | 44 ++++++++++++++++++++++
 9 files changed, 213 insertions(+), 26 deletions(-)

Reply via email to