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

make java.util.ServiceLoader works properly in Java9 #224

Closed
bsorrentino opened this issue Aug 5, 2020 · 1 comment
Closed

make java.util.ServiceLoader works properly in Java9 #224

bsorrentino opened this issue Aug 5, 2020 · 1 comment
Assignees
Labels
Milestone

Comments

@bsorrentino
Copy link
Owner

Since Java9 added real modularization seems that Service Provider Interface (SPI) through use of java.util.ServiceLoader doesn't work properly.

References

@bsorrentino bsorrentino added the bug label Aug 5, 2020
@bsorrentino bsorrentino self-assigned this Aug 5, 2020
@bsorrentino
Copy link
Owner Author

bsorrentino commented Dec 9, 2020

One possible solution is implements multijar JEP-238.

take a look the article here

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