Spring Batch 5.2.0-M2 is available now!
I am pleased to announce that the second milestone of Spring Batch 5.2 is now available from our milestones repository. This blog post walks you through the main changes in Spring Batch 5.2:
- MongoDB job repository support
- New resourceless job repository
- Composite item reader implementation
- New adapters for java.util.function APIs
- Concurrent steps with blocking queue item reader and writer
For the complete list of changes, please check the release notes.
MongoDB job repository support
This release introduces the first NoSQL job repository implementation which is backed by MongoDB. Similar to…