Spring Batch not only became modularized, but also simplified its API. API's like JobExplorer and JobOperator now got merged into other API's, simplifying your applications!
Spring Boot 4 introduces a new default for Spring Batch, no longer requiring any database table. In this blogpost I'll talk more about the impact this has on your code.
Writing a RESTful webservice with Spring is easy, even easier with Spring Boot. But did you also know that validation is quite easy as well with Spring?
Batch processing is an often occuring taks when developing applications. With Spring boot, you can now easily write batch processes using Spring batch. In this tutorial I'll use Spring batch to index markdown documents into Solr.