Spring Batch 4.3 Official GA

Haven't voted? Don't say you have been to OSC
https://www.oschina.net/project/top_cn_2020

Spring Batch 4.3 has been officially GA . Spring Batch is a lightweight and full-featured batch processing framework that uses Spring and Java to write offline and batch processing applications. It aims to provide support for the development of batch processing applications that are vital to the daily operation of enterprise systems.

Update highlights:

  • Support the use of Java 14 Records  #3693
  • Add JpaCursorItemReaderrealization  #901
  • In StaxEventItemWriterfor standaloneproperty to add setter  # 758
  • In the KafkaItemReaderfunction, increased start reading from custom offset  # 737
  • In StaxEventItemReaderadding the encoding parameter  # 807
  • spring.batch.job.activeAdd job name tag to indicator  #3750
  • In the JobLauncherTestUtilsadd getUniqueJobParametersBuilder()method  # 767
  • Implementation  DataFieldMaxValueIncrementeradded on the basis of #1521JobParametersIncrementer
  • Add SynchronizedItemStreamWriter #842
  • Method  for JdbcPagingItemReaderBuilderadding #819beanRowMapper
  • In JpaPagingItemReaderincreased support for named queries  # 1667
  • The JobBuilderincrease in the annotation-based JobExecutionListenersupport  # 817
  • Meta-annotate using @ExtendWith(SpringExtension.class)pairs @SpringBatchTest(Meta-annotate)  #3647
  • Set to false on ModularBatchConfigurationand #3715SimpleBatchConfigurationproxyBeanMethods
  • Support GraalVM
  • Improvements MongoItemWriterand RepositoryItemWriteperformance

See the release note for details .

Note that this version is the last feature branch of 4.x, and the next version will be 5.0.

Guess you like

Origin www.oschina.net/news/119596/spring-batch-4-3-ga