He-Pin opened a new pull request, #552: URL: https://github.com/apache/pekko-persistence-jdbc/pull/552
### Motivation Running `sbt doc` produces scaladoc warnings about unresolvable or incorrect links in the core module. ### Modification - `db/SlickExtension.scala`: Use fully qualified `org.apache.pekko.actor.ActorSystem` path for the ActorSystem link - `journal/dao/JournalDao.scala`: Replace broken method link with backtick-quoted code - `journal/dao/legacy/ByteArrayJournalDao.scala`: Replace broken method link with backtick-quoted code - `journal/JdbcAsyncWriteJournal.scala`: Use fully qualified `org.apache.pekko.persistence.journal.Tagged` path for the Tagged link - `query/javadsl/JdbcReadJournal.scala`: Use fully qualified path for CurrentEventsByTagQuery link - `query/scaladsl/JdbcReadJournal.scala`: Use fully qualified path for CurrentEventsByTagQuery link ### 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]
