Closed
Description
From the Spring Security side we do not manage our own threads, but use existing abstractions. However, we do support propagating context from one Thread to another. We need to verify this works when using Virtual Threads. We also need to verify that the overhead of ThreadLocal usage is not an issue.