This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
from f629ca35774 CAMEL-19256: camel-jdbc - close stmt in the finnal block (#9827) (#9860) new 4fbbad60ee1 CAMEL-18904: Add functions to simple language to create empty map/li… (#9770) new 2ea79b97a9c CAMEL-18904: Add functions to simple language to create empty map/list/string The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. 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(-)