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
While working on #383, I noticed that links to Javadoc don't work for JDK 11 and later with Scala 2.13. The warnings in the sbt console bear this out.
[warn] shared/src/main/scala/scala/xml/package.scala:11:1: Could not
[warn] find any member to link for "javax.xml.parsers.SAXParser".
[warn] /**
[warn] ^
[warn] shared/src/main/scala/scala/xml/parsing/FactoryAdapter.scala:188:3:
[warn] Could not find any member to link for "org.xml.sax.SAXException".
[warn] /**
[warn] ^
[warn] shared/src/main/scala/scala/xml/include/XIncludeException.scala:13:1:
[warn] Could not find any member to link for
[warn] "java.lang.Throwable#getMessage".
[warn] /**
[warn] ^
[warn] shared/src/main/scala/scala/xml/include/sax/EncodingHeuristics.scala:38:3:
[warn] Could not find any member to link for "java.io.IOException".
[warn] /**
[warn] ^
The text was updated successfully, but these errors were encountered:
This used to work when the code for apiMappings was added in #180. That was the days of JDK9 and Scala 2.13.0-M3. It seems it worked all the way to Scala 2.13.0-M5 but then broke with Scala-2.13.0-RC1.
It is possible. This was a lighterweight solution, but there is also a particular configuration scala-xml has that sbt-api-mappings is missing about the java.xml module.
While working on #383, I noticed that links to Javadoc don't work for JDK 11 and later with Scala 2.13. The warnings in the sbt console bear this out.
The text was updated successfully, but these errors were encountered: