Spring Batch 4.2.0.RC1 is released!
On behalf of the Spring Batch team, I am pleased to announce the release of Spring Batch 4.2.0.RC1. We have been working on some performance improvements in the core framework, and this post highlights the major changes.
Major Performance Improvements
We have made some performance improvements, including:
- Enhanced Step Partitioning
- Improved Job Stop
- Faster Writes with the
JpaItemWriter
- Optimized Bean Mapping with the
BeanWrapperFieldSetMapper
Enhanced Step Partitioning
Starting a partitioned step is an area where the framework wasn't well optimized. In this version, we have dug deep into…