You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/11/26 15:29:39 UTC

[camel] branch master updated (c872c83 -> e0ab15a)

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

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


    from c872c83  [CAMEL-15893]onJobExecute method of org.apache.camel.routepolicy.quartz2.ScheduledRoutePolicy should be public
     add a8a55e9  CAMEL-15704: camel-csimple - Compiled simple language.
     add e0ab15a  Fixed CS

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/docs/csimple-language.adoc       |  11 ++
 .../java/org/apache/camel/maven/GenerateMojo.java  |   6 +-
 .../language/csimple/joor/OriginalSimpleTest.java  | 173 +++++++++++----------
 .../language/csimple/CSimpleCodeGenerator.java     |   8 +-
 .../language/simple/SimpleExpressionParser.java    |  14 +-
 .../simple/ast/SimpleFunctionExpression.java       |  44 ++++--
 .../language/simple/ast/SingleQuoteStart.java      |   5 +-
 .../csimple/CSimpleExpressionParserTest.java       |  53 ++++---
 .../csimple/CSimplePredicateParserTest.java        |  33 ++--
 .../modules/languages/pages/csimple-language.adoc  |  11 ++
 10 files changed, 205 insertions(+), 153 deletions(-)