I am using Spring Modulith which internally uses ArchUnit. When starting the application I get the following error:
07:05:08.787 [main] WARN com.tngtech.archunit.core.importer.ClassFileImporter -- Couldn't derive ClassFileSource from Location{uri=jar:nested:...
com.tngtech.archunit.base.ArchUnitException$UnsupportedUriSchemeException: The scheme of the following URI is not (yet) supported: nested:...
Can you please support the nested format? I need the information at runtime to get a list of all modules.
Java: Zulu 21
ArchUnit: 1.1.0
Update: Example project: demo.zip
The error only occurs when starting the jar file
I am using Spring Modulith which internally uses ArchUnit. When starting the application I get the following error:
Can you please support the nested format? I need the information at runtime to get a list of all modules.
Java: Zulu 21
ArchUnit: 1.1.0
Update: Example project: demo.zip
The error only occurs when starting the jar file