Skip to content

ArchUnit 0.13.1

Compare
Choose a tag to compare
@codecholeric codecholeric released this 04 Feb 19:21

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 of JrtFileSystemProvider has been fixed according to JEP-220 with JDK 13. Unfortunately ArchUnit was dependent on the old behavior. (see #303)