The GitHub Actions job "CI" on pekko-connectors.git/main has succeeded.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
374ee35eddd060fdd720fb3402fca5591b476c46 / He-Pin(kerr) <[email protected]>
fix: fix scaladoc warnings (#1745)

* fix: fix scaladoc warnings

Motivation:
The project had ~177 scaladoc warnings about unresolvable links,
ambiguous overloads, and incorrect package prefixes across many modules.

Modification:
- Replace unresolvable [[...]] links with backtick-quoted code for external 
types
- Fix incorrect package prefixes (pekko. -> org.apache.pekko.)
- Resolve ambiguous overload links using backtick-quoted code
- Fix unmoored doc comments

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

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

* fix: format Java files with javafmt

Motivation:
CI fails javafmtCheck on 2 Java files (pre-existing issue on main).

Modification:
Run `sbt javafmt` to format the Java files according to the project's
code style.

Result:
All Java files pass javafmtCheck.

Report URL: https://github.com/apache/pekko-connectors/actions/runs/28736202946

With regards,
GitHub Actions via GitBox


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

Reply via email to