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
JavaConverters has been deprecated in Scala 2.13 and the implementation of scala.jdk.CollectionConverters in this library doesn't work well from Java. Implementing scala.jdk.javaapi.CollectionConverters would mean that Java code can move away from the deprecated JavaConverters while supporting Scala 2.11, 2.12 and 2.13.
Activity
ekrich commentedon Jun 25, 2020
I guess that would have to be a JVM only artifact?
Add javaapi collection forwarders for 2.12 and 2.11
Add javaapi collection forwarders for 2.12 and 2.11
Add javaapi collection forwarders for 2.12 and 2.11
DieBauer commentedon Nov 29, 2022
@SethTisue can this be closed with #551 ?