Changes for page V2.0.0
Last modified by Carlijn Kokkeler on 2024/07/17 14:42
From version 7.2
edited by Erik Bakker
on 2023/03/03 08:51
on 2023/03/03 08:51
Change comment:
Update document after refactoring.
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 (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -V 1301 +V2.0.0 - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ebakker1 +XWiki.CarlijnKokkeler - Content
-
... ... @@ -1,20 +1,24 @@ 1 1 {{container}} 2 2 {{container layoutStyle="columns"}}((( 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. 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 5 =====New features===== 6 6 7 -* Added an enabler for various features coming to the portal soon 8 - ** Queue browser 9 - ** Gen 3 redelivery 10 - ** Start/stop flows 11 -* XSL-FO components can now be used by the gen 3 runtime 12 -* Dead letter addresses are now automatically created removing the need for a workaround in the JMS server flow 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). 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 13 13 14 -=====Bug fixes===== 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. 15 15 16 -* SSL stores in the flow can now be used by kafka components 17 -* Property placeholders can now be used in the kafka components where SSL stores can be referenced 18 - 19 19 )))((({{toc/}}))){{/container}} 20 20 {{/container}}