He-Pin opened a new pull request, #436: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/436
### Motivation Running `sbt doc` produces scaladoc warnings about unresolvable or ambiguous links in the core module. ### Modification - `ConnectionFactoryProvider.scala`: Replace broken links to external `io.r2dbc` types (`ConnectionFactoryOptions`, `ConnectionFactoryOptions.Builder`) with backtick-quoted code - `internal/Sql.scala`: Replace ambiguous `java.lang.String.format` link with backtick-quoted code - `query/javadsl/R2dbcReadJournal.scala`: Use fully qualified `org.apache.pekko.persistence.typed.PersistenceId` path - `query/scaladsl/R2dbcReadJournal.scala`: Use fully qualified paths for `TimestampOffset` and `PersistenceId` - `state/javadsl/ChangeHandler.scala`: Use fully qualified path for `R2dbcSession` link - `state/javadsl/R2dbcDurableStateStore.scala`: Use fully qualified `org.apache.pekko.persistence.typed.PersistenceId` path - `state/scaladsl/ChangeHandler.scala`: Use fully qualified path for `R2dbcSession` link - `state/scaladsl/R2dbcDurableStateStore.scala`: Use fully qualified `org.apache.pekko.persistence.typed.PersistenceId` path ### Result Scaladoc warnings are eliminated. ### Tests Not run - docs only ### References None -- 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]
