Add support for Virtual Threads
fmbenhassine opened this issue · 1 comments
fmbenhassine commented
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
fmbenhassine commented