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
314 stars 34 forks source link

Plugin causes lag while opening/expanding the "GlassFish server" run configuration category in Intellij IDEA 2018.3.4 #30

Open bseiller opened 5 years ago

bseiller commented 5 years ago

We recently updated to Intellij IDEA 2018.3.4 and are now experiencing lag when opening the "GlassFish server" run configuration category. We opened the following ticket with Jetbrains https://youtrack.jetbrains.com/issue/IDEA-208704 which resulted in hotswap-agent-intellij-plugin being identified as culprit, disabling the plugin stops the lag altogether. The lagging starts as soon as the plugin is enabled and any Glassfish run configuration is activated under "Configurations with HotSwapAgent enabled" in the Settings => Tools => HotSwapAgent section. Haven't really tested if this holds true for other run configuration categories as well. Also 2017.1 does not behave in this way, so there might be changes in the plugin API which result in the behavior.

Also thanks for this beautiful peace of software, we really like it!