4.3.5
版本发布时间: 2022-02-24 00:29:43
spring-projects/spring-batch最新发布版本:v5.1.2(2024-05-22 19:45:43)
🐞 Bug fixes
- Adjust h2 schema to work with v2.0.x #4043
- Adjust H2PagingQueryProvider to work with v2.x #4047
🚀 Enhancements
- Simplify GET_LAST_STEP_EXECUTION #3997
- Make countStepExecutions access batch_job_execution only once #3876
- Add
@Nullable
to StepExecution::endTime #4034 - Collection's empty data check using CollectionUtils.isEmpty #4021
- Check arguments of MongoItemReader#setSort #4014
📔 Documentation
- Add example for in-memory repository, with no deprecated classes #4016
- Document default types of beans registered by EnableBatchProcessing annotation #3993
- Fix Javadoc of FaultTolerantChunkProvider #4029
- Fix typos in documentation #4010