Spring Batch 5.1
Spring Batch 5.1 is the latest major release of the enterprise batch processing framework for the Spring ecosystem, providing reusable functions for processing large volumes of data including logging, transaction management, job processing statistics, job restart, skip, and resource management. Version 5.1 introduces Micrometer-based metrics, virtual thread support, and enhanced chunk-oriented processing with improved fault tolerance.
APIs
Spring Batch 5.1 Core API
Core framework API for Spring Batch 5.1 including job configuration, chunk-oriented processing, step execution, job repository, and fault tolerance features including retry and ...
Spring Batch 5.1 Infrastructure API
Infrastructure components for Spring Batch including ItemReader, ItemWriter, ItemProcessor implementations for flat files, XML, JSON, JPA, JDBC, MongoDB, and remote chunking/par...
Spring Batch 5.1 Integration API
Spring Batch integration with Spring Integration for remote partitioning, remote chunking, and message-driven batch processing.
Capabilities
Spring Batch 5.1 Job Monitoring
Workflow capability for monitoring and observing Spring Batch 5.1 job executions. Combines Actuator health, Micrometer metrics, and job execution history into a unified monitori...
Run with Naftiko