You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have scala.jdk.CollectionConverters in a few places in akka-projection-grpc. Isn't that for 2.13 and later, and we have to use akka.util.ccompat.JavaConverters._ ? Why isn't this found by CI? We have +IntegrationTest/compile in check-code-compilation
The text was updated successfully, but these errors were encountered:
We have
scala.jdk.CollectionConverters
in a few places in akka-projection-grpc. Isn't that for 2.13 and later, and we have to useakka.util.ccompat.JavaConverters._
? Why isn't this found by CI? We have+IntegrationTest/compile
in check-code-compilationThe text was updated successfully, but these errors were encountered: