Changes for page 213 - Joyful Journeys

Last modified by Carlijn Kokkeler on 2024/04/18 13:07

From version 185.1
edited by Carlijn Kokkeler
on 2023/10/23 14:44
Change comment: There is no comment for this version
To version 186.1
edited by Carlijn Kokkeler
on 2023/10/23 14:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -19,8 +19,8 @@
19 19  * Encoding & decoding Base64, Hex and hmac
20 20  * Date retrieval (currentDateTime, currentEpochMilli, currentEpochSecond)
21 21  * Date conversion (DateTime to Epoch, Epoch to DateTime, DateTime formatter and DateTime parser)
22 -* Added support for SpEL property accessors for XML and JSON, meaning that you can read message payloads in SpEL expressions easily. For example, to retrieve the value for 'id' in the following JSON String: `{"id":"123"}`, this SpEL expression suffices: `payload.id`.
23 -* Added support for `#JsonPath` usage in SpEL expressions
22 +Added support for SpEL property accessors for XML and JSON, meaning that you can read message payloads in SpEL expressions easily. For example, to retrieve the value for 'id' in the following JSON String: `{"id":"123"}`, this SpEL expression suffices: `payload.id`.
23 +Added support for `#JsonPath` usage in SpEL expressions
24 24  
25 25  
26 26  == **Metrics Storage Duration** ==