Skip to content

Commit

Permalink
Add note that the app uses ZGC for garbage collection
Browse files Browse the repository at this point in the history
  • Loading branch information
miguno committed Sep 16, 2024
1 parent 812b824 commit 0e6dcff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [generational 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
Expand Down

0 comments on commit 0e6dcff

Please sign in to comment.