Closed ascopes closed 2 months ago
Failing tests:
[ERROR] Errors:
[ERROR] AbstractCompilersProviderTest.configurersThatDoNotOpenPackagesToJctModuleWillProduceExceptions:409 » Find Module org.example not found
[ERROR] MemoryFileSystemProviderImplTest$MemoryFileSystemUrlHandlerProviderTest.providerIsRegisteredAsSpiInModuleDescriptor:216 NullPointer Cannot invoke "java.lang.module.ModuleDescriptor.provides()" because the return value of "java.lang.Module.getDescriptor()" is null
Disables Jigsaw modules in unit tests.
This will also allow the movement of test classes into the same package hierarchy going forwards, which will improve encapsulation.
This change will be performed separately.