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` |