This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
from ad22fc95bb3 CAMEL-20376: camel-xpath - XPath language add support for variables (#12964) new 6923c8654cf camel-wasm - Polish new ddc7c362069 CAMEL-19749: variables - Should also copy message headers into variable when using EIP variables 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: .../resources/org/apache/camel/catalog/components/wasm.json | 2 +- .../resources/org/apache/camel/catalog/languages/wasm.json | 6 +++--- .../generated/resources/org/apache/camel/catalog/models/wasm.json | 4 ++-- .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd | 2 +- components/camel-wasm/pom.xml | 1 + .../generated/resources/org/apache/camel/component/wasm/wasm.json | 2 +- .../generated/resources/org/apache/camel/language/wasm/wasm.json | 6 +++--- components/camel-wasm/src/main/docs/wasm-component.adoc | 2 +- components/camel-wasm/src/main/docs/wasm-language.adoc | 4 ++-- .../generated/resources/org/apache/camel/model/language/wasm.json | 4 ++-- .../main/java/org/apache/camel/model/language/WasmExpression.java | 6 ++---- dsl/camel-componentdsl/src/generated/resources/metadata.json | 2 +- .../java/org/apache/camel/builder/endpoint/FromVariableTest.java | 2 +- 13 files changed, 21 insertions(+), 22 deletions(-)