Manfred Hanke
Manfred Hanke
IntelliJ IDEA did not offer to execute the `example-junit5` tests directly from the IDE, but adding the `junit-jupiter-api` dependency changed this inconvenient behavior (currently observed with IntelliJ IDEA 2023.2 and...
The previously used [Gradle 7.2](https://github.com/gradle/gradle/releases/tag/v7.2.0) was from August 2021. This PR updates to the current release [Gradle 8.5](https://github.com/gradle/gradle/releases/tag/v8.5.0).
This PR extends the [user guide's domain model overview](https://www.archunit.org/userguide/html/000_Index.html#_domain). Old domain model overview  New domain model overview  To support links to [javadoc.io](https://javadoc.io/doc/com.tngtech.archunit/archunit/latest/com/tngtech/archunit/core/domain/package-summary.html), the PlantUML diagrams are...
## Description log4j 2.25.0's dependency `com.github.spotbugs:spotbugs-annotations:4.9.3` is only compatible with JVM runtime version 11+ ## Configuration **Version:** 2.25.0 **Operating system:** Linux 6.14.6-2-MANJARO **JDK:** Oracle Java 1.8.0 ## Logs from a...
This PR * adds `pom.xml` files to run the examples with Maven * updates Gradle to support more modern Java versions * improves the user experience when running the junit5...
This PR extends the tasks triggered by `updateArchUnitExample` (in particular for every release), which update the [ArchUnit-Examples](https://github.com/TNG/ArchUnit-Examples), by * updating the Maven examples (introduced with TNG/ArchUnit-Examples#14) * updating the Gradle...
* Update Gradle Wrapper from 8.14.3 to 9.2.0 Release notes: * https://docs.gradle.org/9.0.0/release-notes.html * https://docs.gradle.org/9.1.0/release-notes.html (which supports Java 25) * https://docs.gradle.org/9.2.0/release-notes.html * Also run tests with JDK 25 Release notes: *...
overwriting [`java.util.function.Predicate#negate()`](https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html#negate--) to return a [`DescribedPredicate`](https://javadoc.io/doc/com.tngtech.archunit/archunit/latest/com/tngtech/archunit/base/DescribedPredicate.html) Resolves #1480