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

Fix #576 #579

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix #576 #579

wants to merge 1 commit into from

Conversation

decebals
Copy link
Member

@decebals decebals commented Apr 6, 2024

No description provided.

Copy link

sonarcloud bot commented Apr 6, 2024

@@ -331,6 +331,9 @@ protected boolean unloadPlugin(String pluginId, boolean unloadDependents) {
}
}

// resolve the plugins again (update plugins graph)
resolveDependencies();
Copy link
Member Author

@decebals decebals Apr 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, I have some uncertainties regarding performance (the case in which a recursive unload is made => resolveDependencies method is called several times)

Copy link

@guqing guqing Apr 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @decebals , Can we update the dependencies graph by providing a method similar to void removePlugin(PluginDescriptor descriptor) in DependencyResolver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants