Skip to content

refactor: unify non-blocking sse client api #40

refactor: unify non-blocking sse client api

refactor: unify non-blocking sse client api #40

Triggered via push August 10, 2026 09:48
Status Failure
Total duration 33s
Artifacts

ci.yml

on: push
JDK 8 Build & Verify
31s
JDK 8 Build & Verify
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 3 warnings
JDK 8 Build & Verify
Process completed with exit code 1.
JDK 8 Build & Verify
No files were found with the provided path: target/surefire-reports. No artifacts will be uploaded.
JDK 8 Build & Verify
No files were found with the provided path: target/site/jacoco. No artifacts will be uploaded.
JDK 8 Build & Verify: src/main/java/io/github/easy4j/openclaw/api/model/HookResponse.java#L37
@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.