Stéphane Nicoll
4f6bbac13e
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
2025-09-29 15:00:52 +02:00
Phillip Webb
ff83fea96e
Adapt to upstream Spring Batch changes
...
See gh-47001
2025-09-16 11:32:15 -07:00
Stéphane Nicoll
5ca904c17a
Adapt to latest change in Spring Batch snapshots
...
See https://github.com/spring-projects/spring-batch/issues/4971
2025-09-09 10:36:55 +02:00
Andy Wilkinson
b42a060d0a
Merge branch '3.5.x'
...
Closes gh-46943
2025-08-22 11:59:17 +01:00
Phillip Webb
7140be8751
Rename metrics, observation, and tracing modules
...
Rename modules to include 'micrometer'.
Closes gh-46925
2025-08-20 16:05:11 -07:00
Moritz Halbritter
06e9827125
Add nullability annotations to module/spring-boot-batch
...
See gh-46587
2025-07-29 16:49:17 +02:00
Moritz Halbritter
c0f1f641ce
Make auto-configurations final and remove public members
...
Closes gh-32883
2025-07-29 09:48:49 +02:00
Stéphane Nicoll
548b44f75e
Re-enable incrementExistingExecution test
...
Closes gh-46459
2025-07-22 16:43:38 +02:00
Stéphane Nicoll
8fdf94c2c9
Temporarily disable test
...
See gh-46447
2025-07-17 12:46:07 +02:00
Andy Wilkinson
19d5f2525f
Polish "Adapt to latest changes in Spring Batch 6"
...
See gh-46447
2025-07-17 12:05:54 +02:00
Mahmoud Ben Hassine
024dba4bb8
Adapt to latest changes in Spring Batch 6
...
See gh-46447
2025-07-17 12:05:54 +02:00
Phillip Webb
decc32dde3
Restructure project directories to better fit Gradle
...
Closes gh-46358
2025-07-10 17:54:08 -07:00