Spring
Follow
Bootiful Spring Boot 3.4: Spring Batch
Spring Batch 5.2 introduces several new features, including three job repository implementations, support for registering hints for Spring Data JPA queries, support for data classes, and configurable line separator support in RecursiveCollectionLineAggregator. The CompositeItemReader allows for reading data from multiple sources sequentially, and the BlockingQueueItemWriter and BlockingQueueItemReader enable Staged Event Driven Architecture (SEDA) for more scalable and robust batch processing. Spring Batch now supports Java 21's virtual threads, which can significantly improve input and output operations.