From 57e3937b70f47e433ffaafb1ac946a89b918c397 Mon Sep 17 00:00:00 2001 From: Tam Nguyen Duc <1218621+tamnd@users.noreply.github.com> Date: Sat, 22 Aug 2026 16:28:40 +0700 Subject: [PATCH] zu-java holds the misuse item Thirty four deliberately wrong programs in the shared cases module, run by both providers, each asserting the class it raises and the sentence it says. Six of them did not pass when the table was first written, so the same change fixes a column read as the wrong type, an appender whose connection closed under it, a result read after it closed, a file that is not a database being called an internal error, and the entry points that took a null without naming the parameter. The lifecycle half counts open file descriptors either side of five hundred failed opens, a thousand connections and a thousand failed statements. tamnd/zu-java#13. That takes the practice score to 60, and what is left is leaks, install and stability, which are apparatus, and api-map and perf, which are reports the release collects. --- clients.toml | 2 +- docs/clients/overview.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients.toml b/clients.toml index 963f87b4..1cd2c381 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 = ["quickstart", "reference", "idiom", "conditions"] +holds = ["quickstart", "reference", "idiom", "conditions", "misuse"] 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 85f8e9e3..305cbea2 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 | 45 | 90 | `misuse`, `leaks`, `install`, `stability`, `api-map`, `perf` | +| [zu-java](https://github.com/tamnd/zu-java) | 1 | 60 | 90 | `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` |