Spring Batch 6.0.0-M4 released
I am pleased to announce that Spring Batch 6.0.0-M4
is now available from Maven Central!
The main changes in this milestone release are the following:
- Migration to nullability checks with jSpecify
- Improved domain model design
For the complete list of changes, please check the release notes here.
Null safety with JSpecify
Spring Batch 6.0 APIs are now annotated with JSpecify annotations to provide better null-safety guarantees and improve code quality. This change helps developers catch potential null-related issues at compile time, leading to more robust and reliable applications.