4.3.1
版本发布时间: 2020-12-10 07:15:54
spring-projects/spring-batch最新发布版本:v5.1.2(2024-05-22 19:45:43)
🐞 Bug fixes
- After restarting a failed job using
RunIdIncrementer
, all subsequent job launches throwClassCastException
#3799 - Use
isQuoteCharacter
instead of direct char comparison inDelimitedLineTokenizer
#682 - Incorrect behaviour of
RepositoryItemReader#jumpToItem()
on restart #1074 - Do not throw NPE for job instances without executions #3798
🚀 Enhancements
-
kafkaTemplate
inKafkaItemWriter
should beprotected
#3802