The GitHub Actions job "Validate and test" on pekko-http.git/fix/javadoc-warnings has failed. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: ba715539ef7ef1bf810afe67f7e30449d03adcde / 虎鸣 <[email protected]> fix: fix javadoc warnings in Java sources across pekko-http modules Motivation: Running `sbt doc` produces javadoc warnings in Java source files: - Multi-line {@link} tags cause "Could not find any member to link" warnings - Scala-style [[...]] links are not recognized by javadoc - Invalid link syntax like {@link Uri::port::} cannot be resolved - Public methods and classes missing javadoc comments Modification: - Authority.java: Fix invalid {@link Uri::port::} to {@link Uri#port()} - HttpApp.java: Replace Scala-style [[ActorSystem]] with {@link ActorSystem}, use fully qualified {@link java.lang.Throwable} - HttpHeader.java: Fix multi-line {@link} tag formatting - Multipart.java: Replace Scala-style [[...]] links with {@code} - CustomHeader.java, ModeledCustomHeaderFactory.java: Fix multi-line {@link} tags - Jackson.java (jackson & jackson3): Add javadoc to public methods - PetStore and SimpleServer examples: Add javadoc to public classes and methods Result: Javadoc warnings in Java source files are eliminated, improving documentation quality. Tests: Manually verified via `sbt doc` References: Follow-up to #908 Report URL: https://github.com/apache/pekko-http/actions/runs/28699848340 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
