The GitHub Actions job "Validate and test" on pekko-http.git/main has succeeded. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: da4342b296d11670a69457ee9a574de05dcc5dd7 / He-Pin(kerr) <[email protected]> fix: fix javadoc warnings in Java sources across pekko-http modules (#1119) Motivation: Running `sbt doc` produces javadoc and compilation warnings in Java source files across http-core, http, and http-jackson modules: multi-line {@link} tags, Scala-style [[...]] links, invalid link syntax, unchecked casts, and deprecated API usage. Modification: - Fix invalid {@link} tags in Authority.java, HttpApp.java, HttpHeader.java, Multipart.java, CustomHeader.java - Replace Scala-style [[...]] links with {@code}/{@link} in HttpEntity, HttpMessage, HttpMethod, ServerSentEvent, ContentTypeResolver - Add javadoc to public methods in Jackson.java (jackson & jackson3) and example classes - Add @SuppressWarnings("deprecation") to ContentTypes, Coder, Jackson, ParserSettingsTest - Add @SuppressWarnings("unchecked") to AttributeKeys - Apply javafmt to all modified Java files Result: All javadoc and compilation warnings in Java sources are eliminated. Tests: Manually verified via `sbt doc` and grep pattern search References: Follow-up to #908 Report URL: https://github.com/apache/pekko-http/actions/runs/28735114878 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
