pjfanning commented on code in PR #1518: URL: https://github.com/apache/pekko/pull/1518#discussion_r1792425220
########## persistence-typed/src/main/scala/org/apache/pekko/persistence/typed/javadsl/EventSourcedBehavior.scala: ########## @@ -16,6 +16,8 @@ package org.apache.pekko.persistence.typed.javadsl import java.util.Collections import java.util.Optional +import scala.jdk.OptionConverters._ Review Comment: there is a Pekko OptionConverters - can you use that? org.pekko.util We can't use scala.jdk.OptionConverters because we still support Scala 2.12 -- 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: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org