He-Pin opened a new pull request, #557: URL: https://github.com/apache/pekko-projection/pull/557
### Motivation The project had scaladoc warnings about unresolvable links, ambiguous overloads, and incorrect type references across multiple subprojects (core, jdbc, r2dbc, cassandra, slick, kafka, grpc, testkit). ### Modification - Replace unresolvable `[[...]]` links with backtick-quoted code for external types (e.g., `FlowWithContext`, `Connection`, `TimestampOffset`, `ActorSystem`) - Fix unresolvable method references (e.g., `AtLeastOnceProjection.withSaveOffset`, `GroupedProjection.withGroup`, `JdbcHandler.process()`) - Resolve ambiguous overload links using backtick-quoted code (e.g., `Replication.grpcReplication`, `R2dbcProjection.atLeastOnce`) - Fix invalid parameter references (e.g., `[[handler]]`, `[[sourceEvents]]`, `[[newState]]`) ### Result All scaladoc warnings are resolved. `sbt doc` completes with 0 warnings across all subprojects. ### Tests - [x] `sbt clean doc` completes with 0 warnings across core, jdbc, r2dbc, cassandra, slick, kafka, grpc, testkit - [x] No functional changes, documentation only ### References None - scaladoc cleanup -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
