On Tue, 22 Oct 2024 10:19:23 GMT, Eirik Bjørsnøs <eir...@openjdk.org> wrote:
> Please review this cleanup PR which updates a total of 12 links to external > documentation or references in `java.base` to use https instead of plain text > http. > > Links in `java.security` and `share/data/tzdata` are excluded from this PR. > > This is a documentaton-only cleanup. No tests are added or updated. > `noreg-cleanup` added in the JBS. All updated links have been verified to > resolve and to show the expected content. > > There are two files here with non-Oracle copyright headers, not quite sure > how to update those? (`java_md_aix.h` and `xss-common-qsort.h`). > > Changes beyond the obvious are as follows: > > `linux/native/libsimdsort/xss-common-qsort.h`: > The current link uses a non-default port number. Changed to using the default > port number. Reported and fixed upstream as intel/x86-simd-sort#170 > > `share/man/keytool.md`: > www.oracle.com redirects this from > `/technetwork/java/javase/javasecarootcertsprogram-1876540.html` to > `/java/technologies/javase/carootcertsprogram.html`. Using the new URL here. > > `unix/classes/sun/net/PortConfig.java` > The current link no longer resolves. As a replacement, I suggest > https://www.ibm.com/support/pages/node/886227 which answers a support > question regarding ephemeral ports. > > `unix/native/libjava/*`, > Links redirect from "www.opengroup.org" to "pubs.opengroup.org". Using this > new host in the URLs > > `unix/native/libjava/ProcessImpl_md.c` > A link to an "unofficial" document on pasc.org now requires authentication. > This document is probably outdated and the link is removed. This pull request has now been integrated. Changeset: ffeb9b5a Author: Eirik Bjørsnøs <eir...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/ffeb9b5aff6b91297b4bbedb7b33670dc17309ed Stats: 18 lines in 8 files changed: 0 ins; 1 del; 17 mod 8342807: Update links in java.base to use https:// Reviewed-by: rriggs, ihse, jkern ------------- PR: https://git.openjdk.org/jdk/pull/21633