Skip to main content
  1. Releases/

Garland 1.0.1

·53 words·1 min
Table of Contents

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.