JDK-8210508 : Update JDK_DOCS property to point to JDK 12 docs
  • Type: Bug
  • Component: javafx
  • Sub-Component: build
  • Affected Version: openjfx12
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-09-07
  • Updated: 2021-11-19
  • Resolved: 2019-03-26
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.
Other
openjfx13Fixed
Related Reports
Blocks :  
Relates :  
Description
Now that the JDK 12 GA docs are available, we need to update the JDK_DOCS property in build.gradle to point to it. Currently it points to:

https://docs.oracle.com/javase/10/docs/api/

It should be modified to point to:

https://docs.oracle.com/en/java/javase/12/docs/api/index.html

which is where the docs are hosted.
Comments
Changeset: e64f75359064 Author: kcr Date: 2019-03-26 04:38 -0700 URL: http://hg.openjdk.java.net/openjfx/jfx-dev/rt/rev/e64f75359064 8210508: Update JDK_DOCS property to point to JDK 12 docs Reviewed-by: prr, arajkumar
26-03-2019

PR for review: https://github.com/javafxports/openjdk-jfx/pull/420
25-03-2019

There is a bug in the JDK 11 javadoc tool that blocks this fix. It appears to be fixed in JDK 12 ea. I'm trying to track down the exact bug in JBS that fixed this in the tool, so we can decide how to proceed. Given that we (necessarily) use JDK 11 as the boot JDK to build openjfx12, we will need to move this out of openjfx12.
09-01-2019