Stéphane Nicoll
98084aab2b
Reformat additional-spring-configuration-metadata.json files
2026-05-30 14:28:53 +02:00
Andy Wilkinson
add52b6ccd
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50439
2026-05-14 15:02:24 +01:00
Stéphane Nicoll
09ed319596
Merge branch '3.5.x' into 4.0.x
2026-03-05 09:23:11 +01:00
Andy Wilkinson
0ffffee4bf
Upgrade to Nullability Plugin 0.0.9
...
Closes gh-48638
2026-01-08 11:59:51 +00:00
Stéphane Nicoll
3d23261f87
Merge branch '3.5.x'
...
Closes gh-48122
2025-11-13 14:55:19 +01:00
Stéphane Nicoll
d1e5fe3248
Merge branch '3.5.x'
...
Closes gh-48106
2025-11-13 10:31:25 +01:00
Phillip Webb
770c94607c
Refine 'Introduce a shared abstraction for database initialization'
...
Use test fixtures to keep getSettings() package-private
See gh-46213
2025-10-22 19:54:46 -07:00
Phillip Webb
84274a2b40
Polish 'Introduce a shared abstraction for database initialization'
...
See gh-46213
2025-10-22 13:37:20 -07:00
Yanming Zhou
001230c389
Introduce a shared abstraction for database initialization
...
Add a new shared abstraction used by Spring Batch,
Spring Integration, Spring Session and Quartz.
See gh-46213
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com >
2025-10-22 13:36:39 -07:00
Stéphane Nicoll
36c2432f69
Rename 'spring-boot-tx' module to 'spring-boot-transaction'
...
Closes gh-47603
2025-10-16 09:14:20 +02:00
Stéphane Nicoll
6cebe3aca4
Migrate test to Jackson 3
2025-10-16 08:53:16 +02:00
Phillip Webb
69ca0e13bd
Suppress deprecated class warning
2025-10-15 22:35:08 -07:00
Andy Wilkinson
da74dd92c9
Merge branch '3.5.x'
...
Closes gh-47439
2025-10-09 10:59:17 +01:00
Moritz Halbritter
c65a259637
Add nullability annotations to tests in module/spring-boot-batch-jdbc
...
See gh-47263
2025-10-06 12:03:56 +02:00
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