The GitHub Actions job "Validate and test" on pekko-grpc.git/main has succeeded.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
bbaa2df120d0cd1cc947d9d9a35a591e6a2c0270 / He-Pin(kerr) <[email protected]>
fix: fix javadoc warning in JavaTestServiceImpl.java (#775)

* fix: fix javadoc warning in JavaTestServiceImpl.java

Motivation:
Running `sbt doc` produces a javadoc warning:
- Scala-style `[[...]]` link is not recognized by javadoc

Modification:
- Replace `[[io.grpc.testing.integration.TestServiceImpl]]` with
  `{@code io.grpc.testing.integration.TestServiceImpl}`

Result:
Javadoc warning is eliminated.

Tests:
Not run - docs only

References:
None

* fix: fix additional javadoc warnings in Java sources

Motivation:
Additional javadoc warnings found in Java source files:
- Scala-style `[[...]]` links in interop test files
- Unqualified `@throws IllegalArgumentException` in benchmark files

Modification:
- JavaTestServiceImpl.java (interop-tests): Replace `[[...]]` with `{@code}`
- PekkoGrpcJavaClientTester.java: Replace `[[...]]` with `{@code}`
- Transport.java, ServerConfiguration.java, Configuration.java:
  Use fully qualified `java.lang.IllegalArgumentException` in @throws

Result:
Remaining javadoc warnings in Java sources are eliminated.

Tests:
Not run - docs only

References:
Follow-up to #775

* style: apply javafmt to javadoc PR files

Motivation:
CI javafmtCheck fails on the javadoc warnings PR due to unformatted Java files.

Modification:
Run sbt javafmt to auto-format all Java source files.

Result:
CI javafmtCheck should now pass.

Report URL: https://github.com/apache/pekko-grpc/actions/runs/28721329002

With regards,
GitHub Actions via GitBox


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

Reply via email to