Spring Batch 4.3.0-M1 is released now!
On behalf of the Spring Batch team, I am pleased to announce that Spring Batch 4.3.0-M1 is now available from our milestone repository.
What’s new?
This release is packed with new features, performance improvements, and bug fixes, as well as documentation and dependency updates! You can find the complete list of changes in the release notes, but here are the major highlights:
New features
1. New synchronized ItemStreamWriter
Similar to the SynchronizedItemStreamReader
, we added a SynchronizedItemStreamWriter
. This feature is useful in multi-threaded steps where concurrent threads need to be…