Skip to content

build: use jackson-bom 2.18.9 for version management #75

build: use jackson-bom 2.18.9 for version management

build: use jackson-bom 2.18.9 for version management #75

Triggered via push August 13, 2026 13:43
Status Success
Total duration 51s
Artifacts –

ci.yml

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

Annotations

1 warning
JDK 8 Build & Verify: src/main/java/io/github/easy4j/openclaw/api/model/HookResponse.java#L31
@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.