Changes for page V2.0.0

Last modified by Carlijn Kokkeler on 2024/07/17 14:42

From version 20.2
edited by Carlijn Kokkeler
on 2023/10/23 16:34
Change comment: Update document after refactoring.
To version 21.1
edited by Carlijn Kokkeler
on 2023/10/23 16:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,10 +2,26 @@
2 2  {{container layoutStyle="columns"}}(((
3 3  These are the release notes for this runtime image. Once a runtime image is released, every new release will utilize this runtime image as base for creating runtime images for docker. For more information on this please check out this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-deploy-execute-deployment-plan-gen3.WebHome||target="blank"]].
4 4  
5 -=====Bug Fixes=====
5 +=====New features=====
6 6  
7 -* Error messages with a lengthy message history will also be displayed.
8 -* Error messages with a stack trace larger than 32kb will also be displayed.
7 +* Added SpEL functions for:
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 9  
12 +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"}
13 +`, this SpEL expression suffices: `payload.id`.
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
10 10  )))((({{toc/}}))){{/container}}
11 11  {{/container}}