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 85fb0cff19ac chore(deps): Bump org.codehaus.mojo:jaxb2-maven-plugin
(#20933)
add ebef071fd689 camel-core - Add min/max/average function to simple
language
No new revisions were added by this update.
Summary of changes:
.../org/apache/camel/catalog/languages/simple.json | 29 +++--
.../language/csimple/joor/OriginalSimpleTest.java | 122 +++++++++++++++++
.../org/apache/camel/language/simple/simple.json | 29 +++--
.../modules/languages/pages/simple-language.adoc | 3 +
.../camel/language/csimple/CSimpleHelper.java | 66 +++++++++-
.../camel/language/simple/SimpleConstants.java | 9 ++
.../language/simple/SimpleExpressionBuilder.java | 144 ++++++++++++++++++++-
.../simple/ast/SimpleFunctionExpression.java | 93 +++++++++++++
.../apache/camel/language/simple/SimpleTest.java | 122 +++++++++++++++++
9 files changed, 581 insertions(+), 36 deletions(-)