Thanks for your article. But I have a question How can I adapt the @Async annotation in Spring Boot to use virtual threads instead of traditional platform threads? PublixPassport
If you specify @Async(TaskExecutionAutoConfiguration.APPLICATION_TASK_EXECUTOR_BEAN_NAME) at the method level of your spring bean, it will automatically work as a Virtual Thread. I've added that to the article :)