Reactor added support for Virtual Threads in their Schedulers. This is triggered by a system property. In #35892 we have introduced new conditional annotation and a companion configuration property.

We should enable Virtual Threads support in Reactor whenever this condition matches. This has to be done quite early and we already configure the reactor debug agent in DebugAgentEnvironmentPostProcessor. We should probably refactor this class and merge both features in a single post processor.