This repository was archived by the owner on Jan 31, 2025. It is now read-only.
4.5
- @hhromic added an option to configure the batch size for JDBC Sink.
A newbatchLimit()method added to theJdbcSinkBuilderand the
corresponding constructor arguments to the underlying implementation
class and meta-suppliers. - Limit parallel partition reads: In Map/Cache source, Jet tries to
read all the partitions in parallel, which may lead to high memory
usage. Now the max number of parallel reads is limited. - Improve
AggregateOperations.pickAny()by addingdeduct - Security updates: updated several libraries with identified security
vulnerabilities. - SQL: pre-existing
ClassDefinitionis no longer required for
Portableserialization - if it does not exist, it's derived from the
mapping columns.