Claus Ibsen created CAMEL-16596:
-----------------------------------
Summary: camel-core - ScriptLanguage SPI
Key: CAMEL-16596
URL: https://issues.apache.org/jira/browse/CAMEL-16596
Project: Camel
Issue Type: New Feature
Components: camel-core
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 3.10.0
Languages in camel are tied to being evaluated during routing with the exchange
as the input variable.
This works well for languages like simple, header, xpath, jsonpath etc that
works with the message payload.
However it would be good to have a ScriptingLanguage SPI that some languages
can implemented as they are general purpose scripting languages like groovy etc.
Then we can use these languages in other areas without Exchange, or have to
create a dummy exchange that is empty.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)