-
Notifications
You must be signed in to change notification settings - Fork 65
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
On Java 9+ the bundle class loader should call ClassLoader.getDefinedPackage #296
Comments
This issue has been inactive for 180 days and is therefore labeled as stale. |
@tjwatson I removed the stale flag as I think its still an issue, do you think you can address this probably for the current release? |
I can try to take a look, but for such an old issue nobody has noticed it is not the highest priority. |
This issue has been inactive for 180 days and is therefore labeled as stale. |
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=490735#c9
On Java 9+ the classloader should call ClassLoader.getDefinedPackage instead of ClassLoader.getPackage to avoid delegation to the parent class loader.
The text was updated successfully, but these errors were encountered: