mdedetrich opened a new pull request, #68: URL: https://github.com/apache/incubator-pekko-connectors/pull/68
The usage of `import scala.collection.JavaConverters._` happens to create warnings when used under Scala 2.12. Thankfully pekko core happens to contain `org.apache.pekko.util.ccompat.JavaConverters._` which is designed precisely to avoid this issue (amongst others). -- 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]
