ArchUnit v0.14.1 Release Notes
Release Date: 2020-05-23 // almost 5 years ago-
๐ Bug Fixes
- ๐ Fix broken Gradle metadata: Migrating the legacy Maven Plugin to the Publish Plugin caused some broken Gradle metadata published to Maven Central by accident. While
0.14.0
should work fine with any other build tool like Maven, Gradle will complain about a missing artifactarchunit-junit
, which does in fact not exist. This release fixes this by removing the broken metadata.
- ๐ Fix broken Gradle metadata: Migrating the legacy Maven Plugin to the Publish Plugin caused some broken Gradle metadata published to Maven Central by accident. While
Previous changes from v0.13.1
-
๐ 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