From 6c9ab2850e9ea00e54889dd17f6d3825150f61c6 Mon Sep 17 00:00:00 2001 From: "Michael G. Noll" Date: Mon, 16 Sep 2024 17:32:00 +0200 Subject: [PATCH] Add note that the app uses ZGC for garbage collection --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40f65e4..5d14f9d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ Features: including a downsized JRE (built inside Docker via `jlink`) to minimize the size of the generated Docker image, which is **157MB**. - Supports [Docker BuildKit](https://docs.docker.com/build/) -- Java 22 (Eclipse Temurin) +- Java 22 (Eclipse Temurin) with the [ZGC garbage + collector](https://docs.oracle.com/en/java/javase/21/gctuning/z-garbage-collector.html) - [JUnit 5](https://github.com/junit-team/junit5) for testing, [Jacoco](https://github.com/jacoco/jacoco) for code coverage, [SpotBugs](https://github.com/spotbugs/spotbugs) for static code analysis