Skip to content

ArchUnit 0.8.1

Compare
Choose a tag to compare
@codecholeric codecholeric released this 02 Jun 13:04

Bug Fixes

  • Fixed a bug where classes in Jars would not be imported on Windows, if Java version >= 9 and the whole classpath is imported; this only affects an import of the whole classpath with Jars, it does not affect importPackages(..), importPaths(..) or importJars(..) (see #73)

Enhancements

  • When specifying a layeredArchitecture(), referring to a missing layer within onlyBeAccessedBy(..) will now throw an exception with a better error message (see #74)