Add support for in-memory Batch infrastructure

This commit moves the existing JDBC-based Spring Batch infrastructure
to a new 'spring-boot-batch-jdbc' module, while the existing module
only offers in-memory (aka resourceless) support.

The commit also updates the reference guide to provide some more
information about what's available and how to use it.

Closes gh-46307
This commit is contained in:
Stéphane Nicoll
2025-09-29 15:00:52 +02:00
parent 54ffc42309
commit 4f6bbac13e
39 changed files with 1900 additions and 1089 deletions
@@ -22,8 +22,6 @@ description = "Starter for using Spring Batch"
dependencies {
api(project(":starter:spring-boot-starter"))
api(project(":starter:spring-boot-starter-jdbc"))
api(project(":module:spring-boot-batch"))
api(project(":module:spring-boot-jdbc"))
}