JDK-8177561 : Remove deprecated for removal portions of com.sun.org.apache
  • Type: Sub-task
  • Component: xml
  • Sub-Component: jaxp
  • Affected Version: 10
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-03-24
  • Updated: 2019-04-08
  • Resolved: 2017-06-20
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 10
10 b13Fixed
Related Reports
CSR :  
Relates :  
Relates :  
Relates :  
Description
Various items is com.sun.org.apache were deprecated for removal in JDK 9:

com/sun/org/apache/xerces/internal/util/XMLCatalogResolver.java:@Deprecated(since="9", forRemoval=true)
com/sun/org/apache/xml/internal/resolver/Catalog.java:@Deprecated(since="9", forRemoval=true)
com/sun/org/apache/xml/internal/resolver/Resolver.java:@Deprecated(since="9", forRemoval=true)
com/sun/org/apache/xml/internal/resolver/tools/CatalogResolver.java:@Deprecated(since="9", forRemoval=true)
com/sun/org/apache/xml/internal/resolver/CatalogManager.java:@Deprecated(since="9", forRemoval=true)

These should be removed in JDK 10.