You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jorick Flabat (Jira)" <ji...@apache.org> on 2020/05/27 12:19:00 UTC

[jira] [Updated] (CAMEL-15120) camel-jslt - Use headers as variables in the jslt component

     [ https://issues.apache.org/jira/browse/CAMEL-15120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jorick Flabat updated CAMEL-15120:
----------------------------------
    Description: 
The jslt library allows to pass external variables when applying a jslt to an input json. This issue is implemented by using the headers of the message as external variables. The header values are converted using the jackson library to a JsonNode. The attached PR provides the unit tests and the code that implements this new functionality.

 

NB: the component camel-jslt does not exist yet

  was:The jslt library allows to pass external variables when applying a jslt to an input json. This issue is implemented by using the headers of the message as external variables. The header values are converted using the jackson library to a JsonNode. The attached PR provides the unit tests and the code that implements this new functionality.


> camel-jslt - Use headers as variables in the jslt component
> -----------------------------------------------------------
>
>                 Key: CAMEL-15120
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15120
>             Project: Camel
>          Issue Type: Improvement
>            Reporter: Jorick Flabat
>            Priority: Major
>
> The jslt library allows to pass external variables when applying a jslt to an input json. This issue is implemented by using the headers of the message as external variables. The header values are converted using the jackson library to a JsonNode. The attached PR provides the unit tests and the code that implements this new functionality.
>  
> NB: the component camel-jslt does not exist yet



--
This message was sent by Atlassian Jira
(v8.3.4#803005)