[
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)