Open ebruchez opened 1 month ago
The incorrect warning unused value of type scala.xml.NodeBuffer (add : Unit to discard silently)
is a bug in the compiler: https://github.com/scala/bug/issues/12658
Started using Scala 3 in a few modules. I have encountered issues, and given up for now, with some modules:
orbeon-proxy-portlet
: issue with the scala-xml
dependencyorbeon-servlet-support
: can't find implementations for trait RequestRemoveHeaders
from Scala 2.13 users of that module
Now that we are on Scala 2.13 (#4086), we can consider some migrations to Scala 3. We should be able to migrate some modules one by one.
The only drawback I can think of is that IntelliJ support might not be up to par yet.