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

JapexClassLoader patch #13

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

JapexClassLoader patch #13

wants to merge 1 commit into from

Conversation

nonapa
Copy link

@nonapa nonapa commented Feb 15, 2023

JapexClassLoader now uses the system class loader as parent as opposed to bootstrap class loader in order for all platform classes to be visible at runtime (such as classes from java.sql module) when running with Java 9 or later. This is a workaround until japex is migrated to Java 9 or later where ClassLoader.getPlatformClassLoader() can be used as parent to provide all platform classes.

JapexClassLoader now uses the system class loader as parent as opposed
to bootstrap class loader in order for all platform classes to be
visible at runtime (such as classes from java.sql module) when running
with Java 9 or later. This is a workaround until japex is migrated to
Java 9 or later where ClassLoader.getPlatformClassLoader() can be used
as parent to provide all platform classes.
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.

1 participant