Spring Batch 6.0.0-RC1 is out!
On behalf of the team and all contributors, I am pleased to announce that Spring Batch 6.0.0-RC1 is now available from Maven Central!
This release candidate comes with following features and improvements:
- Graceful Shutdown support
- SEDA style with Spring Integration message channels
- Local chunking support
- Jackson 3 support
- Remote step support
For the complete list of changes, please check the release notes.
Graceful Shutdown support
Spring Batch 6.0 introduces support for graceful shutdown of batch jobs. This feature allows you to stop a running job execution in a controlled manner, ensuring…