Schedule support difference between spring and jdk #11744
Unanswered
xiangtianyu
asked this question in
Q&A
Replies: 1 comment
-
Probably because these instrumentations do completely different things. If you believe you have found a bug please include a minimal application that reproduces the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found that jdk Executor only transform "schedule" while spring schedule only transform "scheduleAtFixedRate" and "scheduleWithFixedDelay"


What cause this difference and why not both transform all these methods?
Beta Was this translation helpful? Give feedback.
All reactions