4.3.3
版本发布时间: 2021-05-19 20:33:28
spring-projects/spring-batch最新发布版本:v5.1.2(2024-05-22 19:45:43)
🐞 Bug fixes
- SimpleJobRepository should ignore non-identifying JobParameters #1221
- Setting item processor property with lambda error #3749
- Override SimpleStepBuilder.faultTolerant() in FaultTolerantStepBuilder #3840
- JdbcCursorItemReaderBuilder defaults verifyCursorPosition to false, but its Javadoc says the opposite #3893
- org.springframework.batch.core.JobParameter.toString may return null #834
- AvroItemWriter uses GenericDatumWriter instead of SpecificDatumWriter for type that extends SpecificRecordBase #3859
🚀 Enhancements
- Replace the list used internally by the ListItemReader (ArrayList -> LinkedList) #3782
📔 Documentation
- Improve code example in "Configuring and Running a Job" section #3888
- Incorrect code examples in documentation #3889
- Fix misused 'end()' in examples #3902
- Fix typo in documentation #3907