Spring Batch 4.2.0.M1 available now
I am pleased to announce that the first milestone of Spring Batch 4.2 has been released and is available from our milestone repository.
The major feature of this release is the addition of batch metrics with Micrometer.
Batch Metrics with Micrometer
This release introduces a new feature that lets you monitor your batch jobs by using Micrometer. By default, Spring Batch collects metrics (such as job duration, step duration, item read and write throughput, and others) and registers them in Micrometer's global metrics registry under the spring.batch
prefix. These metrics can be sent to any monitoring system supported by…