Details
-
Wish
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.11.0
-
None
Description
The interface org.w3c.dom.html.HTMLDOMImplementation is part of the JDK since Java 1.7.
Java 1.7 has been EOL 'ed since a long time.
Is there any reason to keep this interface in xercesImpl.jar? It produces a split package:
xerces-2_11_0: jdeps --jdk-internals -cp ./xercesImpl.jar
split package: org.w3c.dom.html [jrt:/jdk.xml.dom, ./xercesImpl.jar]
which prevents people from using modules in Java >= 9.