com.sun.org.apache.xml.internal.resolver.Catalog and the related classes have been replaced with a new set of API's in JDK 9
javax/xml/catalog.
However, there is no simple solution for projects that need to support JDK 8 and JDK 9.
The com.sun package should remain visible for JDK 9.
javax/xml/catalog.
However, there is no simple solution for projects that need to support JDK 8 and JDK 9.
The com.sun package should remain visible for JDK 9.
- relates to
-
JDK-8164479 Update JAX-WS RI integration to latest version (2.3.0-SNAPSHOT)
- Resolved