You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/04/14 17:20:26 UTC

[camel] branch regen_bot_3x updated (f629ca35774 -> 2ea79b97a9c)

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

github-bot pushed a change to branch regen_bot_3x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from f629ca35774 CAMEL-19256: camel-jdbc - close stmt in the finnal block (#9827) (#9860)
     add 4fbbad60ee1 CAMEL-18904:  Add functions to simple language to create empty map/li… (#9770)
     add 2ea79b97a9c CAMEL-18904: Add functions to simple language to create empty map/list/string

No new revisions were added by this update.

Summary of changes:
 .../modules/languages/pages/simple-language.adoc   |  6 ++++
 .../language/simple/SimpleExpressionBuilder.java   | 26 +++++++++++++++
 .../simple/ast/SimpleFunctionExpression.java       | 11 +++++++
 .../java/org/apache/camel/LanguageTestSupport.java |  8 ++---
 .../apache/camel/language/simple/SimpleTest.java   | 38 ++++++++++++++++++++--
 5 files changed, 83 insertions(+), 6 deletions(-)