Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
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.
Attachments
Issue Links
- relates to
-
CAMEL-16593 Kamelets local bean - Allow to use expression language to supply the bean
- Resolved