1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Artifact: `dev.udb:udb-java-client`
Current manifest version: `0.3.0-SNAPSHOT`
Release target: `0.3.0`
Runtime: Java 17+
This wrapper centralizes UDB gRPC metadata for Java services and compiles the
committed generated protobuf classes under `sdk/java/gen`.
Maven Central publishing is still release-pipeline work. Until the public
artifact is published, build and test from this checkout:
```bash
mvn -f sdk/java/pom.xml test
```
After proto changes, regenerate from the repo root:
```powershell
.\scripts\gen_sdk.ps1
```
```bash
./scripts/gen_sdk.sh
```
The wrapper expects generated classes for the DataBroker and native
control-plane services, including:
- ---
Use the root README for a concise client example.