-
Beta Was this translation helpful? Give feedback.
Answered by
wu-sheng
Nov 9, 2021
Replies: 1 comment 1 reply
-
First of all, your codes are not matching the document. Every release has different supported versions. 6.x definitely doesn't cover all Then, the supported in readme(latest) about |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xingcici
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all, your codes are not matching the document. Every release has different supported versions.
6.x definitely doesn't cover all
jdk 8 - jdk 17
.Then, the supported in readme(latest) about
8-17
is from agent core perspective. Agent plugin has its own version detection mechanism. This pluginhttp-jdk-plugins
only works in< jdk9
due to the issue you pointed out.We are welcome you to submit a pull request to add
witness
class for old plugin, and provide a new plugin forjdk9
.