dmitry-zhuravlev / hotswap-agent-intellij-plugin

This plugin intends to simplify the usage of http://hotswapagent.org. Agent provides real hotswap functionality together with https://dcevm.github.io which extends JVM class redefinition functionality.
Apache License 2.0
311 stars 34 forks source link

Plugin does not work with JDK11 (TravaOpenJDK) #29

Open markiewb opened 5 years ago

markiewb commented 5 years ago

Regarding

the TravaOpenJDK is the official DCEVM bundle for JDK11 based on AdoptJDK11. It also includes the HotSwapAgent by default.

So the plugin must be updated to adopt to the changes:

I am not sure how you can make your plugin backwards-compatible to JDK8, because the current plugin still works for JDK8 (http://hotswapagent.org/mydoc_quickstart.html). But not for JDK11 (http://hotswapagent.org/mydoc_quickstart-jdk11.html) anymore.

fatso83 commented 2 years ago

This issue would be solved by just updating to the latest version of DCEVM. It received Java 11 support in 2018.