Spring Batch 2.0.0.M3 已经可以下载了,下载地址:http://static.springframework.org/spring-batch/downloads.html
该版本修正了不少bug,对原有的功能进行改进,以及引入了新的特性包括:
- Support for multiple I/O files in a single jobRun for a particular scheduleDate.
- Non-sequential execution
- Provide named parameter support to JdbcCursorItemReader
- Annotation support
- Create test project
- Create a sample job for JobParametersIncrementer
- Add JobParametersIncrementer to job namespace element
- Add reflection-based Field Extractor
详细的 ChangeLog 请看这里:http://static.springsource.org/spring-batch/migration/2.0-m2-m3.html
暂无更多评论