V2.0.0

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

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.

New features

  • Added SpEL functions for:
    • Encoding & decoding Base64, Hex and hmac.
    • Date retrieval (currentDateTime, currentEpochMilli, currentEpochSecond).
    • Date conversion (DateTime to Epoch, Epoch to DateTime, DateTime formatter and DateTime parser).
  • 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`.
  • Added support for `#JsonPath` usage in SpEL expressions.
  • New components:
    • Aggregator: reverse of the splitter, used to combine multiple messages into a single one.
    • Infinispan metadata outbound channel adapter: used to (temporarily) store metadata, which can be used to enrich messages, or make decisions in filters or scripts.
    • Content enricher: used to add properties to the payload of messages, similar to what the header enricher can do for headers.
    • 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.
    • Infinispan support objects, supporting the aggregator, metadata outbound channel adapter and content enricher

Breaking changes

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.