Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Information Provided
-
2.25.3
-
None
-
Unknown
Description
The first result from $.concat(...) seems to be "cached"
Eg, given json:
{{
{"payload": \{"id": 1, "first_name": "Marie", "last_name": "Rose" }}}}
The expression:
jsonpath("$.concat($.payload.first_name,\" \",$.payload.last_name)")
Will always returns Marie Rose on following calls with different values in the input json.
Please find attached reproducer maven project with junit test.
Attachments
Attachments
Issue Links
- relates to
-
CAMEL-16397 camel-jsonpath - Use JsonPath that allows to turn on|off caching
- Resolved