-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Classloader flaw in ObjectFactoryServiceLoader #2219
Labels
🐛 bug
Defect / Bug
Comments
mpkorstanje
added a commit
that referenced
this issue
Jan 23, 2021
mpkorstanje
added a commit
that referenced
this issue
Jan 23, 2021
mpkorstanje
added a commit
that referenced
this issue
Jan 23, 2021
mpkorstanje
added a commit
that referenced
this issue
Feb 11, 2021
mpkorstanje
added a commit
that referenced
this issue
Feb 11, 2021
mpkorstanje
added a commit
that referenced
this issue
Feb 11, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Currently ObjectFactoryServiceLoader don't use (in contrast to the other classes) the classlaoder passed to Runtime.builder().withClassloader(...) this loads to problems in cases whith classloader restrictions
Expected behavior
ObjectFactoryServiceLoader gets the serviceloader and uses it for service lookup.
The text was updated successfully, but these errors were encountered: