The GitHub Actions job "Validate and test" on 
pekko-http.git/fix/scaladoc-warnings has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
e93e7e7e77cdb5847ff2cb3072230155d6883639 / 虎鸣 <[email protected]>
fix: resolve remaining scaladoc warnings in Java and Scala files

Motivation:
Additional scaladoc warnings were found in Java files (multi-line
{@link} tags, unresolvable Java stdlib references) and Scala files
([[Future]], [[MiscDirectives.withoutSizeLimit]]).

Modification:
- Fix multi-line {@link} tags in CustomHeader, ModeledCustomHeaderFactory,
  HttpHeader that caused empty link target warnings
- Replace unresolvable {@link} with {@code} for Java stdlib types
  (Throwable, ExecutionException, InterruptedException, String)
- Replace scaladoc [[...]] syntax in Java file (Multipart) with {@code}
- Fix invalid {@link Uri::port::} syntax in Authority.java
- Replace unresolvable [[Future]] and [[MiscDirectives.withoutSizeLimit]]
  in Scala files with backtick-quoted code
- Replace [[ActorSystem]] in Java javadoc with backtick-quoted code

Result:
All scaladoc warnings are resolved. `sbt doc` completes with no warnings.

Tests:
Verified with `sbt clean doc` - 0 warnings.

References:
None - scaladoc cleanup

Report URL: https://github.com/apache/pekko-http/actions/runs/28702835067

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to