From bd750638817287e10846c11ae5accac5476aa181 Mon Sep 17 00:00:00 2001 From: Tam Nguyen Duc <1218621+tamnd@users.noreply.github.com> Date: Sat, 22 Aug 2026 15:57:36 +0700 Subject: [PATCH] zu-java holds the quickstart item The Java client's first example was a fragment that did not compile and opened a database the reader does not have. It is a whole program now, and the suite runs it as printed in a JVM of its own and compares what it prints against the block on the page. tamnd/zu-java#12. Forty five of ninety. --- clients.toml | 2 +- docs/clients/overview.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients.toml b/clients.toml index 71f93fd2..963f87b4 100644 --- a/clients.toml +++ b/clients.toml @@ -149,7 +149,7 @@ package = "dev.zudb" registry = "Maven Central" maintainer = "Tam Nguyen Duc <@tamnd>" tier = 1 -holds = ["reference", "idiom", "conditions"] +holds = ["quickstart", "reference", "idiom", "conditions"] doc = "Panama with a JNI fallback, and the Kotlin and Scala layers on top of it." [[client]] diff --git a/docs/clients/overview.md b/docs/clients/overview.md index ac123f90..85f8e9e3 100644 --- a/docs/clients/overview.md +++ b/docs/clients/overview.md @@ -52,7 +52,7 @@ The practice score, today, out of what the client's tier asks for. What is missi | [zu-python](https://github.com/tamnd/zu-python) | 1 | 90 | 90 | `api-map`, `perf` | | [zu-node](https://github.com/tamnd/zu-node) | 1 | 90 | 90 | `api-map`, `perf` | | [zu-go](https://github.com/tamnd/zu-go) | 1 | 90 | 90 | `api-map`, `perf` | -| [zu-java](https://github.com/tamnd/zu-java) | 1 | 35 | 90 | `quickstart`, `misuse`, `leaks`, `install`, `stability`, `api-map`, `perf` | +| [zu-java](https://github.com/tamnd/zu-java) | 1 | 45 | 90 | `misuse`, `leaks`, `install`, `stability`, `api-map`, `perf` | | [zu-c](https://github.com/tamnd/zu-c) | 1 | 0 | 90 | `quickstart`, `reference`, `idiom`, `conditions`, `misuse`, `leaks`, `install`, `stability` | | [zu-dotnet](https://github.com/tamnd/zu-dotnet) | 2 | 0 | 75 | `quickstart`, `reference`, `idiom`, `conditions`, `misuse`, `leaks`, `install`, `stability`, `api-map`, `perf` | | [zu-kit](https://github.com/tamnd/zu-kit) | 3 | 0 | 50 | `quickstart`, `reference`, `idiom`, `conditions`, `misuse`, `leaks`, `install`, `stability` |