Skip to content

java agent plugin support jdk11 problem #8096

Answered by wu-sheng
xingcici asked this question in Q&A
Discussion options

You must be logged in to vote

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 plugin http-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 for jdk9.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@xingcici
Comment options

Answer selected by xingcici
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants