JDK-8165784 : Deprecate the internal Catalog API in JDK 9
  • Type: Bug
  • Component: xml
  • Sub-Component: jaxp
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2016-09-09
  • Updated: 2019-04-08
  • Resolved: 2016-09-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b137Fixed
Related Reports
Relates :  
Relates :  
Description
With the introduction of the new public Catalog API [1][2],  the old JDK internal API in package  com.sun.org.apache.xml.internal.resolver and com.sun.org.apache.xerces.internal.util.XMLCatalogResolver shall be deprecated. This internal API was added to the JDK without a public API. With JDK 9, this internal API is encapsulated (not exported), users of this API shall consider migrating to the public API. The deprecation therefore is a further notice and also serves as an option to remove it in a future release.

[1] http://openjdk.java.net/jeps/268
[2] http://download.java.net/java/jdk9/docs/api/javax/xml/catalog/package-summary.html