ArchUnit v0.13.1 Release Notes
Release Date: 2020-02-04 // over 3 years ago-
๐ Bug Fixes
- ๐ Fixed
java.lang.IllegalStateException: Couldn't find module modules of URI jrt:/...
being thrown when trying to import JDK classes where JDK version >=13
. The path handling ofJrtFileSystemProvider
has been fixed according toJEP-220
with JDK 13. Unfortunately ArchUnit was dependent on the old behavior. (see #303)
- ๐ Fixed