-
Bug
-
Resolution: Fixed
-
P2
-
11
-
b20
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8206789 | 12 | Mandy Chung | P2 | Resolved | Fixed | team |
JDK-8206566 | 11.0.1 | Mandy Chung | P2 | Resolved | Fixed | b01 |
http://hg.openjdk.java.net/jdk/jdk/file/356eaea05bf0/make/jdk/src/classes/build/tools/taglet/ExtLink.java#l59
static final String URL = "https://www.oracle.com/pls/topic/lookup?ctx=javase10&id=";
"javase10" is hardcoded in ExtLink taglet which should be "javase" + CURRENT_RELEASE.
static final String URL = "https://www.oracle.com/pls/topic/lookup?ctx=javase10&id=";
"javase10" is hardcoded in ExtLink taglet which should be "javase" + CURRENT_RELEASE.
- backported by
-
JDK-8206566 Replace hardcoded spec version value in build.tools.ExtLink taglet
-
- Resolved
-
-
JDK-8206789 Replace hardcoded spec version value in build.tools.ExtLink taglet
-
- Resolved
-
- relates to
-
JDK-8206184 docs-reference build fails due to extlink.spec.version property not set
-
- Resolved
-