-
Notifications
You must be signed in to change notification settings - Fork 67
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 comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Removing
|
I don't know how isolated the change would be, but Tycho already supports building Multirelease-Jars if that's an option for you? so if this can be e.g. an abstract base class that has one java 8 variant and one java 9 it could work quite seamlessly. |
I don't think the problem is important enough to add any level of complication. |
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: