-
-
Notifications
You must be signed in to change notification settings - Fork 990
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
Explicit provider fails when used with module system #392
Comments
this fixes qos-ch#392 Signed-off-by: Robert Scholte <[email protected]>
I suspect that following version of slf4j-simple/.../java9/module-info.java will solve the issue
|
that will work, but that means that every ServiceProvider must do so. The |
@rfscholte The rationale here is that if the provider is specified explicitly, it must be known to work. Anyway, commit da91e4f should solve the problem. Please let me know if this solves the problem. I intend to cut a release shortly. |
solution confirmed |
it looks like it is trying to create e new instance based on this property. I guess it would be better to loop over the providers and check if there is a matching instance.
The text was updated successfully, but these errors were encountered: