Skip to content

Commit

Permalink
[Spring Scheduling] Support Virtual Threads
Browse files Browse the repository at this point in the history
Signed-off-by: Jakob Joachim <[email protected]>
  • Loading branch information
Jakob Joachim committed Feb 21, 2025
1 parent 6dccc64 commit aad942e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public ElementMatcher<TypeDescription> typeMatcher() {
return namedOneOf(
"org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler",
"org.springframework.scheduling.concurrent.ConcurrentTaskScheduler",
"org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler",
"org.springframework.scheduling.commonj.TimerManagerTaskScheduler");
}

Expand Down

0 comments on commit aad942e

Please sign in to comment.