Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic plugin support #15

Closed
sashagam opened this issue May 28, 2020 · 3 comments
Closed

Dynamic plugin support #15

sashagam opened this issue May 28, 2020 · 3 comments
Labels

Comments

@sashagam
Copy link

Hi!

Did you managed to fix issue with dynamic plugin load?
Found your issue on jetbrains support forum:
https://intellij-support.jetbrains.com/hc/en-us/community/posts/360008211319-Plugin-not-unload-safe-because-class-loader-cannot-be-unloaded

Thanks!

@lukbukkit
Copy link
Member

Sadly I did not yet find a solution for the problem. Today I'm going to look into the memory dumps, maybe they contain something helpful. I'll keep you updated.

@lukbukkit
Copy link
Member

The HasteIt plugin is now safe to unload, if no task is running. I removed all class properties which point to a service, instead I'm requesting the service instance when I need it. I did the same thing for DiscordBeam, but it's still impossible to unload the plugin without a restart. I guess this is a problem caused by the platform, not my plugin.

@sashagam
Copy link
Author

sashagam commented Jun 3, 2020

Thanks for reply!

I think it is problem on intellij idea side. Hope they will fix it on future releases.

@sashagam sashagam closed this as completed Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants