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

ClassLoaders should allow plugins to see only plugin related classes #54

Open
mikosik opened this issue Jan 31, 2015 · 0 comments
Open
Labels

Comments

@mikosik
Copy link
Owner

mikosik commented Jan 31, 2015

This is true also for ClassLoader used by junit plugin
This is called 'class loader isolation'.
Taken from https://inside.java/2021/09/10/what-are-modules-about/
modules do support class loader isolation, for whatever it’s worth, with module layers. Layers might be appropriate at times (for example, they’re useful for a plugin architecture), and third-party libraries like Layrry can construct a layer hierarchy based on a configuration file.

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

1 participant