-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
in: corestatus: for-internal-teamIssues that are planned to be resolved by the Spring Batch team, and not open for contributions.Issues that are planned to be resolved by the Spring Batch team, and not open for contributions.type: feature
Milestone
Description
Virtual Threads (Project Loom) will be out of preview in JDK 21. This issue is to:
- Make sure that Spring Batch behaves in the same way with virtual threads as with platform threads
- Replace
synchronized
blocks/methods that contain blocking I/O operations with reentrant locks - Check what should be updated in the Batch auto-configuration of Spring Boot with regard to virtual threads
woniper, baezzys and anbusampathwoniper
Metadata
Metadata
Assignees
Labels
in: corestatus: for-internal-teamIssues that are planned to be resolved by the Spring Batch team, and not open for contributions.Issues that are planned to be resolved by the Spring Batch team, and not open for contributions.type: feature