You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume that our tests either don't use modules at all or uses them but with a backdoor to directly access the code under test. We would have to look into this more.
The text was updated successfully, but these errors were encountered:
For what it is worth, I am using Jimfs via JPMS already in my project.
I have yet to have any issues with using it with modules. It appears that the module based service provider mechanisms are just an optional alternative to the service files used in Java 8 and older. They still work as expected under Java 19.
I have fears that it might not work with modules on, since it uses
ServiceLoader
:http://openjdk.java.net/projects/jigsaw/spec/sotms/#services
I assume that our tests either don't use modules at all or uses them but with a backdoor to directly access the code under test. We would have to look into this more.
The text was updated successfully, but these errors were encountered: