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(core): ensure child-first strategy for plugin class loading (#4621) #4622

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

Conversation

fhussonnois
Copy link
Member

@fhussonnois fhussonnois commented Aug 9, 2024

Changes:

  • fix child-first strategy
  • cleanup the PluginClassLoader class

Fix: #4621

With this classloader:

new-classloader

@fhussonnois fhussonnois force-pushed the fix/classloader branch 4 times, most recently from cdeee47 to f4d758c Compare August 13, 2024 09:00
Copy link

sonarcloud bot commented Aug 13, 2024

Changes:
- fix child-first strategy
- cleanup the PluginClassLoader class

Fix: #4621
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To review
Development

Successfully merging this pull request may close these issues.

PluginClassLoader does't provide 'true' ClassLoadingIsolation (child-first strategy is not respected)
1 participant