-
Bug
-
Resolution: Fixed
-
P1
-
10, 11
-
b45
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8198854 | 11 | Magnus Ihse Bursie | P1 | Resolved | Fixed | b03 |
JDK-8198980 | 10u-cpu | Magnus Ihse Bursie | P1 | Resolved | Fixed | master |
JDK-8200846 | 10.0.2 | Unassigned | P1 | Resolved | Fixed | b01 |
JDK-8198791 | 10.0.1 | Magnus Ihse Bursie | P1 | Resolved | Fixed | b07 |
I'm not sure if this warrants P1, but it is notable, and if there is another build, it should be fixed. It is a docs-only issue.
There are 3 places in the make/ directory that reference "javase9". At a minimum, this should be updated to javase10 or javase11 as appropriate. Even better would be to have the value derived automatically. Maybe we update the value explicitly for 10, and "automatically" for 11.
The value affects the links from the API documentation to the documentation on docs.oracle.com.
Here are the 3 references, as found in the jdk/jdk repo, and confirmed present in jdk/jdk10 as well. One of the references is in a comment, and so is harmless; the other two references are significant.
$ grep -r javase9 make
make/Docs.gmk:JAVADOC_BASE_URL := http://www.oracle.com/pls/topic/lookup?ctx=javase9&id=homepage
make/jdk/src/classes/build/tools/taglet/ExtLink.java: * Please see <a href="https://www.oracle.com/pls/topic/lookup?ctx=javase9&id=Borealis">a spectacular</a> sight.
make/jdk/src/classes/build/tools/taglet/ExtLink.java: static final String URL = "https://www.oracle.com/pls/topic/lookup?ctx=javase9&id=";
There are 3 places in the make/ directory that reference "javase9". At a minimum, this should be updated to javase10 or javase11 as appropriate. Even better would be to have the value derived automatically. Maybe we update the value explicitly for 10, and "automatically" for 11.
The value affects the links from the API documentation to the documentation on docs.oracle.com.
Here are the 3 references, as found in the jdk/jdk repo, and confirmed present in jdk/jdk10 as well. One of the references is in a comment, and so is harmless; the other two references are significant.
$ grep -r javase9 make
make/Docs.gmk:JAVADOC_BASE_URL := http://www.oracle.com/pls/topic/lookup?ctx=javase9&id=homepage
make/jdk/src/classes/build/tools/taglet/ExtLink.java: * Please see <a href="https://www.oracle.com/pls/topic/lookup?ctx=javase9&id=Borealis">a spectacular</a> sight.
make/jdk/src/classes/build/tools/taglet/ExtLink.java: static final String URL = "https://www.oracle.com/pls/topic/lookup?ctx=javase9&id=";
- backported by
-
JDK-8198791 Docs still point to JDK 9 docs
-
- Resolved
-
-
JDK-8198854 Docs still point to JDK 9 docs
-
- Resolved
-
-
JDK-8198980 Docs still point to JDK 9 docs
-
- Resolved
-
-
JDK-8200846 Docs still point to JDK 9 docs
-
- Resolved
-
- relates to
-
JDK-8198718 Make Javadoc URLs more robust for version update
-
- Closed
-