mdedetrich opened a new issue, #228: URL: https://github.com/apache/incubator-pekko-connectors/issues/228
It looks like adding Scala 3 support for the Mongodb driver will take a while. For starters the current mongo driver being used isn't supported (see https://github.com/mongodb/mongo-scala-driver) and it has since been moved to https://github.com/mongodb/mongo-java-driver. The main https://github.com/mongodb/mongo-java-driver uses gradle as a build tool, and while the main `scala` gradle plugin supports Scala 3 the project also happens to use [gradle-scala-multiversion-plugin](gradle-scala-multiversion-plugin) since the main default Gradle scala plugin doesn't support proper cross publishing amongst multiple Scala versions. The gradle-scala-multiversion however doesn't support Scala 3 yet (see https://github.com/ADTRAN/gradle-scala-multiversion-plugin/pull/40) -- 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]
