Skip to content

perf: optimize OpenClaw transport and coverage on JDK 17 #17

perf: optimize OpenClaw transport and coverage on JDK 17

perf: optimize OpenClaw transport and coverage on JDK 17 #17

Triggered via push August 8, 2026 09:38
Status Success
Total duration 56s
Artifacts –

ci.yml

on: push
JDK 17 Build & Verify
46s
JDK 17 Build & Verify
Fit to window
Zoom out
Zoom in

Annotations

1 warning
JDK 17 Build & Verify: src/main/java/io/github/easy4j/openclaw/api/model/HookResponse.java#L34
@builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final.