Skip to content

Migrate Apache HttpClient 4.5.14 → 5.4.3 with HTTP/2 support #205

Migrate Apache HttpClient 4.5.14 → 5.4.3 with HTTP/2 support

Migrate Apache HttpClient 4.5.14 → 5.4.3 with HTTP/2 support #205

Re-run triggered February 6, 2026 12:52
Status Failure
Total duration 59s
Artifacts

checkstyle.yml

on: pull_request
CheckStyle
54s
CheckStyle
Fit to window
Zoom out
Zoom in

Annotations

3 errors
CheckStyle
Process completed with exit code 1.
CheckStyle: src/main/java/org/htmlunit/httpclient/HttpClientCookie.java#L39
[checkstyle] reported by reviewdog 🐶 Trailing whitespace found. Raw Output: /home/runner/work/htmlunit/htmlunit/src/main/java/org/htmlunit/httpclient/HttpClientCookie.java:39:0: error: Trailing whitespace found. (com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck)
CheckStyle: src/main/java/org/htmlunit/httpclient/HttpClientCookie.java#L17
[checkstyle] reported by reviewdog 🐶 Unused import - java.time.Instant. Raw Output: /home/runner/work/htmlunit/htmlunit/src/main/java/org/htmlunit/httpclient/HttpClientCookie.java:17:8: error: Unused import - java.time.Instant. (com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck)