Spring Batch 多个分支发布了更新,包括: 5.1.0-M2, 5.0.3 和 4.3.9。
Spring Batch 是一个轻量级且功能全面的批处理框架,使用 Spring 和 Java 编写离线和批处理应用程序,旨在为开发对企业系统日常运行至关重要的批处理应用程序提供支持。
发布公告写道,5.0.3 和 4.3.9 是补丁更新,包含许多错误修复、改进和依赖项升级。具体内容查看 release notes:5.0.3 和 4.3.9。
Spring Batch 5.1.0 第 2 个里程碑版本主要变化:
- 引入新的基于光标的
MongoItemReader
MongoItemWriter
支持批量插入 (Bulk inserts)-
升级依赖项
- Spring Framework 6.1.0-M4
- Spring Integration 6.2.0-M2
- Spring Data 3.2.0-M2
- Spring LDAP 3.2.0-M2
- Micrometer 1.12.0-M2
更多内容查看 release notes。