JDK-8177914 : Links to jaxp.java.net in Java SE docs will be broken when java.net is shut down
  • Type: Bug
  • Component: docs
  • Sub-Component: guides
  • Affected Version: 7,8
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-03-31
  • Updated: 2021-03-01
  • Resolved: 2018-02-19
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 6 JDK 7 JDK 8
6u191Fixed 7u181Fixed 8u171 b08Fixed
Related Reports
Duplicate :  
Description
The Java SE XML documentation [1] contains many links to jaxp.java.net and jaxp release notes. Since java.net will be shut down on April 28, 2017, links to java.net need to be updated.  One way to fix this is to make a copy of the jaxp/www folder (30MB) and perform a replace-all for references to "jaxp.java.net" with relative (local) links. Note that some of jaxp files have already had a local copy, for example [2]. 

The issue applies to JDK 7 docs as well, albeit to a lesser extent. 

I'm reporting on behalf of JAXP, I do notice though that JAXWS/JAXB have similar issue with the links. Instead of be shut down however, JAXWS/JAXB will probably be migrated to GitHub.

[1] http://docs.oracle.com/javase/8/docs/technotes/guides/xml/index.html
[2] http://docs.oracle.com/javase/8/docs/technotes/guides/xml/jaxp/JAXP-Compatibility_160.html