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 2022/10/19 17:06:52 UTC

[camel] branch regen_bot updated (679cc5ed326 -> c26c0e61528)

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

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


    from 679cc5ed326 Regen for commit 97a355fadc661a18ceafdb8100c1b47db1de2276
     add 23b91562c8e CAMEL-18626: Java DSL to allow property placeholders in setExchangePattern
     add 2f757c4b6a3 [CAMEL-18612] Inconsistency in JsonPath component causes problems with databinding (#8571)
     add c26c0e61528 Regen for commit 2f757c4b6a33978277ec9c426f2d6f8a844a9d45

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/languages/jsonpath.json   |  1 +
 .../org/apache/camel/catalog/models/jsonpath.json  |  1 +
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 11 ++++++++
 .../org/apache/camel/jsonpath/jsonpath.json        |  1 +
 .../src/main/docs/jsonpath-language.adoc           | 13 +++++++++
 .../apache/camel/jsonpath/JsonPathExpression.java  | 29 +++++++++++++++-----
 .../apache/camel/jsonpath/JsonPathLanguage.java    | 19 +++++++++++--
 .../camel/jsonpath/JsonPathLanguageTest.java       | 32 ++++++++++++++++++++++
 .../org/apache/camel/model/language/jsonpath.json  |  1 +
 .../org/apache/camel/builder/ExpressionClause.java | 12 ++++++++
 .../camel/builder/ExpressionClauseSupport.java     | 15 ++++++++++
 .../apache/camel/model/ProcessorDefinition.java    | 18 ++++++++++--
 .../camel/model/language/JsonPathExpression.java   | 14 ++++++++++
 .../language/JsonPathExpressionReifier.java        |  7 +++--
 .../camel/processor/SetExchangePatternTest.java    |  7 +++++
 .../java/org/apache/camel/xml/in/ModelParser.java  |  1 +
 .../dsl/yaml/deserializers/ModelDeserializers.java |  6 ++++
 .../generated/resources/schema/camel-yaml-dsl.json |  3 ++
 .../generated/resources/schema/camelYamlDsl.json   |  3 ++
 19 files changed, 180 insertions(+), 14 deletions(-)