Skip to main content

Version 10.2.9.8

Release date

June 6, 2025

The patch introduces improved configurability in the Java Native Worker (JNW) framework and includes several fixes for various issues affecting platform performance and data integrity.

Jackson configuration support for Java Native Worker

Support for custom Jackson ObjectMapper configuration is now available in the JNW framework. When using the @AutoContract, @AutotaskProcessor, and @TaskProcessorOutput annotations to create JNW tasks, you can customize the Jackson mapper to configure serialization and deserialization behavior, such as date formatting and handling of unknown properties. The update applies to both the JNW Toolkit and core JNW libraries.

Corrected issues

  • Resolved the issue with the meta_info_json data becoming corrupted during Manual Task processing when a secure bucket was used.

  • Resolved the issue where Control Tower failed to restart after an out-of-memory error if loading the initial state for active Business Processes with large amounts of data took too long.

  • Fixed the issue where the no-code Decision rules step logged excessive INFO messages, causing event logs to bloat and become unusable for troubleshooting in Control Tower.

  • Resolved the issue where S3 upload and download services for FTP Producer and FTP Consumer loaded entire large files into memory, causing out-of-memory exceptions. The components are updated to use streaming for improved memory efficiency.