This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch ns
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 245c52d1e902 CAMEL-22868: camel-core - Add not variant to startsWith 
and endsWith operator in simple language
     add 72b6127387fc CAMEL-22867: camel-core - Deprecate binary operators in 
simple langua… (#20861)
     add cfc5e8b3c2e0 camel-core - Add isEmpty function to simple language
     add 0e41746c9f7a Merge branch 'main' into ns

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/languages/simple.json | 53 +++++++++++-----------
 .../language/csimple/joor/OriginalSimpleTest.java  | 47 +++++++++++++++++++
 .../org/apache/camel/language/simple/simple.json   | 53 +++++++++++-----------
 .../modules/languages/pages/simple-language.adoc   | 13 ++----
 .../camel/language/csimple/CSimpleHelper.java      | 16 +++++++
 .../camel/language/simple/SimpleConstants.java     |  3 ++
 .../language/simple/SimpleExpressionBuilder.java   | 49 ++++++++++++++++++++
 .../camel/language/simple/SimpleTokenizer.java     |  6 +--
 .../simple/ast/SimpleFunctionExpression.java       | 36 +++++++++++++++
 .../language/simple/types/BinaryOperatorType.java  | 40 +++++++++++++---
 .../apache/camel/language/simple/SimpleTest.java   | 47 +++++++++++++++++++
 .../ROOT/pages/camel-4x-upgrade-guide-4_18.adoc    | 12 +++++
 12 files changed, 303 insertions(+), 72 deletions(-)

Reply via email to