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
When at it, please: refactor the polyglot java import of XML classes. Rather than importing org.w3c.dom interfaces, import "only" own wrapper XML_Utils with static methods.
The text was updated successfully, but these errors were encountered:
XML specification and XML support in JDK is quite bloated. Moreover it is even packaged in its own Java module - it is not part of java.base.
We should move the XML support out of
Standard.Base
library in order to not force people to include JDK'sjava.xml
module.Originally posted by @JaroslavTulach in #10296 (comment)
When at it, please: refactor the
polyglot java import
of XML classes. Rather than importingorg.w3c.dom
interfaces, import "only" own wrapperXML_Utils
with static methods.The text was updated successfully, but these errors were encountered: