You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/01/02 13:18:19 UTC

(camel) branch toname updated (5abb182ec1d -> a75b544308f)

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

davsclaus pushed a change to branch toname
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 5abb182ec1d CAMEL-20288: camel-core - Convert header and variable To another name
     add a75b544308f CAMEL-20288: camel-core - Convert header and variable To another name

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 22 ++++++++++
 ...derTest.java => SpringConvertVariableTest.java} |  6 +--
 .../camel/spring/processor/convertHeader.xml       |  6 +++
 .../{convertBody.xml => convertVariable.xml}       | 47 +++++++++++++++++-----
 4 files changed, 68 insertions(+), 13 deletions(-)
 copy components/camel-spring-xml/src/test/java/org/apache/camel/spring/processor/{SpringConvertHeaderTest.java => SpringConvertVariableTest.java} (84%)
 copy components/camel-spring-xml/src/test/resources/org/apache/camel/spring/processor/{convertBody.xml => convertVariable.xml} (56%)