This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-3.18.x in repository https://gitbox.apache.org/repos/asf/camel.git
from 6abc81a19cc CAMEL-18626: Java DSL to allow property placeholders in setExchangePattern new 298f1e0a1fe [CAMEL-18612] Inconsistency in JsonPath component causes problems with databinding (#8571) new b34a0eca353 Regen 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: camel-dependencies/pom.xml | 2 +- .../apache/camel/catalog/languages/jsonpath.json | 1 + .../org/apache/camel/catalog/models/jsonpath.json | 1 + .../apache/camel/catalog/schemas/camel-spring.xsd | 14203 +++++++++++++++---- .../org/apache/camel/jsonpath/jsonpath.json | 1 + .../src/main/docs/jsonpath-language.adoc | 13 + .../apache/camel/jsonpath/JsonPathExpression.java | 28 +- .../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 + .../camel/model/language/JsonPathExpression.java | 14 + .../language/JsonPathExpressionReifier.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 + 18 files changed, 11310 insertions(+), 3052 deletions(-)