Changes for page V2.0.0
Last modified by Carlijn Kokkeler on 2024/07/17 14:42
From version 21.1
edited by Carlijn Kokkeler
on 2023/10/23 16:35
on 2023/10/23 16:35
Change comment:
There is no comment for this version
To version 22.1
edited by Carlijn Kokkeler
on 2023/10/23 16:38
on 2023/10/23 16:38
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -6,22 +6,19 @@ 6 6 7 7 * Added SpEL functions for: 8 8 ** Encoding & decoding Base64, Hex and hmac. 9 -* Date retrieval (currentDateTime, currentEpochMilli, currentEpochSecond). 10 -* Date conversion (DateTime to Epoch, Epoch to DateTime, DateTime formatter and DateTime parser). 9 +** Date retrieval (currentDateTime, currentEpochMilli, currentEpochSecond). 10 +** Date conversion (DateTime to Epoch, Epoch to DateTime, DateTime formatter and DateTime parser). 11 +* 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`. 12 +* Added support for `#JsonPath` usage in SpEL expressions. 13 +* New components: 14 +** Aggregator: reverse of the splitter, used to combine multiple messages into a single one. 15 +** Infinispan metadata outbound channel adapter: used to (temporarily) store metadata, which can be used to enrich messages, or make decisions in filters or scripts. 16 +** Content enricher: used to add properties to the payload of messages, similar to what the header enricher can do for headers. 17 +** Duplicate detector: support object used to detect duplicate messages for a certain key on an inbound channel of a flow component. Duplicates can be marked or discarded. 18 +** Infinispan support objects, supporting the aggregator, metadata outbound channel adapter and content enricher 11 11 12 - Added support for SpEL propertyaccessors for XML and JSON, meaningthat you canread messagepayloadsin SpEL expressions easily. For example, to retrieve the value for 'id' in the following JSON String: ` {"id":"123"}13 - `,thisSpELexpression suffices:`payload.id`.20 +=====Breaking changes===== 21 +Changed the library used for Code Mappings. Any customer with Gen3 runtimes and code mappings is required to reset their infra flows prior to deploying on image 2.0.0. 14 14 15 -Added support for `#JsonPath` usage in SpEL expressions 16 -New components: 17 -Aggregator: reverse of the splitter, used to combine multiple messages into a single one 18 -Infinispan metadata outbound channel adapter: Used to (temporarily) store metadata, which can be used to enrich messages, or make decisions in filters or scripts 19 -Content enricher: used to add properties to the payload of messages, similar to what the header enricher can do for headers. 20 -Duplicate detector: Support object used to detect duplicate messages for a certain key on an inbound channel of a flow component. Duplicates can be marked or discarded. 21 -Infinispan support objects, supporting the aggregator, metadata outbound channel adapter and content enricher 22 -Breaking changes: 23 -Changed the library used for Code Mappings. Any customer with Gen3 runtimes and code mappings is required to reset their infra flows prior to deploying on image 2.0.0 24 - 25 -A 26 26 )))((({{toc/}}))){{/container}} 27 27 {{/container}}