What changed #
Java 17 support. Garland now requires Java 17 as the minimum version. The previous requirement of Java 21 has been dropped — all modules compile and run on Java 17+.
No API changes. Existing tests require no modifications.
Maven Central #
<dependency>
<groupId>dev.garlandframework</groupId>
<artifactId>garland-core</artifactId>
<version>1.0.1</version>
<scope>test</scope>
</dependency>Requires Java 17.